@charset "UTF-8";
body {
    font-family: "Noto Sans JP", sans-serif;
}

img {
    max-width: 100%;
    vertical-align: top;
}

header {
    width: 100%;
    height: 60px;
    background-color: white;
}

.header-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container .val-logo {
    width: 150px;
}

.to-security-site {
    display: inline-block;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00A497;
    color: white;
    text-align: center;
    line-height: 40px;
    border: none;
    text-decoration: none;
}

.to-security-site span {
    display: inline-block;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(../img/blank_icon.png) no-repeat center right / 20px auto;
}

.sp-top {
    display: none;
}

#first-view {
    width: 100%;
}

main {
    width: 100%;
}

.comment {
    text-align: center;
    padding: 30px 0px;
    background-color: #00A497;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.triangle {
    height: calc(60px / 2);
    width: 120px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #00A497;
}

.features {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.features h2 {
    text-align: center;
    padding: 50px 0px 50px 0px;
    color: #00A497;
    font-size: 20px;
    font-weight: bold;
}

.d-box {
    display: block;
    content: "";
    margin: 10px 0;
}

.com-br {
    display: block;
    content: "";
    margin: 10px 0;
}

.f-wrapper {
    display: flex;
    justify-content: space-between;
}

.f-container {
    flex: 1;
    width: 100%;
    margin: 0 aut0;
    background-color: #E8FFF4;
    border-radius: 10px;
    box-shadow: 10px 10px 25px -30px;
}

.f-container:nth-child(2) {
    margin: 0px 25px;
}

.head {
    text-align: center;
    padding: 15px 0px 10px 0px;
    background-color: #00A497;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.f-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.f-img img {
    width: 50%;
}

.disc {
    padding: 0px 20px 20px 20px;
    color: #003E39;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.flow-wrapper {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.flow-wrapper h2 {
    text-align: center;
    padding: 50px 0px 50px 0px;
    color: #00A497;
    font-size: 20px;
    font-weight: bold;
}

.flow {
    margin-top: 50px;
    padding-bottom: 50px;
    background-color: #E8FFF4;
}

.flow-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flow-list {
    width: 16.6%
}

.flow-list p {
    padding: 5px 10px 15px 10px;
    color: #003E39;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}

.sp-flow {
    display: none;
}

.contact {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.contact h2 {
    text-align: center;
    padding: 50px 0px 50px 0px;
    color: #00A497;
    font-size: 20px;
    font-weight: bold;
}

footer {
    background-color: #00A497;
    padding-bottom: 80px;
    margin-top: 100px;
}

.footer-logo {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}

.logo-img {
    max-width: 300px;
}

.fNavi {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 50px;
}

.target a {
    font-weight: 700;
    line-height: 1.5;
    color: white !important;
    text-decoration: none;
    color: currentColor;
}

.target a span {
    display: inline-block;
    padding-right: 30px;
    box-sizing: border-box;
    background: url(../img/blank_icon.png) no-repeat center right / 20px auto;
}

.footer__copyRight {
    display: block;
    margin: 40px auto 0;
    font-family: Rubik, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

@media (max-width: 769px) {
    .f-wrapper {
        flex-direction: column;
    }

    .f-container {
        margin-bottom: 40px;
    }

    .f-container:nth-child(2) {
        margin: 0px;
        margin-bottom: 40px;
    }

    .d-box {
        display: none;
    }

    .head {
        padding: 20px 0px 20px 0px;
    }

    .f-img {
        padding: 30px;
    }

    .f-img img {
        width: 35%;
    }

    .disc {
        padding: 0px 30px 30px 30px;
    }

    .flow {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .pc-flow {
        display: none;
    }

    .sp-flow {
        display: block;
    }

    .flow-list {
        width: 33.3%
    }

    footer {
        padding-bottom: 40px;
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .pc-top {
        display: none;
    }

    .sp-top {
        display: block;
    }

    .comment {
        text-align: center;
        padding: 15px 0px;
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .com-br {
        margin: 8px 0;
    }

    .triangle {
        height: calc(30px / 2);
        width: 60px;
    }

    .features h2 {
        padding: 30px 0px 30px 0px;
    }

    .f-container {
        margin-bottom: 20px;
    }

    .f-img {
        padding: 15px;
    }

    .f-img img {
        width: 40%;
    }

    .disc {
        padding: 0px 30px 30px 30px;
    }

    .flow-wrapper h2 {
        padding: 30px 0px 30px 0px;
    }
}

@media (max-width: 450px) {
    .header-container .val-logo {
        width: 100px;
    }

    .to-security-site {
        padding-left: 0px;
        padding-right: 0px;
    }

    .to-security-site span {
        padding-right: 0px;
        background: none;
    }
}