@charset "UTF-8";
/* =========================================
   0. 自作ヘルパー & 変数
========================================= */
/* =========================================
   1. Base
========================================= */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

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

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

/* =========================================
   2. レイアウト
========================================= */
.l-container {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin-inline: auto;
}

.row, .process-steps__list {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -1rem;
}

.col {
  flex: 1 0 0;
  padding: 0 1rem;
}

.col-auto {
  flex: 0 0 auto;
  padding: 0 1rem;
}

[class^=col-],
[class*=" col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 575.98px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-xs-12, .process-steps__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-3, .process-steps__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
}
.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* =========================================
   3. 既存コンポーネント (変更なし)
========================================= */
/*  デフォルトの見出しサイズ  
----------------------------------------- */
/*  モバイル基準 → md(768px~) で段階的に拡大 
----------------------------------------- */
h1 {
  font-size: clamp(32px, 5vw, 48px);
}

h2 {
  font-size: clamp(24px, 5vw, 35px);
}

h3 {
  font-size: clamp(20px, 4.5vw, 28px);
}

h4 {
  font-size: clamp(18px, 4vw, 22px);
  margin:0;
}

/*  PC 固定ピクセル値ユーティリティ
----------------------------------------- */
/*  .fs-pc-23 → PC 幅(>=992px)で 23px
----------------------------------------- */
@media (min-width: 992px) {
  .fs-pc-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 992px) {
  .fs-pc-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 992px) {
  .fs-pc-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .fs-pc-18 {
    font-size: 18px !important;
  }
}

/* color font deco
----------------------------------------- */
.green {
  color: #1EAF99;
}

.accent {
  color: #ff7a00;
}

.gold {
  color: #D0AA59;
}

.accent-num {
  font-size: 70px;
  color: #ff7a00;
}
.accent-num02 {
  font-size: 50px;
  color: #0e3066;
}

