* {
    margin: 0;
    padding: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: auto;
}

header {
    width: 100%;
    height: 70px;
    padding: 10px 0;
    background-color: #5D2F9D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-wrapper {
    max-width: 1170px;
    width: 1170px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .logo {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.header-wrapper a {
    text-decoration: unset;
}

.header-wrapper a div {
    height: 40px;
    border-radius: 20px;
    padding: 0 16px;
    line-height: 40px;
    text-align: center;
    color: #5D2F9D;
    background-color: #FFF;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.index-banner {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/header-bg.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.index-banner .content-wrapper {
    max-width: 1170px;
    width: 1170px;
    position: relative;
}

.index-banner .content-wrapper h1 {
    color: #5D2F9D;
    font-size: 55px;
    font-weight: 700;
}

.index-banner .content-wrapper p {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: 70px;
    margin-top: 30px;
}

.index-banner .content-wrapper img {
    width: 233px;
    height: 150px;
    position: absolute;
    top: -85px;
    left: 380px;
}

.section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background-color: #5D2F9D;
    position: relative;
}

.section-wrapper {
    max-width: 1170px;
    width: 1170px;
    display: flex;
}

.half-style-img {
    width: 50%;
}

.half-style-img div {
    width: 50vw;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/half-style-img-left.png");
}

.half-style-content {
    width: 50%;
    padding: 30px 0 30px 60px;
    box-sizing: border-box;
}

.half-style-content h1 {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 30px;
}

.half-style-content p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 50px;
}

.section-white {
    width: 100%;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-white .content-wrapper {
    max-width: 1170px;
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
}

.section-white .content-wrapper > div {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
}

.section-white .content-wrapper > div img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 80px;
}

.section-white .content-wrapper > div div h3 {
    color: #5A8AC1;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.section-white .content-wrapper > div div p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

footer {
    padding: 60px 0;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrapper {
    max-width: 1170px;
    width: 1170px;
}

.footer-wrapper h1 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
}

.footer-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.address, .mail {
    display: flex;
    align-items: center;
}

.address img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.address p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

.mail img {
    width: 16px;
    height: 13px;
    margin-right: 10px;
}

.mail p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-decoration-line: underline;
}
