.container {
    max-width: 1200px;
    margin: 0 auto;
}

.map-box {
    height: auto;
    width: 1200px;
    margin-top: 60px;
}

.map-box img {
    width: 100%;
    height: 100%;
}

.cut-off_rule {
    height: 1px;
    width: 60px;
    background-color: #222222;
}

.presentation {
    margin-top: 20px;
}

.presentation .title {
    text-align: center;
    font-size: 28px;
}

.presentation .line {
    display: flex;
    justify-content: space-between;
}

.presentation .line .line-item {
    width: 300px;
}

.presentation .line .line-item div img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 100px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.cut-off_rule {
    margin: 20px auto;
}

.content {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.joinUs button {
    background-color: #FF8E12;
    color: #ffffff;
    width: 200px;
    height: 70px;
    border: none;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    margin-bottom: 40px;
}

.introduction {
    margin-top: 60px;
}

.introduction p {
    margin: 20px 0;
    line-height: 28px;
    text-align: left;
    /* font-size: 14px; */
}

.introduction span {
    color: #00acff;
}

.KUMI-logo {
    height: 100px;
    width: 350px;
    margin: 20px auto 0;
}

.KUMI-logo img {
    height: 100%;
    width: 100%;
}

.logo-k {
    height: auto;
    width: 400px;
    margin: 120px auto 0;
}

.logo-k img {
    height: 100%;
    width: 100%;
}