@charset "utf-8";

/* =============================================================

fv




















*  ============================================================= */

.fv {
  background: transparent
    linear-gradient(
      270deg,
      #f6f7f8 0%,
      #f6f7f8 0%,
      #f7f7f7 51%,
      #f8f8f8c9 63%,
      #f0f0f0 100%
    )
    0% 0% no-repeat;
  width: 100%;
}

.fv .fv__inner {
  background-image: url(../img/home/fv-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 680px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

@media (max-width: 480px) {
  .fv .fv__inner {
    background-image: url(../img/home/fv-bg-sp.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 64vw;
    height: 100%;
    padding-bottom: 28vw;
    width: 100%;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.fv__conts {
  position: absolute;
  top: 140px;
  left: 30px;
  width: 560px;
}

@media (max-width: 480px) {
  .fv__conts {
    margin: 0 auto;
    padding-top: 28vw;
    position: initial;
    width: 92vw;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.fv__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  margin: 0 auto;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1),
    rgba(220, 220, 220, 0.15) 50%,
    rgba(255, 255, 255, 1)
  );
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  transform: skew(-12deg);
}

@media (max-width: 480px) {
  .fv__badge {
    width: 92%;
    height: 48px;
  }
}

.fv__badge .badgeTxt {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  color: #cc4b1e;
  transform: skew(12deg);
}

@media (max-width: 480px) {
  .fv__badge .badgeTxt {
    font-size: 4vw;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.fv__ttl {
  width: 560px;
  margin: 40px auto 0;
}

@media (max-width: 480px) {
  .fv__ttl {
    width: 96%;
    margin: 40px auto 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.fv__txt {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #cc4b1e;
}

@media (max-width: 480px) {
  .fv__txt {
    font-size: 4vw;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.fv__actionButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}

@media (max-width: 480px) {
  .fv__actionButtons {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 64px 4% 0;
  }
}

.fv__actionButtons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(270deg, #e5673b 0%, #ae4b28 100%);
  border-radius: 4px;
  transition: all 0.3s;
}

.fv__actionButtons li a.is-white {
  width: 190px;
  height: 48px;
  margin-left: 20px;
  font-size: 1.5rem;
  color: #de511f;
  background: #fff;
  border: 1px solid #de511f;
}

.fv__actionButtons li a:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  .fv__actionButtons li a {
    width: 48vw;
    height: 12vw;
    font-size: 4vw;
  }
  .fv__actionButtons li a.is-white {
    width: 48vw;
    margin-top: 10px;
    margin-left: 0;
    font-size: 4vw;
  }
}

/* =============================================================

achievement
実績 月桂冠



















*  ============================================================= */

.achievement {
  width: 100%;
}

.achievement__inn {
  margin: 0 auto;
  padding-top: 16px;
  width: 96%;
  max-width: 1280px;
}

@media (max-width: 480px) {
  .achievement__inn {
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 96vw;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.achievement__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .achievement__list {
    flex-wrap: wrap;
  }
}

.achievement__list li {
  margin-left: 10px;
  width: 20%;
}

.achievement__list li:first-of-type {
  margin-left: 0;
}

@media (max-width: 480px) {
  .achievement__list li {
    margin: 10px 0 0;
    width: 48%;
  }
}

/* =============================================================

client
企業ロゴ スライダー



















*  ============================================================= */

.client {
  width: 100%;
}

.client__inn {
  margin: 0 auto;
  padding-top: 24px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.d-demo__item {
  padding-top: 30px;
  text-align: center;
}

.d-demo__item img {
  height: 200px;
  margin: auto;
  width: auto;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* =============================================================

problem
リスク管理４つの壁



















*  ============================================================= */

.problem {
  width: 100%;
  margin-top: 48px;
  background-image: url("../img/home/problem-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.problem__inn {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .problem__inn {
    width: 88vw;
    padding-top: 48px;
    padding-right: 0;
    padding-left: 0;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.problem__ask {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ae4b28;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.problem__ttl {
  margin-top: 4px;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .problem__ttl {
    font-size: 3.2rem;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.problem__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 48px;
}

@media (max-width: 480px) {
  .problem__list {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.problem__card {
  padding: 32px 16px;
  background: linear-gradient(
    to bottom,
    #f0f0f0 0%,
    rgba(240, 240, 240, 0) 100%
  );
  border-radius: 8px;
}

@media (max-width: 480px) {
  .problem__card {
    padding: 20px;
  }
}

.problem__card-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #5c4b4b;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .problem__card-ttl {
    height: 48px;
  }
}

.problem__card-txt {
  margin-top: 16px;
  text-align: center;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
}

.problem__card-txt strong {
  display: inline-block;
  font-size: clamp(1.4rem, 2.1vw, 2.6rem);
  font-weight: 900;
  line-height: 1.5;
  color: #ae4b28;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .problem__card-txt {
    font-size: 4.8vw;
  }
  .problem__card-txt strong {
    font-size: 6.4vw;
  }
}

.problem__img {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 100px;
  padding-left: 100px;
}

.problem__img img {
  display: block;
  width: 160px;
  height: 180px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .problem__img {
    justify-content: center;
    gap: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .problem__img img {
    width: calc((92vw - 80px) / 2);
    height: auto;
    aspect-ratio: 160 / 180;
  }
}

/* =============================================================

solution
RoboRoboのトータル代行なら全て解決



















*  ============================================================= */

.solution {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}

.solution__inn {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .solution__inn {
    width: 88vw;
    padding-right: 0;
    padding-left: 0;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.solution__ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  color: #cc4b1e;
}

.solution__dot span {
  position: relative;
  display: inline-block;
}

.solution__dot span::before {
  content: "●";
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #cc4b1e;
}

@media (max-width: 480px) {
  .solution__ttl {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .solution__dot span::before {
    position: absolute;
    top: -0.2em;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.solution__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.solution__list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 32%;
  background: #f0f0f0;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 480px) {
  .solution__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .solution__list::after {
    height: 8%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.solution__card {
  padding: 56px 16px 32px;
  background: linear-gradient(to bottom, #fff 0%, #fff9f7 100%);
  border-bottom: 10px solid #e0a48a;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .solution__card {
    padding: 20px 16px;
  }
}

.solution__card-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 0;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  color: #cc4b1e;
  border: 2px solid #e0a48a;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .solution__card-ttl {
    min-height: 54px;
    font-size: 2.4rem;
  }
}

.solution__card-txt {
  margin-top: 26px;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #111;
}

@media (max-width: 480px) {
  .solution__card-txt {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.solution__CTA {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  text-align: center;
}

.solution__CTA::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 60%;
  background: #f0f0f0;
  transform: translateX(-50%);
  z-index: -2;
}

@media (max-width: 480px) {
  .solution__CTA {
    padding-top: 40px;
  }
  .solution__CTA::before {
    height: 48%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.solution__CTA-subttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 34px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #e0a48a;
  border-radius: 40px;
}

@media (max-width: 480px) {
  .solution__CTA-subttl {
    width: 100%;
    padding: 10px 14px;
    font-size: 1.6rem;
    line-height: 1.8;
    border-radius: 10px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.solution__CTA-ttl {
  margin-top: 16px;
  font-size: clamp(4.4rem, 4.3vw, 4.8rem);
  font-weight: 900;
  line-height: 1.2;
  color: #cc4b1e;
}

@media (max-width: 480px) {
  .solution__CTA-ttl {
    margin-top: 20px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.solution__CTA-txt {
  margin-top: 100px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .solution__CTA-txt {
    margin-top: 56px;
    font-size: 1.5rem;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.solution__CTA-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.solution__CTA-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #e5673b 0%, #ae4b28 100%);
  border-radius: 4px;
  transition: opacity 0.3s;
}

.solution__CTA-btn li a.white {
  width: 190px;
  height: 48px;
  margin-left: 20px;
  font-size: 1.5rem;
  color: #de511f;
  background: #fff;
  border: 1px solid #de511f;
}

.solution__CTA-btn li a:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  .solution__CTA-btn {
    flex-direction: column;
    margin-top: 18px;
  }
  .solution__CTA-btn li + li {
    margin-top: 10px;
  }
  .solution__CTA-btn li a {
    width: 64vw;
    height: 12vw;
    font-size: 4vw;
  }
  .solution__CTA-btn li a.white {
    width: 64vw;
    height: 12vw;
    margin-left: 0;
    font-size: 4vw;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.solution__CTA-img {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 1000px;
  margin-top: 28px;
  transform: translateX(50%);
  z-index: -1;
}

.solution__CTA-img img {
  display: block;
  width: 174px;
  height: 180px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .solution__CTA-img {
    justify-content: center;
    gap: 12px;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin: 24px auto 0;
    transform: none;
  }
  .solution__CTA-img img {
    width: calc((88vw - 12px) / 2);
    height: auto;
    aspect-ratio: 174 / 180;
  }
}

/* =============================================================

checkFlow
業務フロー



















*  ============================================================= */

.checkFlow {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 48px;
}

@media (max-width: 480px) {
  .checkFlow {
    padding-top: 16vw;
    padding-bottom: 12vw;
  }
}

.checkFlow__inn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  width: min(1150px, calc(100% - 32px));
  margin: 0 auto;
}

@media (max-width: 480px) {
  .checkFlow__inn {
    display: flex;
    flex-direction: column;
    row-gap: 8vw;
    width: 88vw;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.checkFlow__card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: clamp(12px, 1.6vw, 20px) clamp(8px, 1.2vw, 16px)
    clamp(16px, 2vw, 28px);
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.checkFlow__card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32%;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 16px solid #cc4b1e;
}

@media (max-width: 480px) {
  .checkFlow__card {
    padding: 2vw 4vw 7vw;
  }
  .checkFlow__card:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -5.5vw;
    width: 0;
    height: 0;
    border-top: 12px solid #cc4b1e;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    transform: translateX(50%);
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.checkFlow__card-img {
  width: 100%;
  max-width: 248px;
  aspect-ratio: 248 / 184;
}

.checkFlow__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.checkFlow__card-text {
  width: 100%;
  margin-top: 10px;
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #111;
}

@media (max-width: 480px) {
  .checkFlow__card-text {
    margin-top: 0;
    font-size: 5.2vw;
    line-height: 1.4;
  }
}

/* =============================================================

workload
図説：与信調査と反社チェックの膨大な工数



















*  ============================================================= */

.workload {
  background-color: #f0f0f0;
  padding-bottom: 48px;
  padding-top: 64px;
  width: 100%;
}

@media (max-width: 480px) {
  .workload {
    padding-top: 80px;
  }
}

.workload__inn {
  margin: 0 auto;
  width: 980px;
}

@media (max-width: 480px) {
  .workload__inn {
    width: 94vw;
  }
}

/* =============================================================

plan
3つの料金プラン



















*  ============================================================= */

.plan {
  padding-bottom: 64px;
  padding-top: 80px;
  width: 100%;
}

@media (max-width: 480px) {
  .plan {
    padding-bottom: 48px;
  }
}

.plan__inn {
  margin: 0 auto;
  width: clamp(900px, 98%, 1010px);
}

@media (max-width: 480px) {
  .plan__inn {
    width: 94vw;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.plan__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  margin: 0;
  text-align: center;
}

.plan__ttl .ttlMain {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  color: #111;
}

.plan__ttl .ttlSub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 12px;
}

.plan__ttl .ttlSubItem {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  color: #111;
}

.plan__ttl .ttlPlusIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}

.plan__ttl .ttlPlusIcon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 480px) {
  .plan__ttl {
    row-gap: 5.6vw;
  }
  .plan__ttl .ttlMain {
    font-size: 8vw;
  }
  .plan__ttl .ttlSub {
    row-gap: 3vw;
  }
  .plan__ttl .ttlSubItem {
    font-size: 4.8vw;
    text-align: center;
  }
  .plan__ttl .ttlPlusIcon {
    width: 14px;
    height: 14px;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.plan__img {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .plan__img {
    margin-top: 20px;
    padding: 20px 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .plan__img img {
    width: 200vw;
  }
}

/* =============================================================

CTA02




















*  ============================================================= */

.CTA02 {
  background-color: #f0f0f0;
  padding-bottom: 32px;
  padding-top: 32px;
  width: 100%;
}

@media (max-width: 480px) {
  .CTA02 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.CTA02__inn {
  margin: 0 auto;
  width: 1000px;
}

@media (max-width: 480px) {
  .CTA02__inn {
    width: 92vw;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.CTA02__ttl {
  color: #101010;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 480px) {
  .CTA02__ttl {
    font-size: 1.7rem;
    margin: 0 auto;
    line-height: 1.8;
    width: 92%;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.CTA__actionButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  width: 100%;
}

@media (max-width: 480px) {
  .CTA__actionButtons {
    flex-direction: column;
    margin: 24px auto 0;
  }
}

.CTA__actionButtons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 48px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(270deg, #e5673b 0%, #ae4b28 100%);
  border-radius: 4px;
  transition: all 0.3s;
}

.CTA__actionButtons li a.white {
  width: 190px;
  height: 48px;
  margin-left: 20px;
  font-size: 1.5rem;
  color: #de511f;
  background: #fff;
  border: 1px solid #de511f;
}

.CTA__actionButtons li a:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  .CTA__actionButtons li {
    margin-left: 0;
  }
  .CTA__actionButtons li a {
    width: 64vw;
    height: 12vw;
    font-size: 4vw;
  }
  .CTA__actionButtons li a.white {
    width: 64vw;
    margin-top: 10px;
    margin-left: 0;
    font-size: 4vw;
  }
}

/* =============================================================

flow
代行開始までの流れ



















*  ============================================================= */

.flow {
  padding-top: 64px;
  width: 100%;
}

@media (max-width: 480px) {
  .flow {
    padding-top: 80px;
  }
}

.flow__inn {
  margin: 0 auto;
  width: 980px;
}

@media (max-width: 480px) {
  .flow__inn {
    width: 92vw;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.flow__ttl {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 480px) {
  .flow__ttl {
    font-size: 5.6vw;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.flow__cardList {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  margin: 40px auto 0;
  width: 100%;
}

@media (max-width: 480px) {
  .flow__cardList {
    flex-direction: column;
    margin: 40px auto 0;
    width: 88%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.flow__cardItem {
  background-color: #fff;
  border: 2px solid #dcdddd;
  border-radius: 8px;
  padding-bottom: 30px;
  padding-top: 10px;
  position: relative;
  width: 31%;
}

@media (max-width: 480px) {
  .flow__cardItem {
    margin-top: 6vw;
    padding-bottom: 6vw;
    width: 100%;
  }
  .flow__cardItem:first-of-type {
    margin-top: 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.flow__cardItem-ribbon {
  background-color: #e5673b;
  color: #fff;
  margin-left: -20px;
  font-size: 1.2rem;
  font-weight: 400;
  height: 54px;
  padding-left: 14px;
  padding-top: 14px;
  position: relative;
  width: 93px;
}

.flow__cardItem-ribbon span.bold {
  font-size: 3rem;
  padding-left: 4px;
}

.flow__cardItem-ribbon::before {
  content: "";
  border-bottom: solid 15px transparent;
  border-right: solid 20px #ae4b28;
  position: absolute;
  top: 100%;
  left: 0;
}

.flow__cardItem-ribbon::after {
  content: "";
  border-bottom: 27px solid transparent;
  border-left: 20px solid #e5673b;
  border-right: 20px solid transparent;
  border-top: 27px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.flow__cardItem-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-top: 24px;
  text-align: center;
}

@media (max-width: 480px) {
  .flow__cardItem-ttl {
    font-size: 6.4vw;
    padding-top: 6vw;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.flow__cardItem-img {
  margin: 12px auto 0;
  width: 80%;
}

@media (max-width: 480px) {
  .flow__cardItem-img {
    margin: 6vw auto 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - */

.flow__cardItem-txt {
  color: #212121;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 20px auto 0;
  width: 72%;
}

@media (max-width: 480px) {
  .flow__cardItem-txt {
    font-size: 4vw;
    margin: 6vw auto 0;
  }
}
