/* 市場印刷トップページ差し込み用: class名は icb-flow 配下に限定 */
.icb-flow, .icb-flow * {
  box-sizing: border-box;
}
.icb-flow {
  --icb-orange: #e8a044;
  --icb-red: #cf3e3e;
  --icb-green: #91aa55;
  --icb-brown: #3a2b27;
  width: 100%;
  padding: 0 20px 56px;
  color: #231815;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.icb-flow__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 36px 32px 44px;
  background: #fff url("../assets/images/background-dot.png") repeat center center;
}
.icb-flow__mobile {
  display: none;
}
.ichiba-purpose-section .sp-only {
  display: none;
}
.icb-flow__desktop-break {
  display: inline;
}
.icb-flow__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}
.icb-flow__value {
  display: grid;
  grid-template-columns: minmax(540px, 0.84fr) minmax(600px, 1.16fr);
  gap: clamp(38px, 3.5vw, 54px);
  align-items: center;
  margin: -36px -32px 0;
  padding: 36px 24px 78px 64px;
  background: #fff;
}
.icb-flow__value-copy {
  position: relative;
  z-index: 2;
  padding: 12px 0 0 4px;
  text-align: center;
}
.icb-flow__value-copy h2 {
  margin: 0 0 20px;
  color: #073357;
  font-size: clamp(25px, 2.15vw, 32px);
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.02em;
  text-align: left;
}
.icb-flow__value-copy h2 span, .icb-flow__value-copy h2 strong {
  display: block;
}
.icb-flow__value-copy h2 strong {
  color: #f26722;
  font-size: 1.22em;
  margin-left: -0.45em;
  white-space: nowrap;
}
.ichiba-purpose-section .lead-title-row, .ichiba-purpose-section .lead-title-copy, .ichiba-purpose-section .lead-title-end {
  display: block;
}
.ichiba-purpose-section .lead-title-copy .copy-line {
  display: inline;
}
.ichiba-purpose-section .lead-title-copy .copy-line:not(:last-child)::after {
  content: "・";
}
.ichiba-purpose-section .quote-start, .ichiba-purpose-section .quote-end {
  display: inline;
}
.icb-flow__value-copy h2 span:last-child {
  width: 100%;
  text-align: left;
}
.icb-flow__value-catch {
  display: block;
  margin: 0 0 24px 5px;
  width: max-content;
  max-width: 100%;
  padding-right: 18px;
  padding-bottom: 11px;
  border-bottom: 0;
  color: #f26722;
  background-image: radial-gradient(circle, #f26722 1.5px, transparent 1.8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 3px;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.icb-flow__value-body {
  margin-left: 5px;
  width: calc(100% + 28px);
}
.icb-flow__value-body p {
  margin: 0;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.icb-flow__value-body p:nth-child(2) {
  margin-left: -0.45em;
}
.icb-flow__value-note {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  align-items: center;
  margin: 24px 0 0;
  width: calc(100% + 36px);
  margin-right: -36px;
  padding: 14px 17px;
  border: 1px solid #f4c968;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 6px 14px rgba(220, 151, 37, .18);
}
.icb-flow__heart {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.icb-flow__value-note p {
  margin: 0;
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 700;
  line-height: 1.85;
  white-space: nowrap;
}
.icb-flow__value-note span, .icb-flow__value-note strong {
  display: block;
}
.icb-flow__value-note strong {
  color: #f26722;
  font-size: 1em;
}
.icb-flow__value-note .icb-flow__value-note-ending {
  display: inline;
  color: #231815;
}
.icb-flow__value-map {
  position: relative;
  width: 110%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  justify-self: start;
  margin-left: -6%;
}
.icb-flow__map-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.icb-flow__orbit-paths circle {
  fill: none;
  stroke: #f58220;
  stroke-dasharray: 2 8;
  stroke-linecap: round;
  stroke-width: 2.5;
}
.icb-flow__orbit-arrows path {
  fill: #f58220;
  stroke: none;
}
.icb-flow__map-lines marker path {
  fill: #f58220;
}
.icb-flow__spokes line {
  fill: none;
  marker-start: url("#icb-arrow-inner");
  stroke: #efa914;
  stroke-width: 1.4;
}
.icb-flow__mobile-orbit, .icb-flow__mobile-spokes {
  display: none;
}
.icb-flow__goal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 145px;
  height: 145px;
  place-content: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #f4864b;
  box-shadow: 0 3px 12px rgba(90, 46, 17, .24);
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  transform: translate(-50%, -50%);
}
.icb-flow__goal strong {
  display: block;
  font-size: 28px;
}
.icb-flow__methods {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.icb-flow__methods li {
  --angle: calc(var(--i) * 25.714deg - 45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  border: 1px solid #f3c665;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 13px rgba(78, 64, 43, .14);
  color: #132d47;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-175px) rotate(calc(-1 * var(--angle)));
}
.icb-flow__methods li:nth-child(even) {
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-215px) rotate(calc(-1 * var(--angle)));
}
.icb-flow__methods li > img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 1px;
  object-fit: contain;
}
.icb-flow__outcomes {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none;
}
.icb-flow__outcomes li {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  min-width: 112px;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffe69d, #ffd36d);
  box-shadow: 0 4px 10px rgba(98, 69, 29, .1);
  color: #10344f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transform: translate(-50%, -50%);
}
.icb-flow__outcomes li:nth-child(1) {
  top: 9.7%;
  left: 50%;
}
.icb-flow__outcomes li:nth-child(2) {
  top: 24.9%;
  left: 81.5%;
}
.icb-flow__outcomes li:nth-child(3) {
  top: 59%;
  left: 89.3%;
}
.icb-flow__outcomes li:nth-child(4) {
  top: 86.3%;
  left: 67.5%;
}
.icb-flow__outcomes li:nth-child(5) {
  top: 86.3%;
  left: 32.5%;
}
.icb-flow__outcomes li:nth-child(6) {
  top: 59%;
  left: 10.7%;
}
.icb-flow__outcomes li:nth-child(7) {
  top: 24.9%;
  left: 18.5%;
}
.icb-flow__outcomes li img {
  display: block;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  object-fit: contain;
}
.icb-flow__mobile-map-intro, .icb-flow__mobile-outcomes-title {
  display: none;
}
.icb-flow__process {
  position: relative;
  margin: 0;
  padding: 28px 0 0;
  background: transparent;
  border-top: 0;
}
.icb-flow__lead {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.3em;
  margin: 0;
  padding: 0 10px 5px;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.icb-flow__lead::after {
  position: absolute;
  right: 0;
  bottom: 0.22em;
  left: 0;
  z-index: -1;
  height: 0.45em;
  background: rgba(255, 240, 80, 0.72);
  content: "";
}
.icb-flow__lead strong {
  color: var(--icb-red);
  font-size: 1.14em;
  font-weight: 700;
}
.icb-flow__intro {
  margin: 18px 0 26px;
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
.icb-flow__heading {
  width: min(760px, 90%);
  margin-bottom: 18px;
  margin-right: auto;
  margin-left: auto;
}
.icb-flow__heading h3 {
  position: relative;
  height: clamp(55px, 7.5vw, 85px);
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.icb-flow__heading img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transform: translateY(-50%);
}
.icb-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.icb-flow__step {
  position: relative;
  min-width: 0;
}
.icb-flow__step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -29px;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  color: var(--icb-orange);
  background: none;
  box-shadow: none;
  content: "▶";
  padding: 0;
  font-family: sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%) scaleY(1.28);
}
.icb-flow__step:nth-child(2)::after, .icb-flow__step:nth-child(3)::after {
  color: var(--icb-orange);
}
.icb-flow__card {
  display: grid;
  grid-template-rows: 50px 120px 1fr;
  min-height: 280px;
  aspect-ratio: auto;
  overflow: hidden;
  border: 1px solid var(--icb-orange);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.icb-flow__step--green .icb-flow__card {
  border-color: var(--icb-orange);
}
.icb-flow__card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0;
  padding: 8px 8px 4px;
  font-size: clamp(13.5px, 1.08vw, 15px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
}
.icb-flow__number {
  flex: 0 0 auto;
  margin-right: 7px;
  color: #d86e38;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
}
.icb-flow__figure {
  position: relative;
  display: grid;
  overflow: hidden;
  margin: 0 8px;
  padding: 0;
  place-items: center;
}
.icb-flow__figure img {
  display: block;
  width: 70%;
  height: auto;
  object-fit: initial;
  max-width: 100%;
  max-height: none;
  object-position: center center;
  justify-self: center;
  transform: translateY(-3px);
}
.icb-flow__step:nth-child(-n + 3) .icb-flow__figure img {
  width: 66%;
}
.icb-flow__card > p {
  margin: 0 10px 10px;
  padding: 9px 4px 0;
  font-size: clamp(12.5px, 0.98vw, 13.5px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0;
  text-align: center;
}
.icb-flow__closing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}
.icb-flow__message {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.icb-flow__message > img {
  display: block;
  width: 130px;
  height: auto;
  mix-blend-mode: normal;
}
.icb-flow__promise {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0 0.35em;
  min-height: 100px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(35, 24, 21, 0.55);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  font-size: clamp(13px, 1.15vw, 15.5px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.icb-flow__promise::before {
  position: absolute;
  top: 50%;
  left: -17px;
  width: 32px;
  height: 32px;
  border-bottom: 1px solid rgba(35, 24, 21, 0.55);
  border-left: 1px solid rgba(35, 24, 21, 0.55);
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.icb-flow__promise span, .icb-flow__promise strong {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.icb-flow__promise strong {
  color: var(--icb-red);
  font-weight: 700;
}
.icb-flow__support {
  position: relative;
  width: 100%;
  padding: 16px 20px 12px;
  border: 1px dashed rgba(35, 24, 21, 0.5);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.icb-flow__support h4 {
  position: absolute;
  top: -0.85em;
  left: 50%;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(-50%);
}
.icb-flow__support ul {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 9px 18px;
  justify-content: center;
  justify-items: center;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.icb-flow__support li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.icb-flow__support-icon {
  flex: 0 0 auto;
  display: grid;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 4px;
  place-items: center;
}
.icb-flow__support-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.55);
}
.icb-flow__support li > span:last-child {
  color: #231815;
}
@media (max-width: 1160px) {
  .icb-flow__value {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-right: 44px;
    padding-left: 44px;
  }

  .icb-flow__value-copy {
    width: min(720px, 100%);
    margin: 0 auto;
  }

  .icb-flow__value-map {
    width: min(720px, 100%);
    margin: 0 auto;
  }
}
@media (max-width: 1060px) {
  .icb-flow__value {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .icb-flow__value-copy {
    width: min(680px, 100%);
    margin: 0 auto;
  }
  .icb-flow__value-map {
    width: min(680px, 100%);
    margin: 0 auto;
  }
  .icb-flow__lead {
    white-space: normal;
  }
  .icb-flow__pc {
    display: none;
  }
  .icb-flow__steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .icb-flow__step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -25px;
    display: block;
    font-size: 22px;
    transform: translateX(50%) rotate(90deg) scaleY(1.2);
  }
  .icb-flow__card {
    grid-template-columns: 170px minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "figure heading" "figure text";
    column-gap: 16px;
    align-content: center;
    height: 170px;
    min-height: 170px;
    padding: 10px 14px;
    aspect-ratio: auto;
  }
  .icb-flow__step .icb-flow__figure img {
    width: 70%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    transform: none;
  }
  .icb-flow__card h4 {
    grid-area: heading;
    justify-content: flex-start;
    align-self: end;
    min-height: 0;
    padding: 0 0 5px;
    font-size: 17px;
    text-align: left;
  }
  .icb-flow__figure {
    grid-area: figure;
    margin: 0;
    padding: 0;
  }
  .icb-flow__card > p {
    grid-area: text;
    align-self: start;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .icb-flow__number {
    margin-right: 10px;
    font-size: 40px;
  }
  .icb-flow__step:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
  .icb-flow__closing {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .icb-flow__lead {
    display: block;
    padding-right: 0;
    padding-left: 0;
    font-size: 21px;
  }
  .icb-flow__value-copy h2 span:last-child {
    width: 100%;
  }
  .icb-flow__value-note {
    grid-template-columns: 68px 1fr;
    margin-right: 0;
  }
  .icb-flow__orbit-paths, .icb-flow__spokes {
    display: none;
  }
  .icb-flow__mobile-orbit, .icb-flow__mobile-spokes {
    display: block;
  }
  .icb-flow__mobile-orbit rect {
    fill: none;
    stroke: #f58220;
    stroke-dasharray: 2 8;
    stroke-linecap: round;
    stroke-width: 2.5;
  }
  .icb-flow__mobile-orbit-arrows path {
    display: none;
  }
  .icb-flow__mobile-spokes line {
    display: none;
  }
  .icb-flow__methods li {
    position: absolute;
    display: grid;
    width: clamp(56px, 17vw, 66px);
    height: clamp(56px, 17vw, 66px);
    place-content: center;
    gap: 1px;
    padding: 3px;
    border-radius: 50%;
    font-size: clamp(7px, 2vw, 8.5px);
    letter-spacing: -0.02em;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    transform: translate(-50%, -50%);
  }
  .icb-flow__methods li:nth-child(even) {
    transform: translate(-50%, -50%);
  }
  .icb-flow__methods li:nth-child(1) {
    top: 27%;
    left: 31%;
  }
  .icb-flow__methods li:nth-child(2) {
    top: 19%;
    left: 48%;
  }
  .icb-flow__methods li:nth-child(3) {
    top: 27%;
    left: 67%;
  }
  .icb-flow__methods li:nth-child(4) {
    top: 38%;
    left: 76%;
  }
  .icb-flow__methods li:nth-child(5) {
    top: 48%;
    left: 77%;
  }
  .icb-flow__methods li:nth-child(6) {
    top: 62%;
    left: 74%;
  }
  .icb-flow__methods li:nth-child(7) {
    top: 74%;
    left: 64%;
  }
  .icb-flow__methods li:nth-child(8) {
    top: 81%;
    left: 48%;
  }
  .icb-flow__methods li:nth-child(9) {
    top: 74%;
    left: 32%;
  }
  .icb-flow__methods li:nth-child(10) {
    top: 63%;
    left: 23%;
  }
  .icb-flow__methods li:nth-child(11) {
    top: 46%;
    left: 23%;
  }
  .icb-flow__methods li:nth-child(12) {
    top: 36%;
    left: 34%;
  }
  .icb-flow__methods li:nth-child(13) {
    top: 36%;
    left: 63%;
  }
  .icb-flow__methods li:nth-child(14) {
    top: 63%;
    left: 38%;
  }
  .icb-flow__outcomes li:nth-child(1) {
    top: 5%;
    left: 50%;
  }
  .icb-flow__outcomes li:nth-child(2) {
    top: 20%;
    left: 82%;
  }
  .icb-flow__outcomes li:nth-child(3) {
    top: 50%;
    left: 82%;
  }
  .icb-flow__outcomes li:nth-child(4) {
    top: 94%;
    left: 69%;
  }
  .icb-flow__outcomes li:nth-child(5) {
    top: 94%;
    left: 31%;
  }
  .icb-flow__outcomes li:nth-child(6) {
    top: 50%;
    left: 18%;
  }
  .icb-flow__outcomes li:nth-child(7) {
    top: 20%;
    left: 18%;
  }
  .icb-flow__value-map {
    padding-top: 18px;
  }
  .icb-flow__outcomes li img {
    flex-basis: 22px;
  }
  .icb-flow__desktop-break {
    display: none;
  }
  .icb-flow__pc {
    display: none;
  }
  .icb-flow__mobile {
    display: inline;
  }
  .icb-flow__process {
    margin: 0;
    padding: 24px 0 0;
  }
  .icb-flow__lead span, .icb-flow__lead strong {
    display: block;
  }
  .icb-flow__lead strong {
    margin: 2px 0;
    font-size: 23px;
    white-space: nowrap;
  }
  .icb-flow__lead::after {
    bottom: 0.12em;
    height: 0.34em;
  }
  .icb-flow__intro {
    margin: 20px auto 30px;
    font-size: 15px;
    line-height: 1.75;
  }
  .icb-flow__heading {
    width: min(680px, 94%);
    margin-bottom: 16px;
  }
  .icb-flow__heading h3 {
    font-size: 31px;
    line-height: 1.35;
  }
  .icb-flow__heading p {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .icb-flow__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .icb-flow__step:last-child {
    grid-column: auto;
    width: auto;
  }
  .icb-flow__step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -22px;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 22px;
    transform: translateX(50%) rotate(90deg) scaleY(1.2);
  }
  .icb-flow__card {
    grid-template-columns: 1fr;
    grid-template-rows: 56px 150px auto;
    grid-template-areas: "heading" "figure" "text";
    height: auto;
    min-height: 0;
    padding: 0;
    column-gap: 0;
    align-content: stretch;
  }
  .icb-flow__step .icb-flow__figure img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
  }
  .icb-flow__card h4 {
    min-height: 60px;
    padding: 10px 16px 6px;
    font-size: 18px;
    justify-content: center;
  }
  .icb-flow__number {
    margin-right: 12px;
    font-size: 40px;
  }
  .icb-flow__figure {
    margin: 0;
    padding: 0;
  }
  .icb-flow__card > p {
    margin: 0 14px 14px;
    padding: 8px 10px 10px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  .icb-flow__closing {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 28px;
  }
  .icb-flow__message {
    grid-template-columns: 1fr;
    grid-template-areas: "bubble" "dog";
    gap: 18px;
    justify-items: center;
    margin: 14px 0;
  }
  .icb-flow__message > img {
    grid-area: dog;
    width: 120px;
  }
  .icb-flow__promise {
    grid-area: bubble;
    width: min(420px, 100%);
    min-height: 0;
    padding: 20px 18px;
    font-size: 16px;
  }
  .icb-flow__promise::before {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 0;
    border-right: 1px solid rgba(35, 24, 21, 0.55);
    border-bottom: 1px solid rgba(35, 24, 21, 0.55);
    transform: translateX(-50%) rotate(45deg);
  }
  .icb-flow__promise span, .icb-flow__promise strong {
    display: block;
    width: 100%;
  }
  .icb-flow__support {
    padding: 24px 18px 18px;
  }
  .icb-flow__support ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 10px;
  }
  .icb-flow__support li {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .icb-flow *, .icb-flow *::before, .icb-flow *::after {
    scroll-behavior: auto !important;
  }
}
@media (max-width: 760px) {
  .icb-flow__value {
    width: auto;
    max-width: none;
  }
  .icb-flow__value-copy {
    min-width: 0;
  }
  .icb-flow__value-copy h2 span:last-child {
    text-align: left;
  }
  .ichiba-purpose-section .sp-only {
    display: inline;
  }
  .icb-flow__pc-only {
    display: none !important;
  }
  .icb-flow {
    overflow-x: hidden;
  }
  .icb-flow__inner {
    width: 100%;
    max-width: 100%;
  }
  .icb-flow__value {
    grid-template-columns: 1fr;
    margin-right: -32px;
    margin-left: -32px;
  }
  .icb-flow__value-copy {
    width: min(680px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .icb-flow__value-copy h2 {
    margin: 0 0 40px;
    color: #073357;
  }
  .icb-flow__value-copy h2 span, .icb-flow__value-copy h2 strong {
    display: block;
  }
  .icb-flow__value-copy h2 strong {
    max-width: 100%;
  }
  .icb-flow__value-catch {
    padding-right: 12px;
    padding-bottom: 13px;
    background-size: 12px 3px;
  }
  .icb-flow__value-body {
    max-width: 680px;
    margin: 0;
  }
  .icb-flow__value-body p {
    display: block;
    margin: 0 0 1.35em;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: normal;
  }
  .icb-flow__value-body p:nth-child(2) {
    margin-left: -0.45em;
  }
  .icb-flow__value-note {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 680px;
    margin: 34px auto 0;
    gap: 24px;
    text-align: left;
  }
  .icb-flow__heart {
    margin: 0 auto;
  }
  .icb-flow__value-note p {
    margin: 0 auto;
    letter-spacing: 0.01em;
  }
  .icb-flow__value-map {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 760px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 0 32px;
    aspect-ratio: auto;
  }
  .icb-flow__map-lines {
    display: none !important;
  }
  .icb-flow__goal {
    position: relative;
    top: auto;
    left: auto;
    width: 138px;
    height: 138px;
    margin: 0 auto;
    font-size: 19px;
    transform: none;
  }
  .icb-flow__goal strong {
    font-size: 30px;
  }
  .icb-flow__mobile-map-intro, .icb-flow__mobile-outcomes-title {
    display: block;
    margin: 22px auto;
    color: #10344f;
    font-size: clamp(17px, 3vw, 20px);
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .icb-flow__mobile-map-intro::after {
    display: block;
    margin-top: 10px;
    color: #f58220;
    content: "↓";
    font-size: 25px;
    line-height: 1;
  }
  .icb-flow__mobile-outcomes-title {
    margin-top: 34px;
    margin-bottom: 16px;
  }
  .icb-flow__mobile-outcomes-title::before {
    display: block;
    margin-bottom: 10px;
    color: #f58220;
    content: "↓";
    font-size: 25px;
    line-height: 1;
  }
  .icb-flow__methods, .icb-flow__outcomes {
    position: static;
    display: grid;
    inset: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .icb-flow__outcomes li {
    position: static;
    display: flex;
    width: auto;
    min-width: 0;
    min-height: 54px;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    transform: none;
  }
  .icb-flow__outcomes li img {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
  .icb-flow__outcomes li br {
    display: none;
  }
  .icb-flow__outcomes li:nth-child(7) {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }
}
@media (min-width: 481px) and (max-width: 760px) {
  .icb-flow__value-copy {
    width: min(680px, 100%);
  }
  .icb-flow__value-note {
    padding: 48px;
  }
  .icb-flow__value-map {
    max-width: 760px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .icb-flow__methods, .icb-flow__outcomes {
    max-width: 720px;
    gap: 18px;
  }
  .icb-flow__methods li, .icb-flow__methods li:nth-child(even) {
    min-height: 88px;
    padding: 22px 28px;
  }
}
@media (max-width: 760px) {
  .icb-flow {
    padding: 0 12px 38px;
  }
  .icb-flow__inner {
    padding: 28px 16px 32px;
  }
  .icb-flow__value {
    gap: 34px;
    margin: -28px -16px 0;
    padding: 44px 20px 56px;
  }
  .icb-flow__value-body p {
    font-size: clamp(17px, 4.35vw, 20px);
    line-height: 1.8;
  }
  .icb-flow__heart {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 480px) {
  .icb-flow__value {
    padding-right: 18px;
    padding-left: 18px;
  }
  .icb-flow__value-copy h2 {
    font-size: clamp(24px, 7vw, 30px);
  }
  .icb-flow__value-copy h2 strong {
    font-size: clamp(27px, 7.7vw, 34px);
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .icb-flow__value-catch {
    font-size: clamp(20px, 5.65vw, 24px);
  }
  .icb-flow__value-body p {
    font-size: clamp(16px, 4.45vw, 18px);
  }
  .icb-flow__value-map {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .icb-flow__methods, .icb-flow__outcomes {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }
  .icb-flow__methods li, .icb-flow__methods li:nth-child(even) {
    min-height: 82px;
    padding: 20px 22px;
  }
  .icb-flow__outcomes li:nth-child(7) {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}
@media (max-width: 390px) {
  .icb-flow__value-copy h2 strong {
    word-break: normal;
  }
}
@media (max-width: 760px) {
  .icb-flow__value-copy, .icb-flow__value-body, .icb-flow__value-note p {
    font-feature-settings: "palt";
  }
  .icb-flow__value-copy h2 strong {
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .icb-flow__value-copy h2 strong {
    font-size: clamp(28px, 9vw, 34px);
    line-height: 1.22;
    letter-spacing: 0.02em;
    white-space: normal;
    overflow-wrap: normal;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-single {
    display: none;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-stack {
    display: inline;
  }
}
@media (max-width: 760px) {
  .icb-flow__value-copy h2 {
    margin-bottom: 32px;
    font-size: clamp(30px, 7.7vw, 38px);
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: 0.01em;
  }
  .icb-flow__value-copy h2 > span:not(.icb-flow__pc-only):not(.icb-flow__orange-single):not(.icb-flow__orange-stack) {
    font-size: clamp(30px, 7.7vw, 38px);
    font-weight: 800;
    line-height: 1.42;
  }
  .icb-flow__value-copy h2 .icb-flow__title-end {
    display: block;
    margin-top: 4px;
    font-size: clamp(28px, 7.1vw, 35px) !important;
    font-weight: 800;
    line-height: 1.35;
  }
  .icb-flow__value-copy h2 strong {
    display: block;
    width: 100%;
    margin: 16px 0 10px;
    color: #f45a24;
    font-size: clamp(34px, 5.55vw, 42px);
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: -0.045em;
    white-space: nowrap;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-single {
    display: inline;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-stack {
    display: none;
  }
  .icb-flow__value-catch {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .icb-flow__value-body {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .icb-flow__value-body p, .icb-flow__value-body p:nth-child(2) {
    display: block;
    margin-left: 0;
    margin-bottom: 1.35em;
    font-size: clamp(17px, 4.35vw, 20px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: normal;
  }
  .icb-flow__value-body p:last-child {
    margin-bottom: 0;
  }
  .icb-flow__heart {
    display: none;
  }
  .icb-flow__value-note {
    display: block;
    padding: 30px 24px;
  }
  .icb-flow__value-note p {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(18px, 4.6vw, 21px);
    font-weight: 700;
    line-height: 1.65;
    text-align: left;
    white-space: normal;
  }
  .icb-flow__value-note span, .icb-flow__value-note strong {
    display: block;
  }
  .icb-flow__value-note strong {
    margin-top: 0.45em;
    color: #f45a24;
    font-weight: 700;
  }
  .icb-flow__value-note .icb-flow__value-note-ending {
    display: inline;
    color: inherit;
  }
}
@media (max-width: 600px) {
  .icb-flow__value-copy h2 {
    display: block;
  }
  .icb-flow__value-copy h2 > span:not(.icb-flow__pc-only):not(.icb-flow__orange-single):not(.icb-flow__orange-stack) {
    display: block;
  }
  .icb-flow__value-copy h2 strong {
    display: block;
    font-size: clamp(34px, 9vw, 43px);
    line-height: 1.22;
    letter-spacing: 0.02em;
    white-space: nowrap;
    margin: 16px 0 0;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-single {
    display: none;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-stack {
    display: inline-block;
    white-space: nowrap;
  }
  .icb-flow__value-copy h2 strong .icb-flow__orange-stack br {
    display: block;
  }
  .icb-flow__value-copy h2 strong .icb-flow__stack-title-end {
    color: #073357;
    font-size: clamp(28px, 7.1vw, 35px);
    font-weight: 800;
    line-height: 1.22;
  }
  .icb-flow__value-copy h2 .icb-flow__title-end {
    display: none;
  }
}
@media (max-width: 760px) {
  .ichiba-purpose-section .lead-title-copy {
    padding-left: 0.45em;
  }
  .ichiba-purpose-section .quote-start {
    display: inline-block;
    width: 0.45em;
    margin-left: -0.45em;
  }
  .ichiba-purpose-section .quote-end {
    display: inline;
  }
}
.ichiba-purpose-section .lead-title-sp {
  display: none;
}
.ichiba-purpose-section .lead-title-pc {
  display: block;
}
@media (min-width: 761px) {
  .ichiba-purpose-section .lead-title {
    line-height: 1.72;
    font-weight: 700;
  }
  .ichiba-purpose-section .lead-title-pc {
    display: block !important;
  }
  .ichiba-purpose-section .lead-title-sp {
    display: none !important;
  }
  .ichiba-purpose-section .lead-title-pc span {
    display: block;
  }
  .ichiba-purpose-section .lead-title-pc .orange {
    display: block;
    margin-left: -0.45em;
    color: #f26722;
    font-size: 1.22em;
    white-space: nowrap;
  }
  .ichiba-purpose-section .lead-title-row, .ichiba-purpose-section .lead-title-copy, .ichiba-purpose-section .lead-title-end {
    display: initial;
  }
}
@media (max-width: 760px) {
  .ichiba-purpose-section .lead-title-pc {
    display: none !important;
  }
  .ichiba-purpose-section .lead-title-sp {
    display: block !important;
  }
  .ichiba-purpose-section .lead-title {
    font-weight: 800;
    letter-spacing: 0.02em;
  }
  .ichiba-purpose-section .lead-title-main {
    display: block;
    margin-bottom: 22px;
    color: #07345a;
    font-size: clamp(26px, 7vw, 34px);
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
  }
  .ichiba-purpose-section .lead-title-row {
    column-gap: 14px;
    align-items: end;
  }
  .ichiba-purpose-section .lead-title-copy {
    grid-template-rows: auto auto auto;
    margin: 0 !important;
    font-size: clamp(28px, 7.6vw, 36px) !important;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0.02em;
  }
  .ichiba-purpose-section .lead-title-copy .copy-line {
    display: grid;
    grid-template-columns: 0.55em auto;
    align-items: baseline;
  }
  .ichiba-purpose-section .lead-title-copy .copy-line-last {
    grid-row: 3;
  }
  .ichiba-purpose-section .lead-title-copy .copy-line:not(:last-child)::after {
    content: "";
  }
  .ichiba-purpose-section .quote-mark, .ichiba-purpose-section .quote-spacer {
    display: inline-block;
    width: 0.55em;
  }
  .ichiba-purpose-section .lead-title-end {
    align-self: end;
    padding-bottom: 0.02em;
    color: #07345a;
    font-size: clamp(23px, 6.2vw, 30px) !important;
    font-weight: 800;
    line-height: 1.18;
    white-space: nowrap;
  }
  .icb-flow__value-catch {
    margin: 34px 0 26px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    color: #f45a24;
    background-image: none;
    font-size: clamp(18px, 4.6vw, 22px);
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0;
    text-align: left;
    white-space: normal;
  }
  .icb-flow__value-catch::after {
    content: "";
    display: block;
    width: 260px;
    max-width: 72%;
    height: 3px;
    margin: 14px auto 0;
    background-image: radial-gradient(circle, #f26722 1.5px, transparent 1.8px);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 12px 3px;
  }
}
@media (max-width: 390px) {
  .ichiba-purpose-section .lead-title-main {
    font-size: clamp(25px, 6.8vw, 31px);
    white-space: normal;
  }
  .ichiba-purpose-section .lead-title-row {
    column-gap: 10px;
  }
  .ichiba-purpose-section .lead-title-copy {
    font-size: clamp(27px, 7.2vw, 34px) !important;
  }
  .ichiba-purpose-section .lead-title-end {
    font-size: clamp(21px, 5.8vw, 27px) !important;
  }
  .icb-flow__value-catch {
    font-size: clamp(19px, 5vw, 23px);
  }
}
@media (max-width: 760px) {
  .icb-flow__methods {
    position: static !important;
    display: grid !important;
    inset: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100%;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .icb-flow__methods li, .icb-flow__methods li:nth-child(even) {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: flex !important;
    width: auto !important;
    min-width: 0;
    height: auto !important;
    min-height: 112px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px 16px !important;
    border: 1px solid #f5a623;
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 4px 13px rgba(78, 64, 43, .1);
    color: #07345a;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.35 !important;
    letter-spacing: 0.02em;
    text-align: center !important;
    white-space: normal;
    transform: none !important;
  }
  .icb-flow__methods li > img {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    object-fit: contain;
  }
  .icb-flow__methods li br {
    display: none;
  }
}
@media (max-width: 390px) {
  .icb-flow__methods {
    gap: 12px !important;
  }
  .icb-flow__methods li, .icb-flow__methods li:nth-child(even) {
    min-height: 104px !important;
    padding: 16px 10px 14px !important;
    font-size: 14px !important;
  }
  .icb-flow__methods li > img {
    width: 34px !important;
    height: 34px !important;
  }
}
/*
 * =========================================================
 * 「私たちは、お客様の～」テキスト中央揃え
 * =========================================================
 */
/* PCは左揃え */
.icb-flow__value-copy, .icb-flow__value-copy h2, .icb-flow__value-copy h2 span:last-child, .icb-flow__value-catch, .icb-flow__value-body, .icb-flow__value-body p, .icb-flow__value-note, .icb-flow__value-note p {
  text-align: left;
}
/* スマートフォンのみ中央揃え */
@media (max-width: 760px) {
  .icb-flow__value-copy, .icb-flow__value-copy h2, .icb-flow__value-copy h2 span:last-child, .icb-flow__value-catch, .icb-flow__value-body, .icb-flow__value-body p, .icb-flow__value-note, .icb-flow__value-note p {
    text-align: center;
  }
  .icb-flow__value-catch {
    margin-right: auto;
    margin-left: auto;
  }
  .icb-flow__value-catch::after {
    margin-right: auto;
    margin-left: auto;
  }
  .ichiba-purpose-section .lead-title-row {
    text-align: center;
  }
  .ichiba-purpose-section .lead-title-end {
    margin-top: 4px;
  }
  .ichiba-purpose-section .lead-title-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 6px !important;
    width: 100% !important;
  }
  .ichiba-purpose-section .lead-title-copy {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    color: #f45a24 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  .ichiba-purpose-section .copy-word {
    display: inline !important;
    color: #f45a24 !important;
  }
  .ichiba-purpose-section .lead-title-end {
    display: block !important;
    width: 100% !important;
    justify-self: center !important;
    text-align: center !important;
  }
}

/*スマホ時「お客様の目的」非表示*/
@media (max-width: 760px) {
  .icb-flow__value-map {
    display: none;
  }
}