* {
    font-family: 'Hiragino Kaku Gothic Pro', 'kozuka-gothic-pr6n', Arial, Noto Sans JP, sans-serif;
}

body {
    background-color: white;
}

.hero {
    height: 600px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.hero .caption h3 {
    font-weight: 800;
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
}

.hero .caption img {
    width: 400px;
    margin-bottom: 20px;
}

.hero .caption p {
    font-size: 14px;
    line-height: 200%;
}

.hero-image {
    position: absolute;
    width: 1000px;
    left: -80px;
    top: 200px;
}

.features {
    background-color: var(--zipcloud-main);
    padding-top: 300px;
}

.image-heading {
    margin-left: 60px;
}

.feature-flex {
    width: 1000px;
    display: flex;
    margin: 40px auto;
    justify-content: space-between;
    align-items: center;
}

.feature-flex .text-box {
    width: 510px;
}

.feature-flex .text-box h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
}

.feature-flex .text-box p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-align: justify;
    line-height: 200%;
    color: white;
}

.feature-flex img {
    width: 300px;
}

.feature-center {
    text-align: center;
    width: 1000px;
    margin: 120px auto;
}

.feature-center h2 {
    color: white;
    font-size: 42px;
    ;
    margin-bottom: 20px;
}

.feature-center p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-align: justify;
    line-height: 200%;
    color: white;
    margin-bottom: 40px;
}

.feature-center .mock-box {
    position: relative;
    height: 400px;
}

.feature-center .mock-box img {
    width: 200px;
    position: absolute;
}

.mock-box .mock3 {
    transform: translateX(-50%) rotate(-25deg);
    left: 345px;
    top: 100px;
}

.mock-box .mock4 {
    transform: translateX(-50%);
    top: 50px;
    left: 495px;
}

.mock-box .mock5 {
    transform: translateX(-50%) rotate(25deg);
    left: 665px;
    top: 25px;
}

.process {
    padding-top: 100px;
}

.process-1, .process-2 {
    display: flex;
    width: 1000px;
    margin: 120px auto;
    align-items: center;
}

.process-1 {
    justify-content: space-between;
}

.process-1 .user-chart {
    width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.process-1 .user-chart h4, .process-2 h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.process-1 .user-chart p {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    width: 220px;
    height: 100px;
    border: 2px solid black;
    line-height: 100px;
    margin-bottom: 10px;
}


.process-1 img {
    width: 135px;
}

.process-1 .right-text, .process-2 p {
    text-align: center;
    font-size: 21px;
    line-height: 200%;
    font-weight: 300;
}

.process-1 .right-text span, .process-2 p span {
    font-weight: 800;
}

.process-2 {
    gap: 80px;
}

.process-2 .text-box {
    text-align: center;
}

.process-3 {
    text-align: center;
    font-size: 28px;
    line-height: 200%;
    font-weight: 300;
}

.process-3 span {
    font-weight: 800;
}

.logo-design {
    padding: 200px 0;
}

.logo-flex {
    width: 1000px;
    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-box {
    width: 379px;
}

.logo-cloud {
    height: 75px;
    margin-bottom: 40px;
}

.logo-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.official-logo {
    display: flex;
    justify-content: space-between;
}

.logo-flex .logo-text {
    font-size: 18px;
    line-height: 200%;
    text-align: justify;
    width: 500px;
}