@charset "utf-8";

header {
    max-width: 414px;
    margin: 0 auto;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

header a {
    line-height: 60px;
    display: block;
    margin: 0 auto;
}

header img {
    height: 28px;
}

@media screen and (min-width:415px) {
    body {
        background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%),
            url(../img/background_shop.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    body::after {
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media screen and (max-width: 1040px) {
    .pc_right_qr {
        display: none;
    }
}

@media screen and (min-width:1041px) {
    .inquiry_btn_circle {
        display: none;
    }

    .sp_area {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        min-width: 375px;
    }

    .pc_left_logo {
        background-image: url(../img/newlogl_kokoro-tate.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 60px;
        height: 200px;
        position: fixed;
        left: 20%;
        top: 30%;
        transform: translate(-50%, 0);
    }

    .pc_right_qr {
        width: 250px;
        height: 250px;
        position: fixed;
        left: 80%;
        top: 30%;
        transform: translate(-50%, 0);
        margin-left: 20px;
    }

    .pc_right_qr img {
        width: 100px;
        height: 100px;
        margin: 20px auto;
    }

    .pc_right_qr .inquiry_btn_rectangle {
        background: linear-gradient(270deg, #63EED5 0%, #35DB96 35.94%, #06C755 100%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        width: 240px;
        height: 50px;
        margin: 0 auto 30px;
    }

    .pc_right_qr .inquiry_btn_rectangle a {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        line-height: 50px;
        display: block;
    }

    .pc_right_qr .inquiry_btn_rectangle a::before {
        content: "";
        height: 13px;
        width: 13px;
        background-image: url(../img/icon_arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 5px;
    }

    .pc_right_qr>div {
        font-size: 14px;
        text-align: center;
    }
}

main {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    background-color: #fcfcfc;
    color: #2c2c2c;
    min-width: 360px;
    max-width: 414px;
    margin: 0 auto;
}

.english_text {
    font-family: 'Montserrat', sans-serif;
}

.div_top {
    height: 520px;
    background-image: url(../img/staff_all.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
    position: relative;
}

.div_top .background_black_transparent {
    height: 520px;
    background: linear-gradient(165deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.4) 65%);
}

.div_top .top_message_vertical {
    color: #fff;
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.5em;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 5%;
}

.div_top .top_message_vertical .text_emphasis_dot {
    display: inline-block;
    position: relative;
}

.div_top .top_message_vertical .text_emphasis_dot::before {
    position: absolute;
    top: 50%;
    right: -60%;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 1em;
    content: "•";
}

.div_top .top_message_horisontal {
    color: #fff;
    transform: rotate(-15deg);
    text-align: right;
}

.div_top .text_emphasis_strong {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    bottom: 22%;
    right: 5%;
}

.div_top .text_emphasis_middle {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.8em;
    position: absolute;
    bottom: 17%;
    right: 5%;
}

.div_top .english_text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4em;
    border-top: 1px solid #fff;
    display: inline-block;
    position: absolute;
    bottom: 10%;
    right: 5%;
    padding-top: 0.3em;
}

.div_top .scroll {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 200;
    transform: rotate(-90deg);
    display: inline-block;
    width: 120px;
    border-bottom: 0.5px solid #fff;
    text-align: right;
    position: absolute;
    left: -10%;
    bottom: 2%;
}

.inquiry_btn_circle {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 110px;
    height: 110px;
    background: linear-gradient(270deg, #63EED5 0%, #35DB96 35.94%, #06C755 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    z-index: 100;
}

.inquiry_btn_circle a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.inquiry_btn_circle a strong {
    font-size: 16px;
}

.inquiry_btn_circle a strong::before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.caution_orange {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    height: 90px;
    width: 100%;
    background: linear-gradient(90deg, #E44F49 0%, #FFDE69 100%);
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
}

.primary_catch {
    text-align: center;
}

.primary_catch h5 {
    font-size: 14px;
    font-weight: 700;
    color: #967168;
    margin-top: 40px;
    margin-bottom: 5px;
}

.primary_catch h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}

.primary_catch ul {
    text-align: left;
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.primary_catch ul li::before {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 8px;
}

.primary_catch ul li span {
    font-weight: 700;
    color: #E45151;
}

.primary_catch ul li {
    line-height: 1.8em;
}

.primary_catch h6 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

.primary_catch .inquiry_btn_rectangle {
    background: linear-gradient(270deg, #63EED5 0%, #35DB96 35.94%, #06C755 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 240px;
    height: 50px;
    margin: 0 auto 30px;
}

.primary_catch .inquiry_btn_rectangle a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    display: block;
}

.primary_catch .inquiry_btn_rectangle a::before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
}

.problems {
    height: 500px;
    background: linear-gradient(151.74deg, #787878 0%, #E8E8E8 100%);
    text-align: center;
    position: relative;
}

.problems h1 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 30px;
}

.problems h1 span {
    font-size: 14px;
}

.problems .image_area {
    height: 380px;
    background-image: url(../img/temporary_img_problems.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.problems::after {
    content: "";
    width: 0.5px;
    height: 60px;
    background-color: #2c2c2c;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: -7%;
}

.environment {
    text-align: center;
    padding-top: 50px;
}

.environment .text_emphasis_dot {
    display: inline-block;
    position: relative;
}

.environment .text_emphasis_dot::before {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #2c2c2c;
    font-size: 1.5em;
    content: "•";
}

.environment .environment_lead02 {
    background: linear-gradient(90deg, #E44F49 0%, #FFDE69 100%);
    color: #fff;
    font-weight: 700;
    padding: 0 30px;
    display: inline-block;
    margin-top: 10px;
}

.environment .environment_lead h1 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.text_emphasis_red {
    color: #E44F49;
}

.text_emphasis_fontsize {
    font-size: 30px;
}

.text_emphasis_number {
    font-family: 'Playball', cursive;
    font-size: 60px;
    padding-top: 0;
}

.text_emphasis_small{
    margin-top: 10px;
    font-size: 12px;
}

.environment_main {
    height: 670px;
    background-image: url(../img/background_green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 25px;
}

.environment_main h2 {
    font-size: 20px;
}

.environment_main>ul {
    list-style: none;
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
}

.environment_main_container {
    background-color: #fff;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 4px rgba(44, 44, 44, 0.2));
    padding: 10px 0;
    margin-bottom: 10px;
}

.environment_main ul li:last-child {
    margin-bottom: 0;
}

.icon_area01,
.icon_area02,
.icon_area03,
.icon_area04,
.icon_area05 {
    height: 30px;
    width: 30px;
    margin: 0 auto;
}

.icon_area01 {
    background-image: url(../img/icon_calender.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon_area02 {
    background-image: url(../img/icon_piggybank.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon_area03 {
    background-image: url(../img/icon_baby.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon_area04 {
    background-image: url(../img/icon_heart.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon_area05 {
    background-image: url(../img/icon_scissors.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.environment_main ul li div ul {
    display: inline-block;
    margin: 0 auto;
    padding-left: 0;
}

.environment_main ul li div ul li {
    list-style: inside;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.environment_main h2 {
    margin: 4px 0;
}

.environment_main h3 {
    margin: 0;
}

.environment .annotation {
    font-size: 8px;
}

.copy_lifestyle {
    padding: 60px 0;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.copy_lifestyle img {
    height: 40px;
}

.copy_lifestyle .text_emphasis_fontsize {
    font-size: 20px;

}

.worker_voice h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}

.worker_voice {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.worker_voice .image_area {
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.worker_voice .worker_voice_manager .image_area {
    background-image: url(../img/staff_store_manager.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.worker_voice .worker_voice_part .image_area {
    background-image: url(../img/staff_part_time.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.staff_image_area {
    position: relative;
}

.staff_profile {
    width: 80%;
    background-color: rgba(53, 53, 53, 0.5);
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    display: block;
    position: absolute;
    bottom: 5%;
}

.staff_profile h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.staff_profile h4 {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.worker_voice h2 {
    font-size: 18px;
    width: 90%;
    margin: 20px auto;
}

.worker_voice p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    color: #707070;
}

.secondary_catch {
    text-align: center;
}

.secondary_catch h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}

.secondary_catch h5 {
    font-size: 14px;
    font-weight: 700;
    color: #967168;
    margin-top: 40px;
    margin-bottom: 5px;
}

.secondary_catch h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}

.secondary_catch ul {
    text-align: left;
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.secondary_catch ul li::before {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 8px;
}

.secondary_catch ul li span {
    font-weight: 700;
    color: #E45151;
}

.secondary_catch ul li {
    line-height: 1.8em;
}

.secondary_catch h6 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

.secondary_catch .inquiry_btn_rectangle {
    background: linear-gradient(270deg, #63EED5 0%, #35DB96 35.94%, #06C755 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 240px;
    height: 50px;
    margin: 0 auto 30px;
}

.secondary_catch .inquiry_btn_rectangle a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    display: block;
}

.secondary_catch .inquiry_btn_rectangle a::before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
}

.reason {
    padding: 30px 0;
}

.reason h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}

.reason_wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.reason_container {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #2c2c2c;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.reason_container h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0;
}

.reason_container p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.reason .icon_area06 {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    background-image: url(../img/icon_flick.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.reason .icon_area07 {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    background-image: url(../img/icon_salon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.reason .icon_area08 {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    background-image: url(../img/icon_megaphone.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.reason .text_emphasis_underline {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0.3em;
    border-bottom: 3px dotted #E44F49;
}

.owner_voice {
    background-color: #F0EFEF;
    padding: 30px 0;
    width: 100%;
}

.owner_voice h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 20px 0;
}

.owner_voice_image_area {
    width: 90%;
    height: 400px;
    background-image: url(../img/staff_owner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.owner_voice p {
    width: 90%;
    font-weight: 300;
    display: inline-block;
    margin: 20px auto 0;

}

.owner_voice .text_emphasis_red {
    font-weight: 700;
}

.terms_of_employment {
    padding: 30px 0;
    background-image: url(../img/background_staff_woman.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.terms_of_employment h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 10px;
    color: #fff;
}

.terms_of_employment_wrapper {
    width: 90%;
    margin: 0 auto;
}

.terms_of_employment_container {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
}

.terms_of_employment h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.terms_of_employment .border {
    display: inline-block;
    width: 80%;
    height: 1px;
    background-color: #2c2c2c;
    padding-top: 0;
}

.terms_of_employment ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
    width: 75%;
    display: inline-block;
    margin: 0 auto;
}

.benefits {
    padding: 30px 0;
}

.benefits h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 20px 0;
}

.benefits h2 {
    display: inline-block;
    margin: 0 auto;
    background-color: #E45151;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 15px;
}

.benefits ul {
    list-style-type: none;
    padding-left: 0;
}

.benefits .benefits_list {
    font-size: 14px;
    color: #707070;
    width: 80%;
    margin: 0 auto;
}

.recruit {
    width: 100%;
    height: 520px;
    background-image: url(../img/background_gradation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.step_wrapper {
    position: relative;
}

.recruit h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
    color: #fff;
}

.recruit .step1,
.step2,
.step3,
.step4 {
    font-size: 14px;
    font-weight: 700;
    padding: 2px 15px;
    border-radius: 12px;
    background-color: #BDBDBD;
    color: #fff;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
}

.step2 {
    background-color: #919191;
}

.step3 {
    background-color: #494949;
}

.step4 {
    background-color: #0C0C0C;
}

.recruit h2 {
    background-color: #fff;
    width: 90%;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #35353566;
    margin: 20px auto 10px;
}

.recruit_step_arrow {
    display: inline-block;
    /* vertical-align: middle; */
    color: #58B5B5;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1em 0.7em;
    border-top-color: currentColor;
    border-bottom: 0;
}

.staff_movie {
    padding-top: 30px;
}

.staff_movie h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 20px 0;
}

.movie_area {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.movie_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tertiary_catch {
    text-align: center;
    padding-bottom: 30px;
}

.tertiary_catch h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}


.tertiary_catch h5 {
    font-size: 14px;
    font-weight: 700;
    color: #967168;
    margin-top: 40px;
    margin-bottom: 5px;
}

.tertiary_catch h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
}

.tertiary_catch ul {
    text-align: left;
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.tertiary_catch ul li::before {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 8px;
}

.tertiary_catch ul li span {
    font-weight: 700;
    color: #E45151;
}

.tertiary_catch ul li {
    line-height: 1.8em;
}

.tertiary_catch h6 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tertiary_catch .inquiry_btn_rectangle {
    background: linear-gradient(270deg, #63EED5 0%, #35DB96 35.94%, #06C755 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 240px;
    height: 50px;
    margin: 0 auto;
}

.tertiary_catch .inquiry_btn_rectangle a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    display: block;
}

.tertiary_catch .inquiry_btn_rectangle a::before {
    content: "";
    height: 13px;
    width: 13px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
}

.caution_red {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    height: 90px;
    width: 90%;
    background: linear-gradient(90.19deg, #E44F49 4%, #E44E48 99.88%);
    margin: 0 auto 20px;
    text-align: center;
    padding-top: 20px;
}

footer {
    max-width: 414px;
    margin: 0 auto;
    height: 120px;
    background-color: #353535;
    padding: 30px 0 20px 0;
    text-align: center;
}

.sns_icon {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
}

.instagram_icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/Instagram_Glyph_Gradient_RGB.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 10px;
}

.twitter_icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/2021\ Twitter\ logo\ -\ blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 10px;
}

.footer_small {
    color: #fff;
}