body {
    margin: 0;
}

.page {
    min-width: 1056px;
}

.header {
    width: 100%;
    height: 480px;
    /*background: linear-gradient(#fbcdce 0%, #ffc1bc 100%);*/
    background: url("../image/top_image.jpg") center 0/100% 100% no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 95px;
}

.header .text {
    width: 856px;
    height: fit-content;
    font-size: 24px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #9f696b;
    margin-top: 30px;
}

.card-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 42px;
}

.card-row {
    width: 1039px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.card {
    width: 319px;
    height: 449px;
    position: relative;
}

.card:hover {
    transform: scale(1.02);
}

.card-text-wrap {
    position: absolute;
    left: 19px;
    top: 359px;
    width: 280px;
    height: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-text {
    width: fit-content;
    height: fit-content;
    font-size: 20px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.flow-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

.flow-row {
    width: 1039px;
    height: 660px;
    position: relative;
    display: flex;
    margin: 80px 0;
}

.flow-box-left {
    width: 440px;
    height: 660px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.flow-box-right {
    width: 679px;
    height: 539px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.flow-box-right-content {
    width: 679px;
    height: 539px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 59px 90px 0 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.flow-box-right-content-col {
    display: flex;
    flex-direction: column;
}

.flow-box-title {
    width: 180px;
    height: 60px;
    border: 2px solid #ff728a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-box-title .text {
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ff728a;
}

.flow-box-content {
    margin: 43px 0;
}

.flow-box-content .text {
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    color: #333333;
}

.footer {
    width: 100%;
    height: 360px;
    background: #30303e;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 115px;
}

.footer .cont1 {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
}

.footer .cont1 .mail {
    width: fit-content;
    height: fit-content;
    margin-right: 24px;
}

.footer .cont1 .box {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .cont1 .box .block1 {
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #bdbdcc;
}

.footer .cont1 .box .block2 {
    width: fit-content;
    height: fit-content;
    font-size: 36px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.footer .cont2 {
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    font-family: Arimo Regular, Arimo Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-top: 84px;
}