#ai-matching .box01 {
    margin-bottom: 50px;
    text-align: center;
}

#ai-matching .box01 h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0fbdcd;
}

#ai-matching .box01 p.txt01 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}

#ai-matching .box01 p.txt01 b {
    font-size: 120%;
}

#ai-matching .box01 figure {
    max-width: 600px;
    margin: 0 auto 30px;
}

#ai-matching .box01 p.txt02 {
    text-align: left;
    line-height: 1.8;
}

#ai-matching .box02 {
    margin: 0 auto 100px;
}

#ai-matching .box02 dl {
    margin: 0 0 30px;
}

#ai-matching .box02 dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #bf0020;
    border-bottom: 1px solid #bf0020;
    padding-bottom: 5px;
}

#ai-matching .box03 {
    text-align: center;
    margin-bottom: 150px;
}

/* #ai-matching .box03 a {
    font-size: 24px;
    background: #087bc7;
    background: linear-gradient(90deg, rgba(8, 123, 199, 1) 0%, rgba(0, 212, 255, 1) 100%);
    color: white;
    padding: 40px 10px;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    display: block;
    transition: all 0.3s;
    letter-spacing: 0.05em;
} */
#ai-matching .box03 a {
    font-size: 24px;
    background: #087bc7;
    background: linear-gradient(90deg, rgba(8, 123, 199, 1) 0%, rgba(0, 212, 255, 1) 100%);
    color: white;
    padding: 40px 10px;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    display: block;
    transition: all 0.3s;
    letter-spacing: 0.05em;
}

#ai-matching .box03 a:hover {
    opacity: 0.8;
}


.box02 .flowBox {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    border-top: 1px solid #0fbdcd;
    font-size: 18px;

}

.box02 .flowBox .flowNum {
    padding: 20px;
    background-color: rgb(227, 242, 243);
    font-size: 40px;
    color: #0fbdcd;
    flex-basis: 20%;
    text-align: center;
}

.box02 .flowBox .flowTxt {
    flex-basis: 80%;
    padding: 25px;
}

.box02 .flowBox .flowTxt b {
    color: #0fbdcd;
    font-size: 120%;
}


.box02 .flowBox#flowBox01 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 30px 0px;
    margin: auto;
    gap: 30px;
}

.box02 .flowBox#flowBox01 ul li {}

.box02 .flowBox#flowBox03 figure {
    max-width: 600px;
    padding: 30px;
    text-align: center;
}