@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.site-body{
    padding-bottom: 0;
}

.flow__items{
    padding-bottom: 100px;

}

.flow__item{
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    border-top: 1px solid #231815;
    padding-top: 80px;
}

.flow__item:first-child{
    border-top:none;
}

.flow__item-number {
    width: 10%;
    position: relative;
}

.flow__item-number::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #231815;
    margin: 0 auto;
    margin-top: 20px;
    top: 50px;
    left: 45%;
    transform: translateX(-50%);
}
.flow__item-number01 img {
    width: 66px;
}
.flow__item-number02 img {
    width: 78px;
}
.flow__item-number03 img {
    width: 79px;
}
.flow__item-number04 img {
    width: 76px;
}
.flow__item-number05 img {
    width: 79px;
}
.flow__item-number06 img {
    width: 79px;
}
.flow__item-number07 img {
    width: 79px;
}
.flow__item-number08 img {
    width: 79px;
}

.flow__item-description {
    width: 55%;
}

.flow__item-title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.006em;
    line-height: calc(35 / 30);
    margin-bottom: 0;
}

.flow__item-subtitle {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.006em;
    line-height: calc(30 / 25);
    margin-top: 40px;
    margin-bottom: 0px;
}

.flow__item-text {
    line-height: calc(30 / 16);
    letter-spacing: 0.004em;
    margin-top: 10px;
}

.flow__item-img {
width: 35%;
margin-top: 80px;
}
.flow__item-img img:nth-of-type(2) {
    margin-top: 30px;
}

.flow__item-text a{
    border-bottom: 1px solid #231815;
    padding-top: 5px;
    margin-left: 20px;
    position: relative;
    display: inline-block;
}

.flow__item-text a::before{
    position: absolute;
    content: "";
    left: -20px;
    width: 10px;
    height: 1px;
    background: #231815;
    transform: rotate(30deg) translateY(-50%);
    top: 58%;

}
.flow__item-text a::after{
    position: absolute;
    content: "";
    left: -20px;
    width: 1px;
    height: 10px;
    background: #231815;
    transform: rotate(70deg) translateY(-50%);
    top:61%;
}

@media screen and (max-width: 767.98px){
    .flow__item{
        display: block;
    }
    .flow__item-top{
        display: flex;
    }
    .flow__item-title{
        font-size: 24px;
        width: calc(100% - 70px);
        margin-top: auto;
        margin-bottom: auto;
    }
    .flow__item-subtitle{
        font-size: 18px;
        margin-top: 30px;
        padding-left: 30px;
        position: relative;
    }
    .flow__item-subtitle::before{
        position: absolute;
        content: "";
        left: 0;
        width: 20px;
        height: 1px;
        background: #231815;
        top: 50%;
        transform:translateY(-50%);
    }
    .flow__item-img{
        width: 100%;
        margin-top: 20px;
    }
    .flow__item-description{
        width: 100%;
        margin-top: 20px;
    }
    .flow__item-number{
        width: 65px;
    }
    .flow__item-number::after{
        display: none;
    }
    .flow__item-number01 img {
    width: 46px;
}
.flow__item-number02 img {
    width: 48px;
}
.flow__item-number03 img {
    width: 49px;
}
.flow__item-number04 img {
    width: 46px;
}
.flow__item-number05 img {
    width: 49px;
}
.flow__item-number06 img {
    width: 49px;
}
.flow__item-number07 img {
    width: 49px;
}
.flow__item-number08 img {
    width: 49px;
}
}
