/* ===== Concept Section ===== */
#concept { background: #000;
  position: relative;
  height: 480px;
  overflow: hidden;
  font-family:
    "Yu Mincho",
    "游明朝",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "MS Mincho",
    serif;
 
}

/* 背景 */
#concept .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 1;
}

/* 暗くする */
#concept .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2;
}

/* チEスチE*/
#concept .content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

#concept h2 {
  font-size: 38px;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 20px;
}

#concept p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* ===== ドッチE===== */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 4;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

/* ===== SP ===== */
@media (max-width: 768px) {
  #concept {
    height: 360px;
  }

  #concept h2 {
    font-size: 28px;
  }

  #concept p {
    font-size: 14px;
  }
}

.scroll-infinity {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-infinity__wrap {
  display: flex;
  width: auto;              /* ↁEmax-content をやめる */
  animation: scrollInfinity 30s linear infinite;
}

.scroll-infinity__list {
  display: flex;
}

@keyframes scrollInfinity {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== レスポンシチE===== */
@media screen and (max-width: 768px) {
  .scroll-infinity__list li {
    width: 200px;
    margin-right: 16px;
  }

  .scroll-infinity__list img {
    height: 140px;
  }
}
.mincho{  font-family:
    "Yu Mincho",
    "游明朝",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "MS Mincho",
    serif;
color:#000 !important;
line-height: 2;margin-bottom:20px;}
.tac{text-align: center;}

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-bottom:50px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
  
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #000000;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #000000;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.heading-2 {
    padding:0.6em .2em !important;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    color: #333333 !important;
    margin:50px 0;font-size:28px;
     font-family:
    "Yu Mincho",
    "游明朝",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "MS Mincho",
    serif;
    
}


.wd_ul {
  color: #000000;

  padding: 0.5em 0 0.5em 1.5em;
}

.wd_ul li{
  line-height: 1.5;
  padding: 0.5em 0;
}
.wd{ padding:0.6em .2em !important;
   text-align: center;
    background-color: #ffffff;
    color: #333333 !important;
    margin:10px 0;font-size:1.6rem;
     font-family:
    "Yu Mincho",
    "游明朝",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "MS Mincho",
    serif;
    }
    .speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 16px;
  border-radius: 4px;
  background-color: #eee8aa;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #eee8aa;
  translate: -50% -100%;
}


.rbody {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  background: #f7f6f3;
  color: #111;margin-bottom:60px;padding:40px 0;
}

.recommend {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

/* ヘッダー */
.recommend-header {
  text-align: center;
  margin-bottom: 60px;
}

.recommend-headerh1 {
  font-size: 48px !important;
  font-style: italic;
  margin-bottom: 10px;font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.recommend-header p {
  font-size: 14px;
  letter-spacing: 0.2em;
}

/* コンチEチE*/
.recommend-content {
  display: flex;
  background: #fff;
}

/* 画像エリア */
.image-area {
  position: relative;
  width: 55%;
  

  overflow: visible; /* ↁEはみ出しを許可 */
  
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* チEストエリア */
.text-area {
  width: 45%;
  padding: 60px;
  box-sizing: border-box;  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08);
}

.badge {
  display: inline-block;
  color: #c9a24d;
  font-size: 14px;
  margin-bottom: 20px;
}

.text-areah2 {
  font-size: 28px;
  margin: 0 0 30px;
  line-height: 1.6;
}

.description {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}

/* 価格 */
.price {
  font-size: 36px;
  margin-bottom: 40px;
  color:#d6b35e;
}

.price span {
  font-size: 14px;
}

/* ボタン */
.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.btn:hover {
  opacity: 0.8;
}
/* CSS Document */

.ribbon {
  position: absolute;
  top: -24px;
  left: -24px;

  background: #d6b35e;
  color: #fff;

  padding: 16px 48px 16px 32px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.05em;

  /* ここがEインチE*/
  clip-path: polygon(
    0 0,
    92% 0,
    100% 50%,
    92% 100%,
    0 100%
  );

  z-index: 2;
}

.price-info {
  max-width: 900px;
  margin: 60px auto;
  font-family: "Noto Serif JP", serif;
}

.price-infoh3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 4px solid #d6b35e;
  padding-left: 12px;
}

/* チEEブル */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 16px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.8;
}

