@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');


.notFound{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.notFound #wrap{
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #FFF;
    height: 100%;
    min-height: 600px;
}
.notFound #container{
        width: 100%;
}
.notFound .not-found-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #1D1B1A;
}

.notFound .not-found-wrap h1{
    font-family: Outfit, serif;
    font-size: 57px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.notFound .not-found-wrap h1 img{
    width: 54px;
    aspect-ratio: 1;
}
.notFound .lead{
    font-size: 20px;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 8px;
}
.notFound .txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 40px;
}
.notFound .btn{
    margin-bottom: 40px;
}
.notFound .btn a{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    display: inline-flex;
    height: 42px;
    width: auto;
    min-width: 104px;
    padding: 8px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(52, 92, 200, 0.50);
    background: #FFF;
    color: #345CC8;
    margin: 0;

}
.notFound footer{
    padding: 72px 48px;
    box-sizing: border-box;
}
.notFound footer .copyright{
    color: #757575;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* SP */
@media screen and (max-width: 899px){
.notFound #wrap {
    padding: 16px;
}
.notFound .not-found-wrap h1 {
    font-size: 40px;
    gap: 8px;
}
.notFound .not-found-wrap h1 img {
    width: 40px;
}
.notFound .lead {
    font-size: 16px;
    line-height: 200%;
}
.notFound .txt {
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: center;
}
.notFound footer {
    padding: 40px 8px;
}
}
