@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1019px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1020 * 100vw);
  }
}
@media screen and (max-width: 767px) {s
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

* {
  font-family: "hiragino-kaku-gothic-pron", sans-serif, serif;
  color: #000;
  letter-spacing: 0;
}

html {
  visibility: hidden;
}

main {
  overflow-x: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.main {
  position: relative;
}

body {
  font-family: "hiragino-kaku-gothic-pron", "noto-sans-cjk-jp", sans-serif, serif;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a:hover {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.footer {
  background-color: #cbd7a7;
}

.footer__inner {
  padding: 1.25rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-bottom: 1.25rem;
  }
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__copyright {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}

.header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header {
    padding-inline: 1.25rem;
  }
}

.headerColorScroll {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-block: 0.75rem;
  }
}

.header__logo {
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 8.25rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
     -moz-column-gap: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
          column-gap: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header__list {
    display: none;
  }
}

.header__list li a {
  color: #000;
  font-size: 0.875rem;
  position: relative;
}

.header__list li a::before {
  content: "";
  background-image: url(../images/common/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.25rem;
}

.drawer__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: block;
    position: fixed;
    z-index: 200;
    top: 1.2rem;
    right: 6%;
    width: 2rem;
    height: 1.625rem;
  }
}

/* 共通：バーは中央基準 */
.drawer__icon--bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #0c8c55;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

/* 初期位置（3本線） */
.drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, calc(-50% - 14px));
          transform: translate(-50%, calc(-50% - 14px));
}
@media screen and (max-width: 767px) {
  .drawer__icon--bar:nth-of-type(1) {
    -webkit-transform: translate(-50%, calc(-50% - 10px));
            transform: translate(-50%, calc(-50% - 10px));
  }
}

.drawer__icon--bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 14px));
          transform: translate(-50%, calc(-50% + 14px));
}
@media screen and (max-width: 767px) {
  .drawer__icon--bar:nth-of-type(3) {
    -webkit-transform: translate(-50%, calc(-50% + 10px));
            transform: translate(-50%, calc(-50% + 10px));
  }
}