.text-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.text-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.35em;
  width: 100%;
  height: 0.45em;
  background: #FFE164;
  border-radius: 0.3em;
  z-index: -1;
}
.text-highlight--tight::after {
  bottom: 0.2em;
}
@media (max-width: 768px) {
  .text-highlight::after {
    bottom: 0.3em;
    height: 0.3em;
    width: 78%;
    height: 0.45em;
    background: #FFE164;
  }
  .text-highlight--tight::after {
    bottom: 0.1em;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-semibold {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-heavy {
  font-weight: 900;
}

.text-underline {
  text-decoration: underline;
}

.list-none {
  list-style: none;
}

/* Section Head
----------------------------------------- */
.c-section-head {
  text-align: center;
  margin-bottom: clamp(60px, 8vw, 70px);
}

.c-section-title {
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0 0 30px;
}

.c-section-desc {
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.8;
  color: #333;
  margin: 0 auto;
  max-width: 920px;
}

/* Card
----------------------------------------- */
.c-card0 {
  background: #fff;
  border-radius: 12px;
  padding: clamp(20px, 5vw, 40px);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-card {
  background: #fff;
  border-radius: 12px;
  padding: clamp(20px, 5vw, 40px);
  height: 100%;
  display: grid;
  align-items: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .c-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-card {
    grid-template-columns: 1fr 2fr;
    text-align: left;
  }
}
.c-card__media {
  text-align: center;
}
.c-card__media img {
  margin-inline: auto;
}
.c-card__body {
  text-align: left;
}
.c-card__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #333;
}
.c-card__title .accent {
  color: #ff7a00;
}
.c-card__text {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.8;
  color: #333;
  margin: 0;
}
.c-card__text .text-bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-card--reverse {
    grid-template-columns: 2fr 1fr;
  }
  .c-card--reverse .c-card__media {
    order: 2;
  }
  .c-card--reverse .c-card__body {
    order: 1;
    text-align: left;
  }
}
.c-card--vertical {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
  gap: 10px;
}
.c-card--vertical .c-card__icon {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 50px;
  height: 50px;
  padding: 8px;
}
.c-card--vertical .c-card__body {
  text-align: left;
  flex-grow: 1;
  padding: 10px 15px;
}
.c-card--vertical .c-card__title {
  margin: 10px 10px 15px;
}
.c-card--vertical .c-card__stitle {
  font-size: 20px;
}
.c-card--vertical .c-card__text {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 10px;
}

/* button
----------------------------------------- */
.button_solid011,
.button_solid011--green {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.button_solid011 a,
.button_solid011--green a {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px 10px;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  transition: transform 0.15s, border-bottom-width 0.15s;
}
.button_solid011 a:hover,
.button_solid011--green a:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
}
.button_solid011 a span,
.button_solid011--green a span {
  position: absolute;
  top: -15px;
  width: 60%;
  padding: 3px 0;
  background: #fff;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 0;
}
.button_solid011 a span::after,
.button_solid011--green a span::after {
  display: none;
}

.button_solid011 a {
  background: #FF8102;
  color: #fff;
  border-bottom: 5px solid #D86D00;
}
.button_solid011 a span {
  border: 2px solid #FF8102;
  color: #FF8102;
}

.button_solid011--green a {
  background: #32B16C;
  color: #fff;
  border-bottom: 5px solid #2C9D60;
}
.button_solid011--green a span {
  border: 2px solid #32B16C;
  color: #32B16C;
}

/* ギャラリー
----------------------------------------- */
.c-gallery--triple {
  display: flex;
  gap: 1rem;
  margin-block: 1.5rem;
}
.c-gallery--triple li {
  flex: 1 1 0;
}
.c-gallery--triple img {
  width: 100%;
  display: block;
  border-radius: 6px;
  padding: 0 20px;
}

.c-img-box {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .c-img-box {
    margin-bottom: 40px;
  }
}
.c-img-box__img {
  width: clamp(80px, 15vw, 120px);
  height: auto;
  border-radius: 8px;
}

/* =========================================
   4. ユーティリティ
========================================= */
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-130 {
  margin-bottom: 130px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-130 {
  margin-left: 130px;
}
.pt-0 { padding-top: 0px;}
.pb-0 { padding-bottom: 0px;}
.pl-0 { padding-left: 0px;}

/* =========================================
   5. プロジェクト (セクションごとのスタイル)
========================================= */
/* Hero Section
----------------------------------------- */
.hero {
  padding: clamp(20px, 10vw, 40px) 0 0;
  background: #fff;
  color: #000;
}
.hero__head {
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero__head {
    margin-bottom: 20px;
  }
}
.hero__title {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 20px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero__title {
    margin-bottom: 10px;
    font-size: clamp(28px, 6vw, 40px);
  }
}
.hero__title .dot {
  position: relative;
  display: inline-block;
}
.hero__title .dot::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #FF8102;
  pointer-events: none;
  box-shadow: 1em 0 0 #FF8102, 2em 0 0 #FF8102, 3em 0 0 #FF8102, 4em 0 0 #FF8102, 5em 0 0 #FF8102, 6em 0 0 #FF8102, 7em 0 0 #FF8102;
}
@media (max-width: 768px) {
  .hero__title .dot {
    position: relative;
    display: inline-block;
  }
  .hero__title .dot::before {
    content: "";
    position: absolute;
    top: -0.3em;
    left: 0.2em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #FF8102;
    pointer-events: none;
  }
}
.hero__catch {
  font-size: clamp(14px, 2vw, 18px);
  margin-top: 0.75rem;
  font-weight: 600;
  line-height: 1.8;
}
.hero__visual {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.hero__lead {
  text-align: center;
  margin: 1.5rem auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

/* Assurance Section
----------------------------------------- */
.assurance {
  background: #FBFAF4;
  padding: clamp(60px, 12vw, 100px) 0;
}
.assurance .c-section-head {
  margin-bottom: 60px;
}
.assurance__box {
  position: relative;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 40px 60px;
  margin-bottom: 130px;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 768px) {
  .assurance__box {
    margin-bottom: 80px;
  }
}
.assurance__industries {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}
.assurance__ribbon {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  background: #FFF2B3;
  padding: 10px 40px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .assurance__ribbon {
    left: 50%;
    width: 80%;
  }
}
.assurance__feature-title {
  font-size: 2rem;
  line-height: 2.35rem;
}
.assurance__desc {
  line-height: 1.5rem;
  letter-spacing: 0.12rem;
}

/* Concern Section
----------------------------------------- */
.concern {
  background: #f8f8f8;
  padding: clamp(60px, 12vw, 100px) 0;
}
.concern__cards {
  margin-bottom: 80px;
}
.concern__cards .row, .concern__cards .process-steps__list {
  margin-bottom: 20px;
}
.concern__cards .row:last-child, .concern__cards .process-steps__list:last-child {
  margin-bottom: 0;
}
.concern__bottom {
  text-align: center;
}
.concern__message {
  margin: 0 auto;
}
.concern__message-text {
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.8;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Solution Section
----------------------------------------- */
.solution {
  position: relative;
  background: #fefcf7;
  padding: clamp(60px, 12vw, 100px) 0;
}
.solution__inner {
  position: relative;
  z-index: 1;
}
.solution__visual {
  text-align: center;
}
.solution__img {
  width: 100%;
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.solution__triangle-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
.solution__triangle-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* CV Download Section
----------------------------------------- */
.cv-download {
  background-color: #fbbc04;
  color: #fff;
  text-align: center;
  padding: clamp(60px, 10vw, 100px) 20px;
}
.cv-download__title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: bold;
  margin-bottom: 30px;
}
.cv-download__desc {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 500;
}
.cv-download__button-wrapper {
  position: relative;
  display: inline-block;
}
.cv-download__label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #008060;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.cv-download__button {
  display: inline-block;
  background-color: #2bb673;
  color: #fff;
  font-weight: bold;
  padding: 25px 36px 15px;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 0 #219f5f;
}
.cv-download__button:hover {
  background-color: #28a96b;
}

/* Reason Section
----------------------------------------- */
.reason {
  background: #fff8f0;
  padding: clamp(60px, 12vw, 100px) 0;
}
.reason__cards {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 5vw, 50px);
}

/* Quality Section
----------------------------------------- */
.quality {
  padding: clamp(60px, 10vw, 100px) 0;
  background: #fff;
}
.quality .l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.quality__content {
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
}
@media (max-width: 768px) {
  .quality__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.quality__title {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: bold;
  margin-bottom: 24px;
}
.quality__title .highlight {
  color: #ff7a00;
}
.quality__text {
  font-size: clamp(15px, 2.5vw, 16px);
  line-height: 1.8;
}
.quality__text .accent {
  color: #ff7a00;
  font-weight: bold;
}

/* Review-Reason Section
----------------------------------------- */
.review-reason {
  background: #f8f8f8;
  padding: clamp(60px, 10vw, 100px) 0;
}
.review-reason .c-section-title {
  margin-bottom: 65px;
}
.review-reason__voice, .review-reason__chart {
  text-align: center;
  margin-bottom: clamp(30px, 6vw, 60px);
}
.review-reason__voice img, .review-reason__chart img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.review-reason__chart-title {
  text-align: center;
  font-size: clamp(18px, 3.5vw, 24px);
  font-weight: bold;
  margin-bottom: 60px;
}
.review-reason__caption {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  text-align: center;
}
.review-reason__summary-wrap {
  background: #FEF1DE;
  padding: clamp(24px, 5vw, 40px) clamp(16px, 4vw, 80px);
  border-radius: 24px;
}
.review-reason__summary {
  background: #ffffff;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 12px;
  text-align: left;
}
.review-reason__summary-title {
  text-align: center;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: bold;
  margin-bottom: 24px;
}
.review-reason__summary-title span {
  display: block;
  font-size: clamp(18px, 4vw, 28px);
  color: #FF6600;
  font-weight: bold;
  margin-top: 4px;
}
.review-reason__points {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-reason__points li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #333;
}
.review-reason__points li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
}
.review-reason__points li .small {
  color: #ff6600;
  font-size: 90%;
}
.review-reason__points li strong {
  color: #ff6600;
  font-weight: bold;
}

/* Remove-Reason Section
----------------------------------------- */
.remove-reason {
  position: relative;
  padding: clamp(60px, 12vw, 100px) 0;
  background: #e7f1f1;
  text-align: center;
}
.remove-reason__triangle-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}
.remove-reason .c-card {
  padding: 48px 24px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .remove-reason .c-card {
    padding: 30px 32px 48px;
  }
}
.remove-reason__card-header {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.remove-reason__index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.remove-reason__case {
  text-transform: uppercase;
  color: #1EAF99;
}
.remove-reason__num {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1EAF99;
  line-height: 1;
}
.remove-reason__card-title {
  line-height: 1.3;
  margin: 0 !important;
}
.remove-reason__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1EAF99;
  margin: 24px 0;
}
.remove-reason .c-card__media {
  max-width: 140px;
  margin: 0 auto 24px;
}
.remove-reason .c-card__text {
  text-align: left;
}

/* Regulation Section
----------------------------------------- */
.regulation {
  padding: clamp(60px, 12vw, 100px) 0;
  background: #fdf5f3;
}
.regulation__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .regulation__cards {
    gap: 40px;
  }
}
.regulation .c-card {
  align-items: center;
  text-align: left;
}
@media (min-width: 768px) {
  .regulation .c-card {
    text-align: left;
  }
}
.regulation__list {
  margin: 0 0 16px;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 0.9rem;
  line-height: 1.6;
}
.regulation__link {
  color: #ff7a00;
  text-decoration: underline;
}

/* features Section
----------------------------------------- */
.feature-benefit {
  padding: clamp(60px, 12vw, 100px) 0;
  background: #F0F8FF;
}
.feature-benefit__cards {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
.feature-benefit__card .c-card__media img {
  width: 100px;
  height: auto;
  padding: 40px 10px 15px;
  margin: 0 auto 15px;
}
.feature-benefit__card .c-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #ff7a00;
  margin-bottom: 8px;
}
.feature-benefit__card .c-card__text {
  font-size: 14px;
  color: #333;
}
.feature-benefit__card--main {
  background: #fff;
  border: 2px solid #ff7a00;
  padding: 24px;
}
.feature-benefit__card--main .feature-benefit__label {
  font-size: 15px;
  font-weight: bold;
  color: #ff7a00;
  text-align: center;
  margin-bottom: 8px;
}
.feature-benefit__card--main .feature-benefit__text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* shop-merit Section
----------------------------------------- */
.shop-merit {
  position: relative;
  padding: clamp(60px, 12vw, 100px) 0;
  background-color: #FAEBDA;
  text-align: center;
}
.shop-merit__triangle-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}
.shop-merit__block {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .shop-merit__block {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
.shop-merit__row--2col {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  flex-wrap: wrap; /* レスポンシブで改行も維持 */
}
.shop-merit__row--3col {
  margin-bottom: 1.5rem;
}
.shop-merit__row--textonly {
  margin: 2rem 0;
}
@media (max-width: 575px) {
  .shop-merit__row--reverse-sm {
    flex-direction: column !important;
  }
  .shop-merit__row--reverse-sm > .shop-merit__text {
    order: 1 !important;
  }
  .shop-merit__row--reverse-sm > .shop-merit__media,
  .shop-merit__row--reverse-sm > .shop-merit__img {
    order: 2 !important;
    margin-top: 1em;
  }
}
.shop-merit__img img, .shop-merit__illust img {
  display: block;
  width: 100%;
  height: auto;
}
.shop-merit__text p {
  line-height: 1.6;
  margin-top: 0.5rem;
}
.shop-merit__sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ff7a00;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .shop-merit__sub-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .shop-merit__sub-title {
    font-size: 1.75rem;
  }
}
.shop-merit__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.shop-merit__highlight {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: left;
}
.shop-merit__boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-merit__boxes li {
  background: #fff0b3;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  flex: 1;
  min-width: 150px;
}
.shop-merit__box {
  flex: 1 1 calc(33.333% - 1rem);
  background-color: #fff7e6;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.3rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.4;
}

/* customer-merit Section
// -------------------------------------- */
.customer-merit {
  position: relative;
  padding: clamp(60px, 12vw, 100px) 0;
  background: #FBFAF4;
}
.customer-merit__triangle-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}
.customer-merit__block {
  margin-top: 2rem;
}
.customer-merit__row {
  margin: 0 -0.5rem;
}
.customer-merit__row > .customer-merit__col {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
.customer-merit__title, .customer-merit__chart-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.customer-merit__media {
  text-align: center;
  margin-bottom: 1rem;
}
.customer-merit__media img {
  max-width: 100%;
  height: auto;
}
.customer-merit__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}
.customer-merit__chart {
  margin-bottom: 1rem;
}
.customer-merit__chart img {
  display: block;
  width: 100%;
  height: auto;
}
.customer-merit__chart-caption {
  font-size: 0.75rem;
  color: #666;
  text-align: right;
  margin-top: 0.5rem;
}
.customer-merit__process {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.customer-merit__step {
  display: flex;
  align-items: center;
  background: #ff7a00;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.customer-merit__step:last-child {
  margin-bottom: 0;
}
.customer-merit__icon {
  flex-shrink: 0;
}
.customer-merit__icon img {
  width: 3rem;
  height: auto;
  display: block;
}
.customer-merit__step-content {
  margin-left: 1rem;
}
.customer-merit__step-content .customer-merit__step-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.customer-merit__step-content .customer-merit__step-text {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #333;
}
.customer-merit__arrow {
  text-align: center;
  margin: 0.5rem 0;
}
.customer-merit__arrow img {
  width: 2rem;
  height: auto;
  display: inline-block;
}
@media (min-width: 576px) {
  .customer-merit__step {
    padding: 1.5rem;
  }
}

/* introduction-case Section
// -------------------------------------- */
.introduction-case {
  padding: clamp(60px, 12vw, 100px) 0;
  background: #FBFAF4;
}
.introduction-case__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
.introduction-case__card .c-card__media img {
  width: 100px;
  height: auto;
  padding: 40px 10px 15px;
  margin: 0 auto 15px;
}
.introduction-case h3 {
  font-size: 1.2rem;
  padding: 10px;
  border-bottom: dotted 2px #D0AA59;
}

/* 
  process-steps Steps Component
// -------------------------------------- */
.process-steps {
  padding: clamp(60px, 12vw, 100px) 0 0;
}
.process-steps__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.process-steps__item {
  margin-bottom: 2rem;
  position: relative;
  display: flex;
}
.process-steps__item:not(:last-child)::after {
  content: "»";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #4b5563;
  pointer-events: none;
}
@media (max-width: 576px) {
  .process-steps__item:not(:last-child)::after {
    content: "";
  }
  .process-steps__item:not(:last-child)::before {
    content: "↓";
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: #4b5563;
    pointer-events: none;
  }
}
.process-steps__item > .process-steps__card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.process-steps__card {
  background-color: #FBFAF4;
  border-radius: 8px;
  padding: 2.5rem 1.5rem;
  position: relative;
}
.process-steps__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFEB00;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
  white-space: nowrap;
}
.process-steps__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ff7a00;
  text-align: center;
  margin: 1.5rem 0 1rem;
}
.process-steps__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-steps__items li {
  position: relative;
  padding-left: 1.25rem;
}
.process-steps__items li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #333;
}
.process-steps__items li + li {
  margin-top: 0.5rem;
}

