/* テキスト部分カーニング調整 */
:root {
 line-height: 1.7em;
 font-feature-settings: "palt";
 letter-spacing: 0.03em;
 font-weight: 400;
}

body {
 background: url(https://make-career.work/wp/wp-content/uploads/2025/11/Frame-4.png);
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

#all {
 margin: 0 auto;
 max-width: 450px !important;
 min-width: 300px !important;
 background-color: #FFF;
 background-image: url(https://technosmile.work/wp/wp-content/uploads/2026/02/tmk-02_thanks_bgi.png);
 background-size: 4%;
}

h1 {
 line-height: 0;
}

#footer {
 padding: 1em 0;
 line-height: 1;
}