.drawer__icon.js-show {
  /* 上の線：＼ */
  /* 真ん中：消す */
  /* 下の線：／ */
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer {
  position: fixed;
  z-index: 199;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #efeec9;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.drawer__body {
  width: 100%;
  height: inherit;
  padding-block: 5.5rem 3.75rem;
}

@media screen and (max-width: 767px) {
  .drawer__logo {
    width: 10rem;
    margin-inline: auto;
  }
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.drawer__list li a {
  color: #0c8c55;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

.inner {
  padding-right: 5rem;
  padding-left: 5rem;
  margin-inline: auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-inline: auto;
  }
}

/* =============================
    表示
============================= */
.page-scale {
  /* JSで高さを入れる（重要） */
  height: auto;
}

.page-scale__inner {
  will-change: transform;
}

/* 769px〜1200px：左基準（縮小ゾーン） */
@media (min-width: 769px) and (max-width: 1199px) {
  .page-scale__inner {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
/* 1200px以上：中央基準（拡大ゾーン） */
@media (min-width: 1200px) {
  .page-scale__inner {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
/* PCだけスケール */
@media (min-width: 768) {
  .page-scale {
    position: relative;
  }
  .page-scale__inner {
    width: 1200px;
    margin: 0 auto;
  }
}
/* =============================
    スクロールダウン
============================= */
.scroll-wrap {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll {
  padding-top: 70px;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.scroll::before {
  -webkit-animation: scroll 3.5s infinite;
          animation: scroll 3.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-bottom: solid 2px rgb(255, 255, 255);
  border-left: solid 2px rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -2px;
  right: 0;
  left: 0;
  margin: auto;
}

.scroll::after {
  -webkit-animation: scroll 3.5s infinite;
          animation: scroll 3.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-bottom: solid 2px rgb(255, 255, 255);
  border-left: solid 2px rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.updown p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-shadow: 3px 3px 7px #000, -2px -2px 7px #000;
  width: 52px;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .updown p {
    font-size: 0.75rem;
  }
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/* =============================
    section-title
============================= */
.section-title {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 0.6875rem;
  }
}

.section-title::before {
  content: "";
  background-image: url(../images/common/title-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 234/241;
  width: 8.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    width: 4.375rem;
  }
}

/* =============================
    リンク表示時に少し上を表示
============================= */
#service,
#vision,
#field,
#company,
#access {
  scroll-margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #service,
  #vision,
  #field,
  #company,
  #access {
    scroll-margin-top: 8.75rem;
  }
}

#service {
  scroll-margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  #service {
    scroll-margin-top: 8.75rem;
  }
}

/* =============================
    線の描写
============================= */
/* 余白を作らない重ねレイヤー */
.flow {
  position: relative;
  height: 0; /* flow自体は高さ0 */
  pointer-events: none;
  z-index: 11;
  overflow: visible;
  --line-left: 44%;
  --line-top: 0px;
  --line-shift-x: 70px; /* ←開始点を右へ寄せる */
  --line-shift-y: 4.5%;
}
@media screen and (max-width: 767px) {
  .flow {
    --line-left: 45%;
    --line-top: 0px;
    --line-shift-x: 70px; /* ←開始点を右へ寄せる */
    --line-shift-y: 8%;
  }
}

/* ★PC(769〜1200)は 1200基準のpxに固定して“縦位置を維持” */
@media (min-width: 769px) and (max-width: 1200px) {
  .flow {
    --line-shift-y: 14rem; /* 1200px * 4.5% */
  }
}
/* SVGは「左上(0,0)」を基準に、JSで translate+scale する */
/* ★手動で位置を決める（開始点ズレ対策あり） */
.flow > svg.lines {
  position: absolute;
  left: var(--line-left, 50%);
  top: var(--line-top, 0px);
  /* ここがポイント：
    translateX(-50%) は「SVGの中心」を left に合わせるだけ。
     でも線の開始点は中心じゃないので、shiftで補正する。 */
  -webkit-transform: translate(calc(-50% + var(--line-shift-x, 0px)), var(--line-shift-y, 0px));
          transform: translate(calc(-50% + var(--line-shift-x, 0px)), var(--line-shift-y, 0px));
  width: var(--line-width, min(905px, 77vw));
  max-width: 883px;
  height: auto;
  display: block;
  overflow: visible;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .flow > svg.lines {
    left: var(--lin3e-left-sp, 50%);
    -webkit-transform: translate(calc(-50% + var(--line-shift-x-sp, 0px)), var(--line-shift-y-sp, 5%));
            transform: translate(calc(-50% + var(--line-shift-x-sp, 0px)), var(--line-shift-y-sp, 5%));
    width: var(--line-width, min(1100px, 94vw));
    width: 93vw; /* まずは画面に合わせる */
    max-width: none; /* PC用の883制限は消す */
  }
}

/* 600〜768（大きめSP/小さめタブ） */
@media (min-width: 600px) and (max-width: 768px) {
  .flow > svg.lines {
    max-width: 720px;
  } /* 好みで */
}
/* 480〜599（一般的なスマホ横/大きめ） */
@media (min-width: 480px) and (max-width: 599px) {
  .flow > svg.lines {
    max-width: 620px;
    width: 92.5vw;
  }
}
/* 401〜479（一般的スマホ） */
/* 〜400（小さめスマホ） */
@media (max-width: 400px) {
  .flow > svg.lines {
    max-width: 500px;
  }
}
/* 1100〜1199 */
@media (min-width: 1100px) and (max-width: 1199px) {
  .flow > svg.lines {
    width: 887px;
    max-width: none;
  }
}
/* 1000〜1099 */
@media (min-width: 1000px) and (max-width: 1099px) {
  .flow > svg.lines {
    width: 890px;
    max-width: none;
  }
}
/* 900〜999 */
@media (min-width: 900px) and (max-width: 999px) {
  .flow > svg.lines {
    width: 870px;
    max-width: none;
  }
}
/* 769〜899 */
@media (min-width: 769px) and (max-width: 899px) {
  .flow > svg.lines {
    width: 850px;
    max-width: none;
  }
}
/* 塗り/線 */
.lines .cls-1 {
  fill: #fff;
}

.lines .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-width: 3.42px;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 767px) {
  .lines .cls-2 {
    stroke-width: 1.8px;
  }
}
.lines .cls-2 {
  fill: transparent; /* ←赤はデバッグ用、本番は透明 */
}

/* =============================
    アニメーション用
============================= */
.animated__fadeIn {
  opacity: 0;
  translate: 0 -22px;
  -webkit-transition: opacity 0.6s ease, translate 0.4s ease;
  transition: opacity 0.6s ease, translate 0.4s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0;
  translate: 0 -16px;
}

.animated__scaleImg {
  overflow: hidden;
}
.animated__scaleImg img {
  scale: 1.1;
  -webkit-transition: scale 0.8s ease, opacity 0.8s ease;
  transition: scale 0.8s ease, opacity 0.8s ease;
  opacity: 0.5;
}
.animated__scaleImg.js-show img {
  scale: 1;
  opacity: 1;
}

/* =============================
    fv
============================= */
.fv {
  position: relative;
  z-index: 2;
}

.fv__img {
  overflow: hidden;
}

.fv__img img {
  aspect-ratio: 1920/1038;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .fv__img img {
    aspect-ratio: 1/1;
  }
}

.fv-img01 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 枠いっぱいに */
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fv__catch-wrap {
  position: absolute;
  top: 29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fv__catch-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fv__catch {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__catch {
    font-size: 0.6875rem;
  }
}

.fv__catch::before {
  content: "";
  background-image: url(../images/fv/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 406/395;
  width: 13.75rem;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__catch::before {
    width: 11rem;
  }
}

/* =============================
    message
============================= */
.message {
  background-color: #efeec9;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 1;
}

.message::before {
  content: "";
  aspect-ratio: 857/645;
  background-image: url(../images/message/bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: auto;
  z-index: 1;
  z-index: 0; /* ← message内の最背面 */
  pointer-events: none; /* ← 重要：クリックを透過 */
}
@media screen and (max-width: 767px) {
  .message::before {
    top: 11%;
    width: 339%;
  }
}

/* 769–1199: タブレット〜小PCは段階で調整 */
@media (min-width: 769px) and (max-width: 899px) {
  .message::before {
    top: -100px; /* 769付近：下がりすぎ対策 */
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .message::before {
    top: -30px;
  }
}
@media (min-width: 1024px) and (max-width: 1109px) {
  .message::before {
    top: -15px;
  }
}
@media (min-width: 1110px) and (max-width: 1199px) {
  .message::before {
    top: -5px; /* 1199付近：上に行きすぎ対策（＝上げすぎない） */
  }
}
.message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 13%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.875rem;
    margin-top: 3.75rem;
  }
}

.message__text,
.message__text span {
  font-size: 0.875rem;
  line-height: 2.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .message__text,
  .message__text span {
    font-size: 0.75rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
  }
}

.message__text span {
  text-combine-upright: all;
}

.message__text.text01,
.message__text.text02,
.message__text.text03 {
  clip-path: inset(0 0 100% 0);
}

.dot__img {
  bottom: -47%;
  right: 10%;
  position: absolute;
  z-index: 2;
  width: 23.5rem;
}
@media screen and (max-width: 767px) {
  .dot__img {
    bottom: -17%;
    right: 4%;
    width: 10.5rem;
  }
}

@media screen and (min-width: 1201px) {
  .dot__img {
    bottom: -76%;
  }
}
.dot__img img {
  aspect-ratio: 668/261;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =============================
    service
============================= */
.service {
  background-color: #efeec9;
  padding-top: clamp(12rem, 22vw, 21%);
  padding-bottom: clamp(3rem, 13vw, 9%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: clamp(4rem, 3vw, 8%);
    padding-bottom: clamp(2rem, 3vw, 8%);
  }
}

.service__inner {
  padding-top: clamp(6rem, 10vw, 8%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding-top: clamp(5.7rem, 10vw, 7%);
  }
}

.service__title {
  position: absolute;
  top: -3%; /* JS計測用の安定基準 */
  left: 18%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%); /* ← 見た目調整はここ */
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service__title {
    left: 12%;
    -webkit-transform: translateY(27%);
            transform: translateY(27%);
  }
}

@media (min-width: 769px) {
  .service__img {
    width: 840px;
    max-width: none;
  }
}
/* 769〜899 */
@media (min-width: 769px) and (max-width: 940px) {
  .service__img {
    width: 823px;
    margin-left: 5%;
  }
}
.service__img img {
  width: 100%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset; /* or remove */
}

/* ===== service base ===== */
.service__container {
  position: relative;
}

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

.service__container {
  position: relative;
}

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

/* =========================
   bubbles
   ========================= */
.service__bubbles {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.bubble {
  position: absolute;
  left: var(--x);
  top: var(--y);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 101;
  /* サイズ管理（必要ならここだけ調整） */
  --default-w-sp: 4.6rem;
  /* 拡大後（active SVG）の実寸 */
  --active-w-pc: 34vw; /* PCで小さいならここを大きく */
  --active-w-sp: 13rem; /* SP（例：4.6rem×2.4 ≒ 11rem） */
}

/* hover / focus時は前面 */
.bubble:hover,
.bubble:focus-within {
  z-index: 102;
}

/* =========================
   button（当たり判定）
   ========================= */
.bubble__btn {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  /* ★動かさない：ズレ/ぶれ防止（transformで移動・拡大しない） */
  -webkit-transform: none;
          transform: none;
}

/* タップ/hover判定を広げる（見た目は変えない） */
.bubble__btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
}

/* ★PC(hover環境)：アクティブ中は判定を広げてフリッカー防止 */
@media (hover: hover) and (pointer: fine) {
  .bubble.is-active .bubble__btn::after {
    inset: -30px; /* -60〜-120pxで調整 */
  }
}
/* =========================
   images（default / active）
   - default：その場でフェードアウト
   - active ：同じ基点（中心）でフェードイン（scale無し）
   ========================= */
.bubble__scale {
  position: relative; /* active absolute の基準 */
  display: inline-block; /* defaultのサイズが基準箱になる */
}

/* default画像（通常） */
.bubble__img {
  display: block;
  height: auto;
  pointer-events: none;
  width: var(--default-w-pc);
  max-width: 168px;
}
@media screen and (max-width: 767px) {
  .bubble__img {
    width: var(--default-w-sp);
    max-width: none;
  }
}

.bubble__img--default {
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

/* active画像（拡大後SVG）：中心一致で重ねる */
/* active画像（拡大後SVG）：中心一致で重ねる */
.bubble__img--active {
  position: absolute;
  left: 50%;
  top: 50%;
  /* ★補正は変数で加算（transformはここ1本） */
  -webkit-transform: translate(calc(var(--active-base-x, -70%) + var(--active-shift-x, 0px)), calc(var(--active-base-y, -70%) + var(--active-shift-y, 0px)));
          transform: translate(calc(var(--active-base-x, -70%) + var(--active-shift-x, 0px)), calc(var(--active-base-y, -70%) + var(--active-shift-y, 0px)));
  display: block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
  width: var(--active-w-pc);
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .bubble__img--active {
    width: var(--active-w-sp);
  }
}

/* 切替：その場でふわっと */
.bubble.is-active .bubble__img--default {
  opacity: 0;
}

.bubble.is-active .bubble__img--active {
  opacity: 1;
}

/* =========================
   端の見切れ対策（activeだけ補正）
   - まずはSPのみ
   ========================= */
@media screen and (max-width: 767px) {
  .bubble--02,
  .bubble--05 {
    --active-base-x: -73%; /* ←04だけ基準を浅く */
    --active-base-y: -65%;
  }
}
@media screen and (max-width: 767px) {
  .bubble--04 {
    --active-base-x: -60%; /* ←04だけ基準を浅く */
    --active-base-y: -65%;
  }
}
/* =========================
   float animation（任意）
   ========================= */
.bubble__float {
  display: inline-block;
}

@media (prefers-reduced-motion: no-preference) {
  .bubble__float {
    -webkit-animation: bubble-float 3.2s ease-in-out infinite;
            animation: bubble-float 3.2s ease-in-out infinite;
  }
  .bubble--02 .bubble__float {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .bubble--03 .bubble__float {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .bubble--04 .bubble__float {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .bubble--05 .bubble__float {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  @-webkit-keyframes bubble-float {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
  }
  @keyframes bubble-float {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
  }
}
/* フォーカス */
.bubble__btn:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.25);
  outline-offset: 6px;
  border-radius: 10px;
}

/* =========================
   あなたの個別位置指定（必要ならそのまま）
   ========================= */
.bubble.bubble--02 {
  position: absolute;
  right: -6%;
  top: 5%;
  left: auto; /* 念のため（left:var(--x)と競合させない） */
}
@media screen and (max-width: 767px) {
  .bubble.bubble--02 {
    right: -8%;
  }
}

.bubble.bubble--05 {
  position: absolute;
  right: -5%;
  top: 47%;
  left: auto; /* 念のため */
}
@media screen and (max-width: 767px) {
  .bubble.bubble--05 {
    right: -7%;
  }
}

/* =============================
    vision
============================= */
.vision {
  padding-bottom: 29%;
  background-color: #efeec9;
  position: relative;
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .vision {
    min-height: 520px;
    padding-bottom: clamp(10rem, 44vw, 18.75rem);
  }
}

/* レイアウトの高さを作る箱（ここでは切らない） */
.vision__bg {
  width: 100%;
  aspect-ratio: 1920/1137;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: visible; /* ← ここは visible に */
}
@media screen and (max-width: 767px) {
  .vision__bg {
    aspect-ratio: 520/370;
  }
}

/* 画像だけ切り抜く箱 */
.vision__bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden; /* ← クリップはここだけ */
}

/* パララックスで動かす画像 */
.vision-img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}

/* 中身は必ず前面に */
.vision__inner {
  position: relative;
  z-index: 1;
}

.vision__title {
  font-size: 1.0625rem;
  position: absolute;
  top: -50%;
  right: 20%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .vision__title {
    font-size: 0.625rem;
    right: 18%;
    top: -45%;
  }
}

.vision__catch-wrap {
  position: absolute;
  top: -38%;
  left: 11%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vision__catch-wrap {
    top: 4%;
    left: 11%;
    top: -64vw;
  }
}

.vision__catch,
.vision__catch span.kakko {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3;
  text-shadow: 3px 3px 7px #000, -2px -2px 7px #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .vision__catch,
  .vision__catch span.kakko {
    font-size: 0.625rem;
    line-height: 2.8;
  }
}

.vision__catch span.kakko {
  display: inline-block;
  text-indent: -0.5em;
}

.vision__catch span.per {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3;
  text-shadow: 3px 3px 7px #000, -2px -2px 7px #000;
  text-combine-upright: all;
}
@media screen and (max-width: 767px) {
  .vision__catch span.per {
    font-size: 0.625rem;
  }
}

.vision__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .vision__items {
    margin-top: 5%;
    row-gap: clamp(3rem, 14vw, 9rem);
    width: 97%;
  }
}

@media screen and (max-width: 550px) {
  .vision__items {
    row-gap: clamp(4rem, 17vw, 9rem);
  }
}
/* 600〜768（大きめSP/小さめタブ） */
@media (min-width: 600px) and (max-width: 768px) {
  .vision__items {
    width: 96%;
  }
}
/* 480〜599（一般的なスマホ横/大きめ） */
@media (min-width: 480px) and (max-width: 599px) {
  .vision__items {
    width: 93%;
  }
}
/* 401〜479（一般的スマホ） */
@media (min-width: 401px) and (max-width: 479px) {
  .vision__items {
    width: 95%;
  }
}
.vision__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .vision__item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-left: auto;
  }
}

.vision__item.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .vision__item.reverse {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-left: 1rem;
    margin-right: auto;
  }
}

.vision__item.reverse::after {
  content: "";
  background-image: url(../images/vision/circle02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 391/91;
  width: 15rem;
  position: absolute;
  bottom: -13%;
  right: -5%;
}
@media screen and (max-width: 767px) {
  .vision__item.reverse::after {
    right: 0;
    bottom: -17%;
    top: auto;
    width: 7rem;
  }
}

.vision__item.reverse::before {
  content: "";
  background-image: url(../images/vision/circle01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 242/190;
  width: 9.375rem;
  position: absolute;
  top: -40%;
  left: 2%;
}
@media screen and (max-width: 767px) {
  .vision__item.reverse::before {
    top: -34%;
    width: 3.5rem;
  }
}

.vision__item.item03 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .vision__item.item03 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-left: 4%;
  }
}

.vision__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vision__num {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .vision__num {
    width: 1.5rem;
  }
}

.vision__num img {
  aspect-ratio: 68.6/67.3;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.vision__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 1.875rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vision__text {
    font-size: 0.6875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}

.vision__img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .vision__img {
    width: 73%;
  }
}

.vision__img img {
  aspect-ratio: 783/650;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================
    credo
============================= */
.credo {
  background-color: #cbd7a7;
  padding-bottom: 5.75rem;
  overflow-y: visible;
  position: relative;
  overflow-x: clip; /* 可能ならこれ（スクロールバーすら出にくい） */
  overflow-y: visible;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .credo {
    padding-bottom: 10.75rem;
  }
}
.credo::before {
  content: "";
  aspect-ratio: 1116/1990;
  background-image: url(../images/credo/bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  top: -13%;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .credo::before {
    top: clamp(-8rem, -14vw, -9.5rem);
  }
}

.credo__inner {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .credo__inner {
    padding-bottom: 4%;
  }
}

.credo__title {
  position: absolute;
  top: -7%;
  left: 25%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .credo__title {
    top: clamp(-8.5%, -12vw, -15%);
    left: 16%;
  }
}

.credo__lead {
  font-size: 0.875rem;
  line-height: 2.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -7%;
  left: 63%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .credo__lead {
    font-size: 0.5rem;
    top: -9.2%;
    left: 65%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 2;
    white-space: initial;
    width: 67%;
  }
}

.credo__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4rem;
  padding-top: 6%;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .credo__items {
    padding-top: 0%;
    row-gap: 0.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .credo__items {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); /* 少し拡大 */
    -webkit-transform-origin: top center;
            transform-origin: top center;
    /* ★拡大分で横にはみ出さないよう補正 */
    width: 95.2380952381%;
    margin-inline: auto;
  }
}
.credo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.credo__item.item01 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .credo__item.item01 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.credo__item.item02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 16.25rem;
     -moz-column-gap: 16.25rem;
          column-gap: 16.25rem;
}
@media screen and (max-width: 767px) {
  .credo__item.item02 {
    -webkit-column-gap: 5.25rem;
       -moz-column-gap: 5.25rem;
            column-gap: 5.25rem;
    margin-left: auto;
    margin-right: 7%;
    position: relative;
    z-index: 101;
  }
}

.credo__item.item03 {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
@media screen and (max-width: 767px) {
  .credo__item.item03 {
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    margin-left: -0.8rem;
    margin-top: -3%;
  }
}

.credo__img {
  will-change: transform;
}

.credo__img.img01 {
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .credo__img.img01 {
    margin-right: 0;
    width: 6.75rem;
  }
}

.credo__img.img02 {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .credo__img.img02 {
    margin-left: 0;
    width: 2.8rem;
  }
}

.credo__img.img03 {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .credo__img.img03 {
    margin-top: -3%;
    margin-right: 0;
    width: 3.25rem;
  }
}

.credo__texts.texts01,
.credo__texts.texts02,
.credo__texts.texts03 {
  position: relative;
  z-index: 10;
}

.credo__texts.texts01::before {
  content: "";
  background-image: url(../images/credo/tips01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 418/452;
  width: 25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .credo__texts.texts01::before {
    top: 50%;
    width: 12rem;
    left: 46%;
  }
}

.credo__texts.texts02::before {
  content: "";
  background-image: url(../images/credo/tips02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 663/485;
  width: 25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .credo__texts.texts02::before {
    top: 34%;
    left: 47%;
    width: 12rem;
  }
}

.credo__texts.texts03::before {
  content: "";
  background-image: url(../images/credo/tips03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 835/434;
  width: 31.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .credo__texts.texts03::before {
    width: 15.25rem;
    top: 49%;
    left: 44%;
  }
}

.credo__head {
  color: #0c8c55;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .credo__head {
    font-size: 0.5625rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .credo__item.item02 .credo__head {
    margin-top: -10%;
  }
}

.credo__text {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .credo__text {
    font-size: 0.5rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.credo__messages {
  margin-top: 19%;
}
@media screen and (max-width: 767px) {
  .credo__messages {
    margin-top: 13%;
  }
}

.credo__message {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .credo__message {
    font-size: 0.5rem;
    line-height: 1.5;
  }
}

.credo__message + .credo__message {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .credo__message + .credo__message {
    margin-top: 2%;
  }
}

.credo__message-img {
  margin-top: 6.25rem;
  margin-inline: auto;
  width: 82%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .credo__message-img {
    margin-top: 9%;
  }
}

.credo__message-img img {
  aspect-ratio: 1036/691;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================
    パオホッタの働き方
============================= */
.field {
  background-color: #efeec9;
  position: relative;
  overflow-x: clip; /* 可能ならこれ（スクロールバーすら出にくい） */
  overflow-y: visible;
  z-index: 10;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .field {
    padding-bottom: 2rem;
  }
}

.field::before {
  content: "";
  background: url(../images/field/bg.svg) no-repeat top center/cover;
  position: absolute;
  top: -55%;
  left: -18%;
  right: -20%;
  height: 50rem;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .field::before {
    top: -23%;
  }
}

/* 769〜899 */
@media (min-width: 769px) and (max-width: 899px) {
  .field::before {
    margin-top: -2rem;
  }
}
/* 769〜899 */
@media (min-width: 769px) and (max-width: 960px) {
  .field::before {
    left: -15%;
    margin-top: -2rem;
  }
}
/* field内の“実コンテンツ”を before より前に */
.field > * {
  position: relative;
  z-index: 1;
}

.field__title {
  position: absolute;
  top: -6%;
  right: 22%;
  z-index: 1;
  scale: 1.15;
}
@media screen and (max-width: 767px) {
  .field__title {
    font-size: 0.5625rem;
    top: -7%;
    right: 12%;
  }
}

.service-tabs {
  position: relative;
  z-index: 10;
  scale: 0.7;
}
@media screen and (max-width: 767px) {
  .service-tabs {
    scale: 1;
  }
}

.service-tabs__inner {
  width: min(1064px, 80%);
  padding-inline: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .service-tabs__inner {
    padding-inline: 1rem;
    width: min(1064px, 100%);
  }
}

.service-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service-tabs__list {
    padding-left: 1.5rem;
  }
}

.service-tabs__item {
  padding: 0.625rem 2.75rem 0.5rem;
  border-radius: 12px 12px 0px 0px;
  background-color: #cbd7a7;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: normal;
}
.service-tabs__item[aria-selected=true] {
  background-image: url(../images/field/tab.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  pointer-events: none;
}
.service-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .service-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .service-tabs__item {
    font-size: 0.8125rem;
    padding: 0.375rem 1.25rem 0.25rem;
  }
}

.service-tabs__contents {
  background-color: rgb(255, 255, 255);
  border: 2px solid #0c8c55;
  border-radius: 20px;
  padding: 3.75rem 5rem 3.125rem 4.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .service-tabs__contents {
    padding: 1.25rem 1rem 1.25rem 1.125rem;
  }
}

.service-tabs__contents.tab02 {
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .service-tabs__contents.tab02 {
    padding-top: 2.25rem;
  }
}

.service-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.service-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.service-tabs__content {
  background-color: rgb(255, 255, 255);
}

.service-tabs__content.--content3 .field__bottom {
  position: relative;
}

.service-tabs__content.--content3 .field__bottom::before {
  content: "";
  background-image: url(../images/field/03-top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 316/225;
  width: 13.375rem;
  position: absolute;
  top: -5%;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .service-tabs__content.--content3 .field__bottom::before {
    content: none;
  }
}

.service-tabs__content.--content3 .photo-collage__main {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-tabs__content.--content3 .photo-collage__main {
    display: block;
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}

.field__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .field__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.service-tabs__content.--content2 .field__top {
  -webkit-column-gap: 11.25rem;
     -moz-column-gap: 11.25rem;
          column-gap: 11.25rem;
}

.field__name {
  color: #0c8c55;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .field__name {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .field__img-main {
    margin-inline: auto;
  }
}

.field__img-main.img01 {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .field__img-main.img01 {
    width: 13rem;
  }
}

.field__img-main.img02 {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .field__img-main.img02 {
    width: 8rem;
  }
}

.field__img-main.img03 {
  margin-left: 2rem;
  width: 21.125rem;
}
@media screen and (max-width: 767px) {
  .field__img-main.img03 {
    margin-left: auto;
    width: 11rem;
  }
}

.field__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .field__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.25rem;
  }
}

.field__bottom.bottom02 {
  margin-top: 1.875rem;
}

.field__category-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field__category + .field__category {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .field__category + .field__category {
    margin-top: 1.25rem;
  }
}

.field__category.mt-none {
  margin-top: 0;
}

.field__category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .field__category-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.25rem;
    row-gap: 1.25rem;
  }
}

.field__category-name {
  color: #0c8c55;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .field__category-name {
    font-size: 0.9375rem;
    padding-left: 1.875rem;
  }
}

.field__category-name::before {
  content: "";
  background-image: url(../images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .field__category-name::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.field__category-desc {
  font-size: 1rem;
  margin-top: 1.25rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .field__category-desc {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}

.field__category-desc + .field__category-desc {
  margin-top: 0.25rem;
}

@media screen and (max-width: 767px) {
  .field__img-sub {
    margin-top: 1.25rem;
  }
}

.photo-collage {
  position: relative;
  width: 100%;
  /* 下の画像がはみ出さないように、余白（下の画像の分）を確保 */
  padding-bottom: 28%;
}

/* 上（左上）の大きい画像 */
.photo-collage__main {
  width: 60%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .photo-collage__main {
    padding-left: 1rem;
    width: 56%;
  }
}

.photo-collage__main img {
  aspect-ratio: 320/228;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

/* 下（右下）の小さい画像：重ねて配置 */
.photo-collage__sub {
  position: absolute;
  right: -6%;
  bottom: -5%;
  width: 58%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .photo-collage__sub {
    width: 52%;
    right: 4%;
    bottom: 0;
  }
}

.photo-collage__sub img {
  aspect-ratio: 320/228;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.service-tabs__content.--content2 .photo-collage {
  padding-bottom: 7%;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .service-tabs__content.--content2 .photo-collage {
    padding-left: 0;
    padding-bottom: 18%;
  }
}

.service-tabs__content.--content2 .photo-collage__main {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .service-tabs__content.--content2 .photo-collage__main {
    width: 50%;
  }
}

.service-tabs__content.--content2 .photo-collage__sub {
  right: -2%;
  bottom: -28%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service-tabs__content.--content2 .photo-collage__sub {
    right: 4%;
    bottom: 2%;
    width: 48%;
  }
}

/* スマホは縦に並べる（崩れ防止） */
/* =============================
    社内制度
============================= */
.seido {
  background-color: #efeec9;
  padding-top: 10rem;
  padding-bottom: 14.75rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .seido {
    padding-top: 6rem;
    padding-bottom: 11rem;
  }
}

.seido__inner {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .seido__inner {
    width: 100%;
  }
}

.fukuri {
  position: relative;
}

.seido__title-wrap {
  position: absolute;
  top: -12%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .seido__title-wrap {
    top: -8%;
    right: 13%;
  }
}

.seido__title {
  color: #0c8c55;
  position: relative;
}

.seido__title::before {
  content: "";
  background-image: url(../images/data/bg-g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 234/241;
  width: 8.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .seido__title::before {
    width: 5.15rem;
  }
}

.fukuri__title {
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 2.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fukuri__title {
    font-size: 1rem;
  }
}

.fukuri__title::before {
  content: "";
  background-image: url(../images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .fukuri__title::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.fukuri__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fukuri__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
    margin-top: rem;
    margin-inline: auto;
    width: 90%;
  }
}

.keihatsu {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .keihatsu {
    margin-top: 3rem;
  }
}

.keihatsu__title {
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 2.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keihatsu__title {
    font-size: 1rem;
  }
}

.keihatsu__title::before {
  content: "";
  background-image: url(../images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .keihatsu__title::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.keihatsu__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .keihatsu__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 1.875rem;
    margin-inline: auto;
    width: 90%;
  }
}

/* =============================
    働き方データ
============================= */
/* ===== 全体 ===== */
.stats {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .stats {
    padding-top: 3rem;
  }
}

.stats__card {
  background: #fff;
  border-radius: 20px;
  padding: 3.125rem 3.125rem 3.125rem 2.5rem;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* 影不要ならこのまま */
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .stats__card {
    padding: 3.125rem 2.5rem 3.125rem 2.125rem;
    margin-inline: auto;
    width: 85%;
  }
}

/* 3×2 グリッド */
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 4.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .stats__grid {
    grid-template-columns: 1fr;
    row-gap: calc(4.5rem * 0.8);
  }
}

/* ===== 各ブロック共通 ===== */
.stat {
  text-align: center;
}

.stat__title,
.stat__title span.br {
  color: #0c8c55;
  margin: 0 0 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.125rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .stat__title,
  .stat__title span.br {
    font-size: calc(1.125rem * 0.8);
    margin-bottom: 2.4rem;
  }
}

.stat__title span.br {
  margin-bottom: initial !important;
}

.stat__title.title04 {
  margin-left: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .stat__title.title04 {
    margin-left: 0;
    white-space: initial;
  }
}

.stat__title.sp-mb {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .stat__title.sp-mb {
    margin-bottom: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .stat__title.title04 span.br {
    margin-bottom: 0 !important;
  }
}

.stat__title.mt {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .stat__title.mt {
    margin-top: 0;
  }
}

.stat__subtitle {
  color: #0c8c55;
  display: inline-block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.stat__subtitle span {
  color: #0c8c55;
}

/* ===== 上段： blob + 数値 ===== */
.stat__blob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .stat__blob {
    margin-top: calc(2rem * 0.8);
  }
}

.stat__blob.single {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .stat__blob.single {
    margin-top: 2.5rem;
  }
}

.stat__blob::before {
  content: "";
  background-image: url(../images/data/bg-g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 295/286;
  width: clamp(11.25rem, 10.8098591549rem + 1.8779342723vw, 12.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .stat__blob::before {
    width: calc(clamp(11.25rem, 10.8098591549rem + 1.8779342723vw, 12.5rem) * 0.8);
  }
}

.stat__icon {
  width: 3.75rem;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .stat__icon {
    width: calc(3.75rem * 0.8);
    margin-bottom: 8px;
  }
}

.stat__icon.clock {
  width: 4.125rem;
}
@media screen and (max-width: 767px) {
  .stat__icon.clock {
    width: calc(3.75rem * 0.8);
  }
}

/* 数値 */
.stat__value {
  font-weight: 800;
  color: #0c8c55;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.125rem;
}

.stat__num {
  color: #0c8c55;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .stat__num {
    font-size: calc(2.5rem * 0.8);
  }
}

.stat__unit {
  color: #0c8c55;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .stat__unit {
    font-size: calc(1rem * 0.8);
  }
}

.stat__meta {
  color: #0c8c55;
  margin-top: 0.125rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .stat__meta {
    font-size: calc(1rem * 0.8);
  }
}

.stat__meta span {
  color: #0c8c55;
}

/* ===== 下段：左（表） ===== */
.stat--table .stat__title {
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .stat--table .stat__title {
    margin-bottom: 3.625rem;
  }
}

.table {
  width: min(340px, 100%);
  margin: 0 auto;
  color: #0c8c55;
}
@media screen and (max-width: 767px) {
  .table {
    margin-top: -3rem;
  }
}

.table__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  justify-items: center;
  font-weight: 800;
}

.table__rows {
  display: grid;
  gap: 12px;
}

.table__row {
  display: grid;
  grid-template-columns: 3.75rem repeat(3, 1fr);
  gap: 0.875rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* Safari対策：アイコン行だけbaselineを使わない */
.table__row--icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__row--icons .table__cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

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

.table__label {
  color: #000;
  text-align: left;
  font-weight: 500;
}

.table__cell {
  font-weight: 500;
  font-size: 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.table__cell.cell03 {
  width: 3.2rem;
}

.table__num {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0c8c55;
}

.table__unit {
  font-size: 0.875rem;
  font-weight: 800;
  color: #0c8c55;
}

/* ===== 下段：中央（取得率） ===== */
.rate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 6px;
}

.rate__label {
  font-weight: 500;
  color: #111;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .rate__label {
    margin-bottom: 2rem;
  }
}

.rate__circle {
  display: grid;
  place-items: center;
}

.rate__circle--light {
  position: relative;
  margin-top: 1.125rem;
}

.rate__circle--light::before {
  content: "";
  background-image: url(../images/data/bg-g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 295/286;
  width: 5.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .rate__circle--light::before {
    width: 6.525rem;
  }
}

.rate__circle--ligh span {
  color: #0c8c55;
}

.rate__circle--dark {
  position: relative;
  margin-top: 1.25rem;
}

.rate__circle--dark::before {
  content: "";
  background-image: url(../images/data/bg-g2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 295/286;
  width: 5.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .rate__circle--dark::before {
    width: 6.525rem;
  }
}

.rate__circle--dark span {
  color: #fff;
}

.rate__num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.rate__item.item01 .rate__num {
  color: #0c8c55;
}

.rate__item.item02 .rate__num {
  color: rgb(255, 255, 255);
}

.rate__unit {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-left: 0.25rem;
  position: relative;
  z-index: 1;
}

.rate__item.item01 .rate__unit {
  color: #0c8c55;
}

.rate__item.item02 .rate__unit {
  color: rgb(255, 255, 255);
}

/* ===== 下段：右（女性比率） ===== */
.women {
  display: grid;
  place-items: center;
  margin-top: 10px;
  row-gap: 0.25rem;
}

.women__icon {
  width: 6.5rem;
}

.women__icon img {
  aspect-ratio: 164/117;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.women__value {
  color: #0c8c55;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
  color: #0c8c55;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
}

.women__num {
  color: #0c8c55;
  font-size: 2.375rem;
  line-height: 1;
}

.women__unit {
  color: #0c8c55;
  font-size: 1.375rem;
  font-weight: 900;
}

.women__meta {
  color: #0c8c55;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #0c8c55;
}

.women__meta span {
  color: #0c8c55;
}

.saiyou-link {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .saiyou-link {
    margin-top: 4.25rem;
  }
}

.saiyou-link__wrap {
  background-color: #0c8c55;
  border-radius: 10px;
  padding: 2.4rem;
  padding-left: 3.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .saiyou-link__wrap {
    padding: 1.875rem 1.25rem;
  }
}

.saiyou-link__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .saiyou-link__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.saiyou-link__texts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .saiyou-link__texts {
    margin-bottom: 1rem;
  }
}

.saiyou-link__text-head {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .saiyou-link__text-head {
    text-align: center;
  }
}

.saiyou-link__text-body {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .saiyou-link__text-body {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.saiyou-link__link {
  width: 13rem;
}

@media screen and (max-width: 767px) {
  .saiyou-link__link {
    width: 80%;
  }
}

.saiyou-link__link a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .saiyou-link__link a {
    width: 100%;
  }
}

.saiyou-link__link.link01 a {
  margin-left: auto;
}
.saiyou-link__link a img {
  aspect-ratio: 325.29/98.26;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.saiyou-gakkou {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .saiyou-gakkou {
    margin-top: 3rem;
  }
}

.saiyou-gakkou__container {
  margin-top: 1.25rem;
  margin-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .saiyou-gakkou__category {
    font-size: 0.875rem;
  }
}

.saiyou-gakkou__content {
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .saiyou-gakkou__content {
    font-size: 0.8125rem;
  }
}

.saiyou-num {
  margin-top: 3.75rem;
  shape-image-threshold: 3rem;
}

.saiyou-num__container {
  margin-top: 1.25rem;
  margin-left: 1.875rem;
}

.saiyou-num__content {
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .saiyou-num__content {
    font-size: 0.8125rem;
  }
}

/* =============================
    会社概要
============================= */
.company {
  background: #ffffef;
  padding: 0 0 7.5rem;
  position: relative;
  overflow-y: visible;
  z-index: 10;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .company {
    overflow-x: clip;
  }
}

.company::before {
  content: "";
  background: url(../images/company/bg.svg) no-repeat top center/cover;
  position: absolute;
  top: -7%;
  left: -18%;
  right: -20%;
  height: 50rem;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .company::before {
    top: -4%;
  }
}

/* 769〜899 */
@media (min-width: 769px) and (max-width: 899px) {
  .company::before {
    margin-top: -2rem;
  }
}
/* 769〜899 */
@media (min-width: 769px) and (max-width: 960px) {
  .company::before {
    left: -15%;
    margin-top: -2rem;
  }
}
/* field内の“実コンテンツ”を before より前に */
.company > * {
  position: relative;
  z-index: 1;
}

/* ここが曲線を作るパーツ */
.company__inner {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .company__inner {
    width: 100%;
  }
}

.company__title {
  position: absolute;
  top: -9%;
  right: 20%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company__title {
    top: -5%;
  }
}

@media screen and (max-width: 550px) {
  .company__title {
    top: -4%;
  }
}
.company__grid {
  margin-top: 3.75rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 23rem; /* 右の写真列を固定寄り */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .company__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- 左：見出し（ロゴ） ---------- */
.company__logo {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .company__logo {
    margin-left: 1rem;
    width: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .company__left {
    margin-left: 1rem;
  }
}

/* ---------- 左：定義リスト ---------- */
.company__list {
  margin: 0;
  padding: 0;
}

.company__row {
  display: grid;
  grid-template-columns: 5rem 1fr; /* ラベル幅（左の緑文字） */
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .company__row {
    padding: 0.125rem 0;
  }
}

.company__row.p-none {
  padding-top: 0;
}

.company__label {
  margin: 0;
  color: #0c8c55;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .company__label {
    font-size: 0.8125rem;
  }
}

.company__value {
  margin: 0;
  color: #111;
  font-size: 0.875rem;
  line-height: 1.9;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company__value {
    font-size: 0.8125rem;
    white-space: initial;
  }
}

.company__block + .company__block {
  margin-top: 1.375rem;
}

.company__block p {
  line-height: 1.5;
}

.company__block-title {
  margin-bottom: 0.25rem;
}

/* 役員：2カラムっぽく揃える */
.company__members {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.125rem;
}

.company__members li {
  display: grid;
  grid-template-columns: 86px 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media screen and (max-width: 767px) {
  .company__members li {
    grid-template-columns: 97px 1fr;
  }
}

/* ---------- 右：写真 ---------- */
.company__right {
  display: grid;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company__right {
    margin-inline: auto;
    width: 76%;
    gap: 1.375rem;
  }
}

.company__photo {
  margin: 0;
  overflow: hidden; /* 重要：はみ出しを隠す */
  background: transparent; /* 重要：白を消す（or セクション色に） */
}

.company__photo img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}

/* 上の大きい写真の比率を近づける */
.company__photo--main {
  aspect-ratio: 656/422;
}
@media screen and (max-width: 767px) {
  .company__photo--main {
    margin-top: 1.875rem;
  }
}

.company__photo--main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 下の3枚（縦積み） */
.company__stack {
  display: grid;
  gap: 1.375rem;
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .company__stack {
    width: 100%;
  }
}

/* 下の写真は少し横長っぽく */
.company__stack .company__photo {
  aspect-ratio: 437/282;
  overflow: hidden;
}

.company__stack .company__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1024px) {
  .company__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 600px) {
  .company__row {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 0.75rem 0;
  }
  .company__logo-name {
    font-size: 1.375rem;
  }
}
/* =============================
    沿革
============================= */
.history {
  background-color: #ffffef;
  padding: 6.25rem 0 0.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .history {
    padding-bottom: 8rem;
  }
}

.history::before {
  content: "";
  background-image: url(../images/history/dot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 459/168;
  width: 18.75rem;
  position: absolute;
  top: -11%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .history::before {
    top: 1%;
    right: 4%;
    width: 8.75rem;
  }
}

.history__inner {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .history__inner {
    width: 100%;
  }
}

.history__title {
  position: absolute;
  top: -14%;
  left: 14%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .history__title {
    top: -4%;
  }
}

.history__title.section-title::before {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .history__title.section-title::before {
    width: 4.5rem;
  }
}

/* 年表（2カラム） */
.history__list {
  margin: 0;
  padding: 2.5rem 0 0; /* 上の装飾と被らないように下げる */
  width: 90%;
  margin-inline: auto;
}

.history__row {
  display: grid;
  grid-template-columns: 13.25rem 1fr;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .history__row {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding: 0.625rem 0;
  }
}

.history__date {
  display: grid;
  grid-template-columns: 1fr 3em; /* ← 月の列を固定 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 1rem;
  line-height: 1.9;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .history__date {
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.history__date-year {
  letter-spacing: 0.05em;
}

.history__date-month {
  display: block;
  text-align: right; /* ← 右端を揃える */
}
@media screen and (max-width: 767px) {
  .history__date-month {
    text-align: left;
  }
}

.history__desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .history__desc {
    font-size: 0.8125rem;
    margin-left: 2em;
    line-height: 1.5;
    white-space: initial;
  }
}

/* =============================
    アクセス
============================= */
.access {
  padding-top: 16rem;
  margin-top: -1rem;
  --curve-pos: 13%;
  --green-fill: 67%;
  position: relative;
  z-index: 11;
  overflow-x: clip;
  padding-bottom: 2.5rem;
  background-color: #ffffef;
  background-image: url(../images/access/bg.svg), -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbd7a7));
  background-image: url(../images/access/bg.svg), linear-gradient(#cbd7a7 0 0);
  background-repeat: no-repeat, no-repeat;
  background-size: 160% auto, 100% var(--green-fill);
  background-position: 50% var(--curve-pos), left bottom;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 14rem;
    margin-top: -9rem;
  }
}

.access__inner {
  z-index: 10;
  position: relative;
}

.access__title {
  position: absolute;
  top: -15%;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .access__title {
    top: -14%;
  }
}

.access__items {
  width: 85%;
  padding-top: 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .access__items {
    padding-top: 0;
    width: 95%;
  }
}

.access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .access__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.25rem;
  }
}

.access__item + .access__item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .access__item + .access__item {
    margin-top: 2.5rem;
  }
}

.access__texts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .access__texts {
    width: 100%;
  }
}

.access__name {
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 2.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__name {
    font-size: 1rem;
  }
}

.access__name::before {
  content: "";
  background-image: url(../images/common/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .access__name::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.access__text {
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 2.5rem;
  margin-top: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .access__text {
    font-size: 0.8125rem;
    padding-left: 2.5rem;
    margin-top: 1.2rem;
  }
}

.access__map {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .access__map {
    padding-left: 2.5rem;
    width: 90%;
  }
}

.access__map iframe {
  aspect-ratio: 570/396;
  width: 100%;
  height: 100%;
}