@charset "utf-8";

/*===========================================================
Order cake
===========================================================*/

.flow-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: -3%;
    right: 0;
    left: 0;
    margin: auto;
    background: #FFF;
}

.flow-area {
    max-width: 1560px;
    width: 100%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
}

.flow-number {
    padding: 0 0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.2945)), 40px);
    color: #FFF;
    background: #EF7126;
    border-radius: 50%;
}

.flow-title {
    margin: 0 0 0 3%;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.2589)), 22px);
    font-weight: 600;
	line-height: 1.2;
	color: #7C2A15;
}

.flow-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -460px;
    right: 0;
	left: 0;
    margin: auto;
    clip-path: polygon(0% 0%, 100% 0%, 50% 80%);
    height: 60px;
    aspect-ratio: 1;
    background-color: #FFE1B7;
}

.flow-block:last-child:after {
    display: none !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

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

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

.flow-container::before {
    height: 70%;
}

.flow-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
	left: auto;
    margin: auto;
    clip-path: polygon(0 0, 86.6% 50%, 0 100%);
    height: 50px;
    aspect-ratio: 1;
    background-color: #FFE1B7;
}

.flow-block:nth-of-type(even):after {
    display: none;
}

.flow-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
}

.flow-title {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 7.68px) * 0.3472)), 22px);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

.flow-container::before {
    height: 50%;
}

.flow-block::after {
    right: -70px;
}

.flow-block:nth-of-type(even):after {
    display: block;
}

.flow-area {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 100px;
}

.flow-number {
    padding: 0 0 3%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

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

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================

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

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */