@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: agenda, YuGothic, "Yu Gothic Medium", "Yu Gothic", 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1rem;
    font-size: 17px;
    color: #333;
    background-color: rgb(247, 245, 238);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
}

/*========= LoadingのためのCSS ===============*/

/* Loading_back*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(247, 245, 238);
    text-align: center;
    color: #fff;
}

/* Loading _center　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Loading_icon */
#splash_logo svg {
    width: 280px;
}

/*==================== SVG =====================*/
#mask .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 90;
    /*線の太さを指定する*/
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    /* 線の間隔を指定する */
    stroke-dashoffset: 1500;
    /* 線の位置を指定する */
}

/* ============================================= */

/* =================== header ================== */

.sp_nav {
    display: none;
}

.nav_item {
    position: fixed;
    top: 0;
    left: 0;
    padding: 55px;
    opacity: 0;
    height: 100vw;
    z-index: 10;
}

.animated_2 {
    opacity: 1;
    transition: 3s;
}

h1 {
    width: 190px;
}

.nav_item p {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0.2rem;
}

.head_nav_pc {
    margin-top: 50px;
    height: 100%;
}

.head_nav_pc a {
    display: block;
    margin-top: 35px;
    font-size: 17px;
    padding-bottom: 3px;
    position: relative;
    width: 190px;
}

.head_nav_pc a::before {
    background: #bb42a3;
    content: "";
    width: 100%;
    height: 1.2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}

.head_nav_pc a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.head_nav_pc a:hover {
    color: #bb42a3;
}


/* =============== top_wrapper ===============*/
.top_wrapper {
    width: 100%;
    height: 65vw;
    position: relative;
    top: 0;
    left: 0;
}

.container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* face */
.face_img {
    display: block;
    margin: 0 auto;
    width: 580px;
    opacity: 0;
}

.animated_3 {
    opacity: 1;
    animation-name: blurAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}


@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.04);
    }

    to {
        filter: blur(0);
        transform: scale(1);
    }
}

/* english copy */
.text_anime {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 10px 0;
    /* font-family: 'Herculanum LT Pro', sans-serif; */
    letter-spacing: 0.15rem;
    font-size: 17px;
    line-height: 1.8;
    opacity: 0;
}

.animated {
    opacity: 1;
    transition: 3s;
}

.text_Portfolio {
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    margin-bottom: 25px;
}

#br_webdesign,
.sp_br {
    display: none;
}

/*scrolldown*/
.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 50px;
    height: 70px;
    opacity: 0;
    z-index: 60;
}

.animated_4 {
    opacity: 1;
    transition: 3s;
}

.scrolldown span {
    position: absolute;
    left: -20px;
    top: -20px;
    color: #333;
    font-size: 13px;
}

.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #333;
    animation: pathmove 1.7s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 50px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 70px;
        opacity: 0;
    }
}

.world {
    width: 100%;
    height: 100vw;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.animated_5 {
    opacity: 1;
    transition: 3s;
}

.sircle1 {
    position: absolute;
    width: 450px;
    height: 450px;
    object-fit: cover;
    background-color: rgba(211, 122, 236, 0.3);
    border-radius: 50%;
    animation: moving1 55s linear infinite;
}


@keyframes moving1 {
    0% {
        top: 5vh;
        left: -2vw;
    }

    25% {
        top: 90vh;
        left: 40vw
    }

    50% {
        top: 50vh;
        left: 90vw
    }

    75% {
        top: 10vh;
        left: 40vw;
    }

    100% {
        top: 5vh;
        left: -2vw;
    }
}

.sircle2 {
    position: absolute;
    width: 600px;
    height: 600px;
    object-fit: cover;
    background-color: rgba(249, 224, 63, 0.3);
    border-radius: 50%;
    animation: moving2 35s linear infinite alternate;
}

@keyframes moving2 {
    0% {
        top: 50vh;
        left: 80vw;
    }

    25% {
        top: 95vh;
        left: 40vw
    }

    50% {
        top: 65vh;
        left: -10vw
    }

    75% {
        top: 25vh;
        left: 40vw;
    }

    100% {
        top: 50vh;
        left: 80vw;
    }
}

.sircle3 {
    position: absolute;
    width: 350px;
    height: 350px;
    object-fit: cover;
    background-color: rgba(62, 162, 239, 0.3);
    border-radius: 50%;
    animation: moving3 70s linear infinite alternate;
}

@keyframes moving3 {
    0% {
        top: 90vh;
        left: -10vw;
    }

    25% {
        top: 50vh;
        left: 40vw
    }

    50% {
        top: 5vh;
        left: 80vw
    }

    75% {
        top: 50vh;
        left: 30vw;
    }

    100% {
        top: 90vh;
        left: -10vw;
    }
}



/* ================= WORKS ================ */
#works {
    width: 650px;
    margin: 100px auto;
}

h2 {
    /* font-family: 'Herculanum LT Pro', sans-serif; */
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 90px;
    text-align: center;
    letter-spacing: 0.24rem;
}

/*アコーディオン全体*/
.accordion-area li {
    margin: 80px 0;
    color: #fff;
    overflow: hidden;
}

.accordion-area li:hover {
    transform: scale(1.16, 1.16);
    transition: 0.5s all;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    border-radius: 30px;
}

#title_0 {
    background-image: url(../images/mirainoatorie_b.jpg);
}

#title_1 {
    background-image: url(../images/pati_la_bell_b.jpg);
}

#title_2 {
    background-image: url(../images/famm_stugio_b.jpg);
}

#title_3 {
    background-image: url(../images/mamori_b.jpg);
}

#title_4 {
    background-image: url(../images/famm_baby_b.jpg);
}

#title_5 {
    background-image: url(../images/famm_school_b.jpg);
}

#title_6 {
    background-image: url(../images/gigo-site_b.jpg);
}

#title_7 {
    background-image: url(../images/timers_b.jpg);
}

#title_8 {
    background-image: url(../images/zeirishi_b.jpg);
}

#title_9 {
    background-image: url(../images/zeirishi_info_b.jpg);
}

#title_10 {
    background-image: url(../images/nobi_online_b.jpg);
}

#title_0,
#title_1,
#title_2,
#title_3,
#title_4,
#title_5,
#title_6,
#title_7,
#title_8,
#title_9,
#title_10 {
    background-position: center;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/* BOX */
.box {
    display: none;
    padding-top: 3%;
}

.box_p {
    font-size: 13px;
    color: #333;
}

.link_icon img:hover {
    position: relative;
    overflow: hidden;
    cursor: url(../images/link_icon.png), auto;
}

.item_br {
    display: none;
}


.item_sub {
    font-size: 12px;
}

/* ============= HISTORY ============= */
.history {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 650px;
}

