/* common */

* {
    color: #333;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

img {
    width: 100%;
}

section {
    padding-top: 64px;
    padding-bottom: 64px;
}

h2 {
    color: #0D99FF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.836px;
    margin-bottom: 16px;
}

.red_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 288px;
    height: 60px;
    border-radius: 31px;
    background: #F24822;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
    /* 39px */
    letter-spacing: -0.572px;
    text-decoration: none;
}

.pc_display {
    display: block;
}

.sp_display {
    display: none;
}


/* header */

header {
    height: 62px;
    width: 100%;
    background-color: white;
    padding: 10px 13px;
}

.header_logo {
    height: 43px;
    width: auto;
}


/* top */

.top {
    background-color: #DEF5FC;
}

.top .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.top_img {
    display: flex;
    align-items: center;
}

.top_text {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
}

.top_text_text {
    margin-bottom: 17px;
    width: 500px;
}

.top_text_logo {
    margin-bottom: 44px;
    width: 202px;
    height: auto;
}


/* about */

.about_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.162px;
    text-align: center;
    margin-bottom: 48px;
}

.about_img {
    width: 870px;
    margin: 0 auto;
}


/* data */

.data {
    background-color: #F5FBFF;
}

.data_text {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.162px;
    margin-bottom: 48px;
}

.data_img {
    width: 870px;
    margin: 0 auto;
}


/* case */

.case {
    background-color: #0D99FF;
}

.case h2 {
    color: white;
}

.case_img_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 304px);
    gap: 16px;
    align-items: center;
    justify-content: center;
}


/* flow */

.flow {
    background-color: #F5FBFF;
}

.flow_text {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.162px;
    margin-bottom: 48px;
}

.flow_content_wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: right;
}

.flow_content_box {
    display: flex;
    gap: 16px;
    margin-bottom: 80px;
}

.flow_content_img {
    position: relative;
    width: 160px;
}

.flow_content_img img {
    position: absolute;
    top: -23px;
}

.flow_content_text {
    width: 740px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 3px solid #0D99FF;
    background: #FFF;
    box-shadow: 4px 4px 0px 0px #C6E7FF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.616px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 26px;
}

.flow_content_bottom_text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.228px;
    display: inline-block;
    text-align: left;
}


/* contact */

.contact {
    background-color: #0D99FF;
}

.contact h2 {
    color: white;
    margin-bottom: 40px;
}

.contact_input {
    display: block;
    margin: 0 auto 40px;
    width: 620px;
    padding: 16px 20px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    color: rgba(13, 153, 255, 0.85);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.484px;
}

.contact_input::placeholder {
    color: rgba(13, 153, 255, 0.85);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.484px;
    opacity: 1;
}

.contact_input::-ms-input-placeholder {
    color: rgba(13, 153, 255, 0.85);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.484px;
}

.contact_submit {
    display: block;
    margin: 0 auto;
    width: 288px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 31px;
    background: #F24822;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.572px;
    cursor: pointer;
}


/* footer */

footer {
    padding: 48px;
}

.footer_logo {
    width: 125px;
    height: auto;
    margin: 0 auto 20px;
}

.footer_link_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer_link {
    color: #333;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.264px;
    position: relative;
    text-decoration: none;
}

.footer_link:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 90%;
    width: 1px;
    background-color: #333;
    right: -8px;
    top: 0;
}

@media (max-width: 980px) {
    .case_img_wrapper {
        grid-template-columns: repeat(2, 304px);
    }
    /* flow */
    .flow_text {
        font-size: 14px;
        letter-spacing: -0.126px;
        margin-bottom: 24px;
    }
    .flow .wrapper {
        width: 340px;
        margin: 0 auto;
    }
    .flow_content_wrapper {
        width: 100%;
    }
    .flow_content_box {
        display: block;
        margin-bottom: 8px;
    }
    .flow_content_img {
        width: 88px;
        height: 68px;
        margin: 0 auto;
    }
    .flow_content_img img {
        top: -6px;
    }
    .flow_content_text {
        width: 100%;
        height: 40px;
        font-size: 12px;
        letter-spacing: -0.271px;
        padding: 11px;
        justify-content: center;
    }
    .flow_content_text:last-child {
        font-size: 11px;
    }
    .flow_content_bottom_text {
        font-size: 11px;
        letter-spacing: -0.209px;
    }
}


/* sp */

@media (max-width: 900px) {
    /* common */
    .red_button {
        width: 340px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -0.484px;
    }
    h2 {
        font-size: 30px;
        letter-spacing: -0.66px;
        margin-bottom: 12px;
    }
    .pc_display {
        display: none;
    }
    .sp_display {
        display: block;
    }
    section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .wrapper {
        max-width: 340px;
        margin: 0 auto;
    }
    /* header */
    header {
        padding: 12px 0;
    }
    .header_logo {
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
    /* top */
    .top .wrapper {
        display: block;
    }
    .top_img {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .top_text {
        padding: 0;
    }
    .top_text_text {
        margin-bottom: 16px;
        width: 100%;
    }
    .top_text_logo {
        width: 180px;
        height: auto;
        margin: 0 auto 16px auto;
    }
    /* about */
    .about_text {
        font-size: 14px;
        letter-spacing: -0.126px;
        margin-bottom: 24px;
    }
    .about_img {
        width: 100%;
    }
    /* data */
    .data_text {
        font-size: 14px;
        letter-spacing: -0.126px;
        margin-bottom: 24px;
    }
    .data_img {
        width: 100%;
    }
    /* case */
    .case_img_wrapper {
        grid-template-columns: 304px;
    }
    /* contact */
    .contact h2 {
        margin-bottom: 24px;
    }
    .contact_input {
        margin: 0 auto 20px;
        width: 100%;
        padding: 8px 10px;
        border-radius: 5.484px;
        border: 1.097px solid rgba(0, 0, 0, 0.20);
        font-size: 12.065px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.265px;
    }
    .contact_input::placeholder {
        font-size: 12.065px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.265px;
    }
    .contact_input::-ms-input-placeholder {
        font-size: 12.065px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.265px;
    }
    .contact_submit {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.484px;
    }
}