.price-table th {
  background: #f7f6f3;
  font-weight: normal;
}

/* 注釁E*/
.note {
  background: #fafafa;
  padding: 20px;
  font-size: 14px;
}

.note ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.note li {
  margin-bottom: 6px;
}

/* 翻訳 */
.translation {
  font-size: 14px;
  line-height: 1.8;
}

.translation span {
  color: #666;
  font-size: 13px;
}

/* 全佁E*/
.service {
  background: #fff;
  padding: 100px 0;    font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif;
}

.service-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  
}

/* 画僁E*/
.service-image {
  width: 55%;
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* チEスチE*/
.service-text {
  width: 45%;

  text-orientation: mixed;
}

.service-title {
  font-size: 48px;
  font-style: italic;  writing-mode: vertical-rl;
  margin-left: -50px;
}

.service-copy {
  font-size: 22px;
  line-height: 2.4;
  margin-left: 40px;  writing-mode: vertical-rl;
}

.service-desc {
  font-size: 14px;
  line-height: 2;
  margin-left: 40px;
  margin-top:30px;
}

/* =========================
   レスポンシブ！EPEE
========================= */

@media screen and (max-width: 768px) {
  .service {
    padding: 60px 20px;
  }
 .parent{display: flex;
  justify-content: center; /* 横方向E中央E縦書きでは左右EE*/
  align-items: center;     /* 縦方向E中央E縦書きでは上下！E*/}
  .service-inner {
    flex-direction: column;
    gap: 40px;
  }

  .service-image,
  .service-text {
    width: 100%;
  }

  .service-text {
    writing-mode: horizontal-tb;
  }

  .service-title {
    font-size: 28px;
    margin: 0 0 20px;  writing-mode: horizontal-tb;text-align: center;
  }

  .service-copy {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px;text-align: center;
  }

  .service-desc {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }
}

.carousel {
  max-width:1580px;
  overflow: hidden;
  margin:auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* PC表示 */
.carousel-item {
  flex: 0 0 300px;   /* PCは褁E表示 */
  margin-right: 24px;
}
@media screen and (max-width: 1500px) and (min-width: 797px) {
 .carousel{display: none;}
}
/* スマEだぁE极E*/
@media (max-width: 768px) {
  .carousel-item {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.mao0{margin:auto;text-align: center;}

@media screen and (max-width: 768px) {

  /* 全体余白を調整 */
  .recommend {
    padding: 20px 15px;
  }

  /* 縦積み */
  .recommend-content {
    flex-direction: column;
  }

  /* 画像EチEストを100%に */
  .image-area,
  .text-area {
    width: 100%;
  }

  /* 画像E比率を保つ */
  .image-area img {
    height: auto;
  }

  /* リボンを少し小さぁE*/
  .ribbon {
    top: 10px;
    left: 10px;
    padding: 10px 30px 10px 20px;
    font-size: 14px;
  }

  /* チEストエリア調整 */
  .text-area {
    padding: 30px 20px;
    box-shadow: none; /* SPでは影を消してもOK */
  }

  .badge {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .text-area h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .price {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .btn {
    display: block;
    text-align: center;
    padding: 14px;
  }
}


        :root {
            --primary-color: #1A2B4C; /* クラシチEネイビE */
            --accent-color: #C5A059;  /* シャンパンゴールチE*/
            --bg-light: #FBF9F6;      /* アイボリーホワイチE*/
            --text-color: #333333;
            --border-color: #E2DCD5;
        }

        body {
            font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
            background-color: var(--bg-light);
            color: var(--text-color);
            line-height: 1.8;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        /* --- ヘッダー --- */
        .head001 {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .head001 .subtitle {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: var(--accent-color);
            font-weight: bold;
            margin-bottom: 20px;
        }

         .head001 h1 {
            font-size: 2.2rem;
            color: var(--primary-color);
            font-weight: 300;
            margin: 0 0 20px 0;
            letter-spacing: 0.05em; font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
			padding:20px 30px;    margin-bottom: 40px;
        }

         .head001 p {
            font-size:15px;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .divider {
            width: 50px;
            height: 1px;
            background-color: var(--accent-color);
            margin: 30px auto;
        }

        /* --- セクションタイトル --- */
       .h202 {
            font-size: 18px !important;
            color: var(--primary-color) !important;
            text-align: center !important;
           
           
            letter-spacing: 0.1em !important;
        }

        /* --- スタイルカード！Eつの通訳EE--- */
        .style-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1max));
            gap: 25px;
            margin-bottom: 60px;
        }

.style-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 30px 55px 30px 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;

    /* 【重要】絶対配置の基準点にする */
    position: relative; 
    /* 【重要】枠外へのはみ出しを許可する */
    overflow: visible;   margin-bottom: 30px;
}

/* --- ① 右上E花のイラスチE--- */
.card-flower-top {
    position: absolute;
    /* カードE右上を基準に、どれくらいはみ出させるか調整 */
    top: -35px;    /* 上Eに25pxはみ出ぁE*/
    right: -20px;  /* 右側に20pxはみ出ぁE*/
    
    /* 画像Eサイズ */
    width: 240px;
    height: 200px;
    
    /* 背景画像として花のイラストを持EE*/
    background-image: url('https://artlingual.com/business/img/service/f-right.png'); /* ダミEパス */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    
    /* 斁Eや枠線より手前に重EめE*/
    z-index: 10; 
    /* 丁E一画像E上でクリチEめEチEEをしても下E斁Eを選択できるようにする */
    pointer-events: none; 
}

/* --- ② 右下E背景写真 --- */
.card-photo-bottom {
    position: absolute;
    bottom: 15px;  /* 下からE余白 */
    right: 15px;   /* 右からの余白 */
    
    /* 写真のサイズ */
    width: 200px;
    height: 150px;
    
    /* 背景画像として写真を指宁E*/
    background-image: url('https://artlingual.com/business/img/service/f-inner.png'); /* ダミEパス */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    
    /* チEストE後ろに配置したぁE合E z-index をEイナスにする */
    z-index: 1; 
}

/* --- ② 右下E背景写真 --- */
.card-photo-bottom2 {
    position: absolute;
    bottom: 15px;  /* 下からE余白 */
    right: 15px;   /* 右からの余白 */
    
    /* 写真のサイズ */
    width: 200px;
    height: 150px;
    
    /* 背景画像として写真を指宁E*/
    background-image: url('https://artlingual.com/business/img/service/f-inner2.png'); /* ダミEパス */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    
    /* チEストE後ろに配置したぁE合E z-index をEイナスにする */
    z-index: 1; 
}

/* --- ② 右下E背景写真 --- */
.card-photo-bottom3 {
    position: absolute;
    bottom: 15px;  /* 下からE余白 */
    right: 15px;   /* 右からの余白 */
    
    /* 写真のサイズ */
    width: 200px;
    height: 150px;
    
    /* 背景画像として写真を指宁E*/
    background-image: url('https://artlingual.com/business/img/service/f-inner3.png'); /* ダミEパス */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    
    /* チEストE後ろに配置したぁE合E z-index をEイナスにする */
    z-index: 1; 
}


/* 写真とチEストが重なるEを防ぐため、リストE右側に余白を作る */
.style-card ul {
    padding-left: 20px;
    margin: 0;
    font-size: 0.85rem;
    color: #666;
    padding-right: 110px; /* ☁E下E写真の横幁EE、文字を避ける */
}

        .style-card:hover {
            transform: translateY(-5px);
        }

        .style-card3 {
            font-size:24px;
            color: var(--primary-color);
            margin-top: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .style-card h3 span {
            font-size: 14px;
            color: var(--accent-color);
            font-weight: normal;
        }

        .style-card p {
            font-size: 18px;
            margin: 0 0 15px 0;
        }

        .style-card ul {
            padding-left: 20px;
            margin: 0;
            font-size: 14px;
            color: #666;
        }

        .style-card ul li {
            margin-bottom: 8px;
        }

        /* --- 料シスチE --- */
        .price-section {
            background: #ffffff;
            border: 1px solid var(--border-color);
            padding: 40px;
            border-radius: 4px;
            margin-bottom: 40px;position: relative;
        }

        .price-group {
            margin-bottom: 40px;
        }

        .price-group:last-child {
            margin-bottom: 0;
        }

        .price-group h4 {
            font-size: 18px;
            color: var(--primary-color);
            margin-top: 0;
            margin-bottom: 15px;
            border-left: 3px solid var(--accent-color);
            padding-left: 12px;
        }

        .example-box {
            background-color: var(--bg-light);
            border: 1px dashed var(--accent-color);
            padding: 20px 25px;
            border-radius: 4px;
            margin-top: 15px;
        }

        .example-box .title {
            font-size: 14px;
            font-weight: bold;
            color: var(--accent-color);
            margin-bottom: 10px;
        }

        .example-box .formula {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .example-box .total {
            font-size: 18px;
            font-weight: bold;
            color: var(--primary-color);
            text-align: right;
            border-top: 1px solid var(--border-color);
            padding-top: 10px;
            margin-top: 10px;
        }

        /* 冁EリスチE*/
        .breakdown-list {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
            padding-left: 20px;
        }

        .notes {
            font-size: 14px;color:#C44545;
            
            margin-top: 25px;
            border-top: 1px solid var(--border-color);
            padding-top: 15px;
        }

        /* --- 翻訳オプション --- */
        .option-section {
            background-color: #EBF0F5; /* 爽めEなペEルブルー */
            border-radius: 4px;
            padding: 30px;
            text-align: center;
            border: 1px solid #D0D9E0;
        }

        .option-section h3 {
            font-size: 24px;
            color: var(--primary-color);
            margin-top: 0;
            margin-bottom: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .option-section p {
            font-size: 14px;
            margin: 0;
            color: #555;
        }
/* --- ① 右上E花のイラスチE--- */
.card-wed {
    position: absolute;
    /* カードE右上を基準に、どれくらいはみ出させるか調整 */
    top: -55px;    /* 上Eに25pxはみ出ぁE*/
    right: -30px;  /* 右側に20pxはみ出ぁE*/
    
    /* 画像Eサイズ */
    width: 340px;
    height: 250px;
    
    /* 背景画像として花のイラストを持EE*/
    background-image: url('https://artlingual.com/business/img/service/1206730.png'); /* ダミEパス */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    
    /* 斁Eや枠線より手前に重EめE*/
    z-index: 10; 
    /* 丁E一画像E上でクリチEめEチEEをしても下E斁Eを選択できるようにする */
    pointer-events: none; 
}

        /* レスポンシブ対忁E*/
        @media (max-width: 768px) {
      
      
    .container { padding: 40px 15px; }
    .style-grid { grid-template-columns: 1fr; }
    .price-section { padding: 25px; }

    /* --- 📱 スマE用の追加調整 --- */
    .card-flower-top {
        width: 150px;  /* スマEでは花を少し小さくすめE*/
        top: -15px;    /* はみ出しE合もマイルドに調整 */
        right: -10px;
    }

    /* もしスマE画面で斁Eが詰まりすぎる場合E、E
       右下E写真だけ非表示にする、もしくは薁E背景に馴染ませるのも手でぁE*/
    .card-photo-bottom {
        width: 80px;   /* 写真も少し小さくすめE*/
        height: 80px;
        opacity: 0.4;  /* 斁Eを読みめEくするために少し透Eにする */
        z-index: 0;    /* 斁EE後ろに回す */
    }
	    .card-photo-bottom2 {
        width: 80px;   /* 写真も少し小さくすめE*/
        height: 80px;
        opacity: 0.4;  /* 斁Eを読みめEくするために少し透Eにする */
        z-index: 0;    /* 斁EE後ろに回す */
    }
	    .card-photo-bottom3 {
        width: 80px;   /* 写真も少し小さくすめE*/
        height: 80px;
        opacity: 0.4;  /* 斁Eを読みめEくするために少し透Eにする */
        z-index: 0;    /* 斁EE後ろに回す */
    }
    .style-card ul {
        padding-right: 0; /* 写真を背景化したEで、右側の斁E避けを解除 */
    }.card-wed {display:none;}
	.price-info{padding:0 10px;}
}
.ribbon10 {width:100%;
    display: inline-block;
    font-size:32px;
    line-height: 28px;
    color: #8699A0;
    text-shadow: 0 0 1px #758890;
    margin: 10px 0 40px 0px;
    font-family: arial, verdana;
    outline: none;
    padding: 24px 20px;
    position: relative;
    text-transform: uppercase;line-height:1.5;
    /*A little shadow for 3d effect*/
    /*Finally another shadow to negate some aspects of the :after element to complete the effect. This drops a shrinked shadow over the :after element with the same color like that of the background. The shadow is shrinked by the same offset amount = 18. And it is moved down by twice the offset amount to cover the entire height of the :after element*/
    box-shadow:
        0 0 30px 0 rgba(0, 0, 0, 0.1),
        0 36px 0 -18px #FBF9F6;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
 
/*The ribbon ends*/
.ribbon10:before {
    content: '';
    position: absolute;
    top: 40px;
    left: -15%;
    z-index: -1;
    width: 130%;
    /*We will be using the triangle logic - 2 sided borders and 0 height. That will create negative triangles on the left and right*/
    height: 0;
    border: 28px solid rgba(0, 0, 0, 0);
    border-left: 28px solid #FBF9F6;
    border-right: 28px solid #FBF9F6;
    /*Same color as the container which is the body in this case*/
}
 
/*The after pseudo element will negatve the bottom part of the ribbon completing the effect*/
.ribbon10:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%; left: 0;
    z-index: -1;
    /*The height of the top border is same as width of the left/right borders for the smoothest effect. The height of the top border is also the same as the offset the :before element has from the top*/
    border-top: 18px solid #99acb2;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}
 
.ribbon10,.ribbon10:before {
    /*Some cool multi-background - we will use a combination of 4 backgrounds to create a cool effect*/
    background-image:
        /*2 grey borders*/
        linear-gradient(
            transparent 8%,
            rgba(0, 0, 0, 0.1) 8%,
            rgba(0, 0, 0, 0.1) 14%,
            transparent 14%,
            transparent 86%,
            rgba(0, 0, 0, 0.1) 86%,
            rgba(0, 0, 0, 0.1) 92%,
            transparent 92%
        ),
        /*white gloss gradient*/
        linear-gradient(
            rgba(255, 255, 255, 0.75),
            rgba(255, 255, 255, 0)
        ),
        /*thin stripes*/
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
        ),
        /*white base*/
        linear-gradient(white, white);
    background-size:
        cover, /*borders*/
        cover, /*white gloss*/
        4px 4px, /*thin stripes*/
        cover; /*base white*/
}
 
.ribbon10, .ribbon10:before,.ribbon10:after {
    box-sizing: border-box;
    /*Fix to make the borders appear on the ribbon ends also*/
    background-origin: border-box;
}



.flow3{
    background:#faf8f5;
    padding:40px 20px;
}

.flow3 .inner{
    max-width:1100px;
    margin:auto;
}

.flow-title{
    text-align:center;
    font-size:34px;
    margin-bottom:60px;
    color:#444;
}

.flow-list{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.flow-item{
    background:#fff;
    width:300px;
    padding:35px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    position:relative;
}

.flow-number{
    display:inline-block;
    background:#c8a063;
    color:#fff;
    padding:6px 18px;
    border-radius:20px;
    font-size:13px;
    letter-spacing:.08em;
    margin-bottom:18px;
}

.flow-icon{
    font-size:44px;
    margin-bottom:20px;
}

.flow-item h3{
    font-size:26px;
    color:#7d5d32;
    margin-bottom:15px;
}

.flow-item p{
    line-height:1.9;
    color:#666;
}

.flow-arrow{
    font-size:42px;
    color:#c8a063;
    font-weight:bold;
}

@media screen and (max-width:900px){

    .flow-list{
        flex-direction:column;
    }

    .flow-arrow{
        transform:rotate(90deg);
        margin:5px 0;
    }

    .flow-item{
        width:100%;
        max-width:500px;
    }

    .flow-title{
        font-size:28px;
    }

}