.his_p {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.history h2 {
    margin-bottom: 70px;
}

.history p {
    font-size: 14px;
    line-height: 3;
    letter-spacing: 0.03rem;
    text-align: center;
}

.history_p2 {
    margin-top: 40px;
}

.sp_his_br {
    display: none;
}

.pc_his_br {
    display: inline;
}

.world_2 {
    width: 100%;
    height: 100vw;
    position: relative;
    overflow: hidden;
}

.world_3 {
    display: none;
}

.animated_5 {
    opacity: 1;
    transition: 3s;
}

/* =========== history_bg =========== */

.sircle_2_1 {
    position: absolute;
    width: 400px;
    height: 400px;
    object-fit: cover;
    background-color: rgba(62, 244, 144, 0.3);
    border-radius: 50%;
    animation: move1 45s linear infinite;
}

@keyframes move1 {
    0% {
        top: 5vh;
        left: -2vw;
    }

    25% {
        top: 90vh;
        left: 40vw
    }

    50% {
        top: 50vh;
        left: 90vw
    }

    75% {
        top: 10vh;
        left: 40vw;
    }

    100% {
        top: 5vh;
        left: -2vw;
    }
}

.sircle_2_2 {
    position: absolute;
    width: 500px;
    height: 500px;
    object-fit: cover;
    background-color: rgba(230, 244, 33, 0.3);
    border-radius: 50%;
    animation: move2 40s linear infinite alternate;
}

@keyframes move2 {
    0% {
        top: 50vh;
        left: -10vw;
    }

    25% {
        top: 95vh;
        left: 40vw
    }

    50% {
        top: 65vh;
        left: 80vw
    }

    75% {
        top: 25vh;
        left: 40vw;
    }

    100% {
        top: 50vh;
        left: -20vw;
    }
}

.sircle_2_3 {
    position: absolute;
    width: 300px;
    height: 300px;
    object-fit: cover;
    background-color: rgba(148, 101, 223, 0.3);
    border-radius: 50%;
    animation: move3 50s linear infinite alternate;
}

@keyframes move3 {
    0% {
        top: 90vh;
        left: -10vw;
    }

    25% {
        top: 50vh;
        left: 40vw
    }

    50% {
        top: 5vh;
        left: 80vw
    }

    75% {
        top: 50vh;
        left: 30vw;
    }

    100% {
        top: 90vh;
        left: -10vw;
    }
}


/* ================ CONTACT =============== */
.contact {
    position: relative;
    top: 100px;
    width: 600px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
    border-radius: 4px;
}

label {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
}

input[type="text"],
input[type="email"],
textarea {
    border: 1px solid rgb(241, 129, 129);
    border-radius: 7px;
    padding: 10px;
    font-size: 14px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    min-width: 300px;
}

textarea {
    width: 100%;
    min-width: 500px;
    height: 200px;
}

button[type="submit"] {
    margin-top: 30px;
    border: none;
    cursor: pointer;
    line-height: 1;
    background-color: rgb(71, 112, 167);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

button[type="submit"]:hover {
    opacity: 0.5;
    transition: 0.3s;
}


label span {
    font-size: 14px;
    color: #fff;
    background-color: rgb(241, 129, 129);
    padding: 2px 3px;
    margin-left: 3px;
    border-radius: 3px;
}

._formrun_gotcha {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


footer {
    margin-top: 100px;
    position: relative;
    text-align: center;
    padding: 50px;
}



/* ================================ タブレット ================================== */
@media only screen and (max-width: 1200px) and (min-width: 767px) {

    /* =================== header ================== */
    .nav_item {
        padding: 35px;
    }

    .nav_item p {
        font-size: 11.5px;
        margin-bottom: -5px;
        letter-spacing: 0.13rem;
    }

    .head_nav_pc {
        margin-top: 40px;
    }

    h1 {
        width: 120px;
    }

    .head_nav_pc a {
        display: block;
        margin-top: 25px;
        font-size: 14px;
        padding-bottom: 3px;
        width: 120px;
    }

    /* =============== top_wrapper ===============*/
    .top_wrapper {
        height: 65vw;
    }

    .container {
        top: 47%;
    }

    /* face */
    .face_img {
        width: 500px;
    }

    /* english copy */
    .text_anime {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.15rem;
    }

    .text_Portfolio {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.2rem;
    }

    .sp_br {
        display: inline;
    }

    /*scrolldown*/
    .scrolldown {
        bottom: 30px;
        height: 50px;
    }

    .scrolldown::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 30px;
        background: #333;
        animation: pathmove 1.7s ease-in-out infinite;
        opacity: 0;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 30px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 50px;
            opacity: 0;
        }
    }

    .sircle1 {
        width: 200px;
        height: 200px;
    }

    .sircle2 {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .sircle3 {
        width: 200px;
        height: 200px;
    }

    /* ================= WORKS ================ */
    #works {
        width: 440px;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    /*アコーディオン全体*/
    .accordion-area li {
        margin: 40px 0;
    }

    .accordion-area li:hover {
        transform: scale(1.08, 1.08);
    }

    /*アコーディオンタイトル*/
    .title {
        font-size: 13px;
        letter-spacing: 0.04rem;
        font-weight: normal;
        padding: 3% 3% 3% 40px;
        transition: all .5s ease;
        border-radius: 30px;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 12px;
        height: 1px;
        background-color: #fff;
    }

    /* BOX */
    .box_p {
        font-size: 13px;
        color: #333;
    }

    /* ============= HISTORY ============= */
    .history {
        top: 450px;
    }

    .his_p {
        position: absolute;
        top: 70px;
    }

    .pc_his_br {
        display: none;
    }

    .history h2 {
        margin-bottom: 60px;
    }

    .history p {
        font-size: 13px;
        line-height: 2.5;
        letter-spacing: 0.02rem;
        text-align: justify;
    }

    .history_p2 {
        margin-top: 20px;
    }


    /* =========== history_bg =========== */

    .sircle_2_1 {
        width: 300px;
        height: 300px;
    }

    .sircle_2_2 {
        width: 300px;
        height: 300px;
    }

    .sircle_2_3 {
        width: 200px;
        height: 200px;
    }

    /* ================ CONTACT =============== */
    .contact {
        position: relative;
        top: 200px;
        width: 440px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 40px;
        border-radius: 4px;
    }

    label {
        font-size: 15px;
        margin-bottom: 7px;
        margin-top: 30px;
        display: block;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        border: 1px solid rgb(241, 129, 129);
        border-radius: 7px;
        padding: 10px;
        font-size: 14px;
    }

    input[type="text"],
    input[type="email"] {
        width: 100%;
        min-width: 300px;
    }

    textarea {
        width: 359px;
        min-width: 250px;
        height: 280px;
    }

    button[type="submit"] {
        margin-top: 30px;
        border: none;
        cursor: pointer;
        line-height: 1;
        background-color: rgb(71, 112, 167);
        color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    label span {
        font-size: 14px;
        color: #fff;
        background-color: rgb(241, 129, 129);
        padding: 2px 3px;
        margin-left: 3px;
        border-radius: 3px;
    }

    footer {
        margin-top: 250px;
        position: relative;
        text-align: center;
        padding: 60px;
    }
}

/* ============================ SP ============================= */
@media only screen and (max-width: 767px) {

    /* =================== header ================== */
    .nav_item {
        display: none;
    }

    /* --------------- navi --------------- */
    .sp_nav {
        display: block;
        position: fixed;
        top: 0;
        left: -240px;
        padding: 50px 35px;
        width: 240px;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 70;
        transition: all 0.4s;
        opacity: 0;
    }

    .sp_nav.panelactive {
        left: 0;
    }

    .toggle {
        display: block;
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 100;
        width: 65px;
    }

    .openbtn {
        position: relative;
        cursor: pointer;
        width: 65px;
        height: 60px;
        outline: none;
    }

    .animated_6 {
        opacity: 1;
        transition: 1s;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 1.1px;
        background: #333;
        width: 37px;
    }

    .openbtn span:nth-of-type(1) {
        top: 11.5px;
    }

    .openbtn span:nth-of-type(2) {
        top: 19.5px;
    }

    .openbtn span:nth-of-type(3) {
        top: 27.5px;
    }

    .openbtn.active span:nth-of-type(1),
    .openbtn.active span:nth-of-type(3) {
        top: 19.5px;
    }

    .toggle_munu_ul li img {
        width: 170px;
        margin-bottom: 20px;
        opacity: 0.5;
    }

    .toggle_item {
        color: #404040;
        font-size: 18px;
        line-height: 1;
        margin-top: 45px;
    }

    /* =============== top_wrapper ===============*/
    .top_wrapper {
        height: 100vw;
    }

    .container {
        top: 38%;
        bottom: 50%;
    }

    /* face */
    .face_img {
        width: 375px;
        overflow: hidden;
    }

    /* english copy */
    .text_anime {
        padding-top: 480px;
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 0.12rem;
    }

    .text_Portfolio {
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.17rem;
        margin-bottom: 20px;
    }

    #br_webdesign {
        display: block;
    }

    /*scrolldown*/
    .scrolldown {
        bottom: 30px;
        height: 40px;
    }

    .scrolldown::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 30px;
        background: #333;
        animation: pathmove 1.7s ease-in-out infinite;
        opacity: 0;
    }

    .scrolldown span {
        left: -16px;
        font-size: 11px;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 30px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 40px;
            opacity: 0;
        }
    }

    .world {
        width: 100%;
        height: 300vw;
        position: relative;
        overflow: hidden;
        opacity: 0;
    }

    .animated_5 {
        opacity: 1;
        transition: 3s;
    }

    .sircle1 {
        position: absolute;
        width: 300px;
        height: 300px;
        object-fit: cover;
        background-color: rgba(211, 122, 236, 0.3);
        border-radius: 50%;
        animation: moving1 35s linear infinite;
    }


    @keyframes moving1 {
        0% {
            top: 80vh;
            left: -20vw;
        }

        25% {
            top: 40vh;
            left: 20vw
        }

        50% {
            top: -10vh;
            left: 60vw
        }

        75% {
            top: 40vh;
            left: 20vw;
        }

        100% {
            top: 80vh;
            left: -20vw;
        }
    }

    .sircle2 {
        position: absolute;
        width: 400px;
        height: 400px;
        object-fit: cover;
        background-color: rgba(249, 224, 63, 0.3);
        border-radius: 50%;
        animation: moving2 30s linear infinite alternate;
    }

    @keyframes moving2 {
        0% {
            top: -20vh;
            left: 3vw;
        }

        25% {
            top: 40vh;
            left: 40vw
        }

        50% {
            top: 70vh;
            left: 80vw
        }

        75% {
            top: 40vh;
            left: 40vw;
        }

        100% {
            top: -20vh;
            left: 3vw;
        }
    }

    .sircle3 {
        position: absolute;
        width: 250px;
        height: 250px;
        object-fit: cover;
        background-color: rgba(62, 162, 239, 0.3);
        border-radius: 50%;
        animation: moving3 50s linear infinite alternate;
    }

    @keyframes moving3 {
        0% {
            top: 90vh;
            left: -10vw;
        }

        25% {
            top: 50vh;
            left: 40vw
        }

        50% {
            top: 5vh;
            left: 80vw
        }

        75% {
            top: 50vh;
            left: 30vw;
        }

        100% {
            top: 90vh;
            left: -10vw;
        }
    }

    /* ================= WORKS ================ */
    #works {
        width: 330px;
        margin-top: 400px;
    }

    .item_br {
        display: block;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    /*アコーディオン全体*/
    .accordion-area li {
        margin: 40px 0;
    }

    .accordion-area li:hover {
        transform: scale(1, 1);
    }

    /*アコーディオンタイトル*/
    .title {
        font-size: 13px;
        letter-spacing: 0.04rem;
        font-weight: normal;
        transition: all .5s ease;
        border-radius: 30px;
        text-align: center;
        padding-right: 40px;
        height: 60px;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 12px;
        height: 1px;
        background-color: #fff;
    }

    /* BOX */
    .box_p {
        font-size: 12px;
    }


    .ri-external-link-line {
        font-size: 13px;
    }

    /* ============= HISTORY ============= */
    .his_p {
        position: static;
        /* top: 0;
        left: 0; */
        transform: translate(0%, 0%);
        margin-top: -600px;
    }


    .history {
        width: 330px;
        margin: auto;
    }

    .history h2 {
        margin-bottom: 50px;
    }

    .history p {
        font-size: 13px;
        line-height: 2.2;
        letter-spacing: 0.01rem;
        text-align: justify;
    }

    .history_p2 {
        margin-top: 20px;
    }

    .pc_his_br {
        display: none;
    }

    .sp_his_br {
        display: block;
    }

    /* =========== history_bg =========== */
    .world_2 {
        display: none;
    }


    /* ================ CONTACT =============== */
    .contact {
        position: relative;
        top: 800px;
        width: 340px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px;
        border-radius: 4px;
    }

    .contact p {
        font-size: 13px;
    }

    label {
        font-size: 15px;
        margin-bottom: 7px;
        margin-top: 40px;
        display: block;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        border: 1px solid rgb(241, 129, 129);
        border-radius: 7px;
        padding: 10px;
        font-size: 14px;
        width: 200px;
    }

    input[type="text"],
    input[type="email"] {
        width: 300px;
    }

    textarea {
        width: 300px;
        min-width: 260px;
        height: 280px;
    }

    button[type="submit"] {
        margin-top: 30px;
        border: none;
        cursor: pointer;
        line-height: 1;
        background-color: rgb(71, 112, 167);
        color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    label span {
        font-size: 14px;
        color: #fff;
        background-color: rgb(241, 129, 129);
        padding: 2px 3px;
        margin-left: 3px;
        border-radius: 3px;
    }

    footer {
        position: static;
        margin-top: 800px;
        text-align: center;
        padding: 60px;
    }
}