@font-face {
    font-family: "SFPro";
    src: url("../fonts/SF-Pro-Display-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "SFPro";
    src: url("../fonts/SF-Pro-Display-Regular.otf");
    font-weight: 500;
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    font-family: "SFPro", Arial, Helvetica, sans-serif;
    position: relative;
}

footer {
    margin-top: auto;
}

.container {
    max-width: 1140px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

button {
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: initial;
    margin-bottom: 0;
    font-style: initial;
}

.text-bold {
    font-weight: bold;
}

pre {
    font-size: 1rem !important;
    font-family: "NotoSansJP", sans-serif !important;
    word-wrap: break-word !important;
    white-space: pre-line;
}

p {
    font-size: 1rem !important;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-db-120 {
    margin-bottom: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 50px;
    }
    .mb-120 {
        margin-bottom: 50px;
    }
    .mt-120 {
        margin-top: 50px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px;
    }
    .mb-120 {
        margin-bottom: 60px;
    }
    .mt-120 {
        margin-bottom: 60px;
    }
}

.fontsize-15 {
    font-size: 15px;
}

.fontsize-17 {
    font-size: 17px;
}

.fontsize-28 {
    font-size: 28px;
}

.fontsize-32 {
    font-size: 32px;
}

.heading-48 {
    font-size: 48px;
    font-weight: bold;
}

.heading-50 {
    font-size: 50px;
    font-weight: bold;
}

.heading-12 {
    font-size: 12px;
    font-weight: bold;
}

.heading-14 {
    font-size: 14px;
    font-weight: bold;
}

.heading-15 {
    font-size: 15px;
    font-weight: bold;
}

.heading-17 {
    font-size: 17px;
    font-weight: bold;
}

.heading-18 {
    font-size: 18px;
    font-weight: bold;
}

.heading-28 {
    font-size: 28px;
    font-weight: bold;
}

.color-text1 {
    color: #000000;
}

.color-text2 {
    color: #43454C;
}

.color-text3 {
    color: #3C3C3C;
}

.color-text4 {
    color: #4D525E;
}

.bg-1 {
    background: #F8C544;
}

.bg-2 {
    background: #7DBEFF;
}

.bg-3 {
    background: #C6F1FD;
}

.bg-4 {
    background: #FFC7CD;
}

.bg-5 {
    background: #ffffff;
}

@media (max-width: 575px) {
    .fontsize-17 {
        font-size: 15px;
    }
    .fontsize-32 {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .fontsize-32 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}