@font-face {
    font-family: Noto Sans JP;
    src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf")
        format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url("../font/Montserrat/Montserrat-VariableFont_wght.ttf")
        format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../font/Poppins/Poppins-Black.ttf") format("truetype");
    font-display: swap;
}
body {
    font-family: "Noto Sans JP", sans-serif;
}

.registerContents {
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 769px) {
    .registerContents {
        flex-direction: row;
    }
}

@media (min-width: 769px) {
    .leftBox {
        width: 50%;
    }
}
.leftBox {
    background-image: url(../img/registerBack.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0 5%;
    padding-bottom: 60px;
}
@media (min-width: 769px) {
    .leftBox {
        padding-bottom: 0px;
    }
}
.leftBox img {
    margin: 60px auto 30px;
    display: block;
    max-width: 422px;
    width: 100%;
}
@media (min-width: 769px) {
    .leftBox img {
        margin: 20px auto 0;
    }
}

@media (min-width: 1344px) {
    .leftBox img {
        margin: 90px auto 0;
    }
}




b {
    color: #fff;
    font-family: Montserrat;
    font-size: 49px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.96px;
}
@media (min-width: 750px) {
    b {
        font-size: 62px;
        line-height: normal;
    }
}

.box {
    margin-top: 25px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: left;
}
.bold {
    margin-bottom: 25px;
    color: #c02d2c;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.44px;
}
@media (min-width: 750px) {
    .bold {
        font-size: 18px;
        line-height: 29px;
    }
}
.p {
    position: relative;
    padding-left: 26px;
    color: #333;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.44px;
}
@media (min-width: 750px) {
    .p {
        font-size: 18px;
        line-height: 29px;
    }
}
.p::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 16px;
}

.registerCard {
    max-width: 543px;
    width: 90%;
}

.rightBox {
    display: flex;
    align-items: top;
    justify-content: center;
    background: #fff;
    padding: 0 30px;
    padding-bottom: 40px;
}
@media (min-width: 769px) {
    .rightBox {
        width: 50%;
        padding-bottom: 0;
    }
}
.rightBox .min-h-screen {
    min-height: initial;
}
@media (min-width: 769px) {
    .rightBox .min-h-screen {
        min-height: 100vh;
    }
}
.rightBox .registerTtl {
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.56px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
@media (min-width: 769px) {
    .rightBox .registerTtl {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.rightBox .registerLabel {
    margin-bottom: 15px;
}
.rightBox .sendflex {
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 769px) {
    .rightBox .sendflex {
        flex-direction: row;
    }
}

.registerForm {
    max-width: 540px;
    width: 100%;
}

.aiButton {
    width: 240px;
    height: 48px;
    justify-content: center;
    margin-left: initial;
}

.privacy {
    margin-top: 45px;
    position: relative;
}
.privacy .privacyBox {
    width: 15px;
    height: 15px;
    border-radius: 4px;
}
.privacy p {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
}
.privacy a {
    color: #2c55c0;
}
.privacy .errorMessage {
    position: absolute;
    top: -25px;
    color: red;
} /*# sourceMappingURL=register.css.map */
