#s1 .s1__video::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#s1 .text {
    color: #fff;
}

#s1 .text h2 {
    text-align: left;
}

#s1 .text p {
    text-align: center;
}

#profile .content {
    position: relative;
}

#profile .content video.bg,
#profile .content img.bg-cover {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 70%);
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 70%);
}
#profile .content img.bg-cover {
    z-index: 1;
}

#profile .content .profile {
    max-width: 685px;
    width: 100%;
    display: block;
}

#profile .content .profile h3 {
    text-align: center;
}
#profile .content .profile p {
    text-align: left;
}

#profile .content .profile p {
    line-height: 1.8;
}

#profile .content .profile img {
    max-width: 610px;
    width: 100%;
    display: block;
}

#profile .content .profile-1 {
    padding-top: 120px;
    margin-bottom: 240px;
    z-index: 2;
    position: relative;
    padding: 30px;
}

#profile .content .profile-1 h3 {
    margin: 100px auto 45px;
}

#profile .content .profile-1 img {
    margin: 70px auto 0;
}

#profile .content .profile-2 {
    background: rgba(255,255,255,0.6);
    padding: 30px;
}

#profile .content .profile-2 h3 {
    margin: 90px auto 70px;
}

#profile .content .profile-2 img {
    margin: 110px auto 40px;
}
.p-02 {
    padding-left: 15px;
}