/* 
  faq Steps Component
// -------------------------------------- */
.faq {
  padding: clamp(60px, 12vw, 100px) 0 130px;
  background: #F9F4ED;
}
.faq__item {
  border: 4px solid #FFDC00;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #fff;
}
.faq__question {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  content: "▼";
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.faq__item[open] .faq__question::after {
  transform: rotate(180deg);
}
.faq__icon {
  flex: none;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
  background: #FFDC00;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq__text {
  flex: 1;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
}
.faq__answer {
  margin: 1rem 1.5rem;
  padding: 1rem 1.5rem;
  background: #fffeea;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* 
  quality02 Steps Component
// -------------------------------------- */
.quality02 {
  padding: clamp(60px, 12vw, 100px) 0 0;
  background-color: #FFF6BF;
}
.quality02 .c-section-head {
  margin-bottom: 0;
}
.quality02 .c-section-head .c-section-title {
  margin-bottom: 0;
  color: #ff7a00;
}
.quality02 .c-card {
  background-color: #FFF6BF;
}

/* 
  form Steps Component
// -------------------------------------- */
.form {
  padding: clamp(60px, 12vw, 100px) 0 30px;
  background: #fff;
}
.form .l-container {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .form .l-container {
    max-width: 1000px;
  }
}
.form .inner .c-section-head {
  text-align: center;
  margin-bottom: 2rem;
}
.form .inner .c-section-head .c-section-title {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.form .inner .c-section-head p {
  font-size: 1rem;
  color: #555;
  margin: 0 auto;
}
.form .row, .form .process-steps__list {
  display: flex;
  justify-content: center;
}
.form .hubspot_form {
  width: 100%;
}
.form .hubspot_form form .hs-richtext.hs-main-font-element p {
  margin-bottom: 10px;
}
.form .hubspot_form form .hs-richtext.hs-main-font-element p span {
  color: #ff0201;
}
.form .hubspot_form form .field {
  margin-bottom: 1rem;
}
.form .hubspot_form form .field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.form .hubspot_form form .field label span:first-child {
  margin-right: 0.25rem;
}
.form .hubspot_form form .field label .hs-form-required {
  color: #ff0201;
  margin-left: 0.25rem;
}
.form .hubspot_form form .field .input input[type=text],
.form .hubspot_form form .field .input input[type=email],
.form .hubspot_form form .field .input input[type=tel],
.form .hubspot_form form .field .input textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95rem;
  box-sizing: border-box;
}
.form .hubspot_form form .field .input textarea {
  min-height: 120px;
  background: #f7f7f7;
}
.form .hubspot_form form .hs-privacy {
  margin: 1.5rem 0;
}
.form .hubspot_form form .hs-privacy .input {
  padding: 0.75rem 1rem;
  border-radius: 4px;
}
.form .hubspot_form form .hs-privacy .input .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form .hubspot_form form .hs-privacy .input .inputs-list li {
  display: flex;
  align-items: center;
}
.form .hubspot_form form .hs-privacy .input .inputs-list li label {
  font-weight: normal;
}
.form .hubspot_form form .hs-privacy .input .inputs-list li label span {
  margin-left: 0.5rem;
}
.form .hubspot_form form .hs-richtext.hs-main-font-element + .hs-richtext.hs-main-font-element {
  margin: 0 0 1.5rem;
}
.form .hubspot_form form .hs-richtext.hs-main-font-element + .hs-richtext.hs-main-font-element p a {
  color: #333;
  text-decoration: underline;
}
.form .hubspot_form form .hs-recaptcha {
  margin: 0 0 2rem;
  display: flex;
  justify-content: center;
}
.form .hubspot_form form .hs-submit .actions {
  text-align: center;
}
.form .hubspot_form form .hs-submit .actions .hs-button {
  display: inline-block;
  background: #f58520;
  color: #fff;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.form .hubspot_form form .hs-submit .actions .hs-button:hover {
  opacity: 0.9;
}

/* 
  footer Steps Component
// -------------------------------------- */
.footer {
  padding: clamp(60px, 12vw, 80px) 0 0;
  background-color: #EFEBE0;
}
.footer .c-section-head {
  margin-bottom: clamp(10px, 5vw, 20px);
}
.footer .copy {
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */


/* --- Scrollbar gap hotfix: mobile only --- */
@media (hover: none) and (pointer: coarse) {
  html, body {
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none; 
    touch-action: pan-y;          
  }
  img, video, svg, canvas { max-width: 100%; height: auto; }
  .u-full-bleed, .l-hero, .l-section, .wrapper, .page, .container,
  [class*="full"], [class*="wide"], [class*="hero"] {
    max-width: 100%;
    width: 100%;
  }
}


