@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

@font-face {
    font-family: 'eng';
    src: url('../fonts/microsoft-tai-le.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Noto Sans JP" !important;
    background: #fcfbff;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*.eng {
    font-family: 'eng', sans-serif;
    ;
}*/

main {}

h1 {
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

.rela {
    position: relative;
}

.abso {
    position: absolute;
}

.weight {
    font-weight: 700;
}

/*padding.margin*/
.m_auto {
    margin: auto;
}

/*flex*/
.flex {
    display: flex;
}

.justify_center {
    justify-content: center;
}

.justify_base {
    justify-content: baseline;
}

.justify_between {
    justify-content: space-between;
}

.justify_around {
    justify-content: space-around;
}

.justify_end {
    justify-content: end;
}

.align_center {
    align-items: center !important;
}

.align_start {
    align-items: start;
}

.align_end {
    align-items: flex-end;
}

.align_base {
    align-items: baseline;
}

.flex_column {
    flex-direction: column;
}

/*text*/
.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}


.pc {
    display: block;
}

.sp {
    display: none;
}

/*----------------------------------------------

common

------------------------------------------------*/
.header {
    background-color: #77bac0;
    padding: 5em 2em;
}

.head_wave {
    width: 100%;
    background: linear-gradient(180deg, #77bac0 0%, #77bac0 90%, #fff 90%, #fff 100%);
    height: 28vh;
}

.head_menu_container {
    width: 95%;
    background: #fcfbff;
    margin: 1em auto;
    border-radius: 15px;
    box-shadow: 5px 9px 10px rgba(100, 100, 100, .25);
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    top: 2%;
}

.head_logo {
    width: 230px;
    margin: 0.2em 3em;
    padding: 10px;
}

.head_menu {}

.head_menu ul {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.head_menu ul li {
    padding: 0 3em;
}

.head_menu ul li a {
    font-weight: 700;
    font-size: 16px;
}

.footer_wave {
    background-color: #77bac0;
    width: 100%;
}

.footer_wave_child {
    background-color: #fcfbff;
    width: 100%;
}

footer {
    background-color: #494645;
}

.footer_container {
    padding: 6em 0 2em;
    margin: 0 auto;
}

.footer_logo {
    width: 365px;
    margin: 0 auto;
}

.copyright {
    color: #fcfbff;
    text-align: center;
    font-size: 14px;
}

/*----------------------------------------------

index

------------------------------------------------*/
.top_container {}

.top_flex {
    width: 80%;
    margin: 5em auto;
    align-items: center;
}

.top_left {
    width: 50%;
}

.top_logo {
    width: 500px;
}

.top_menu {
    margin-top: 3em;
}

.top_menu_inner {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 3px;
}

.top_right {
    width: 50%;
}

.leaf_img {}

.top_company_container {
    width: 80%;
    margin: 13em auto;
}

.t_com_flex {
    align-items: end;
}

.t_com_left {
    width: 70%;
}

.t_com_title {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2em;
}

.t_com_left h2 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 3em;
}

.t_com_left h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1.8;
}

.t_com_right {
    width: 30%;
}

.brown_btn {}

.brown_btn a {
    background: #534741;
    display: inline-block;
    color: #fcfbff;
    padding: 10px 28px;
    width: 250px;
    border-radius: 50px;
    position: relative;
}

.brown_btn a::after {
    content: "→";
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 20px;
}

.brown_btn a:hover::after {
    animation: anim 1s;
}

.brown_btn a .small {
    font-size: 12px;
    font-weight: 700;
}

.brown_btn a .big {
    font-size: 20px;
    font-weight: 700;
}

@keyframes anim {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(15px);
    }
}

.index_wave {
    width: 100%;
}

.index_wave_green {
    width: 100%;
    background-color: #77bac0;
}

.top_service_container {
    background-color: #77bac0;
}

.top_service_inner {
    width: 80%;
    margin: 0 auto;
    padding: 5em 0;
    color: #fcfbff;
}

.title_small {
    font-size: 16px;
    font-weight: 700;
}

.title_big {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.8;
}

.title_comment {
    font-weight: 700;
    line-height: 1.8;
}

.swiper {
    margin: 3em 0;
}

.swiper-slide {
    opacity: .5;
    /* 左右のスライドを薄くする */
    transform: scale(.8) !important;
    /* 左右のスライドを小さくする */
    transition: .7s;
    /* ゆっくり小さくさせる */
}

.swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    transform: scale(1) !important;
    /* 中央のスライドは小さくしない */
    z-index: 1;
    /* 中央のスライドを一番上にする */
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.index_wave_white {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #fff 90%, #77bac0 90%, #77bac0 100%);
}

.top_recruit_container {
    width: 80%;
    margin: 5em auto;
}

.top_recruit_inner {}

.t_rec_left {
    width: 45%;
}

.m_t_8em {
    margin-top: 8em;
}

.t_rec_right {
    width: 55%;
}

.t_rec_right img {
    border-radius: 25px;
    box-shadow: 0px 0px 10px 5px rgba(104, 104, 104, .35);
}

.top_contact_container {
    background-color: #77bac0;
}

.top_contact_inner {
    width: 80%;
    margin: 0 auto;
    padding: 6em 0 13em;
    color: #fcfbff;
}

.title_light_small {
    border-top: 1px solid #fcfbff;
    width: 35%;
    margin-top: 1em;
    padding-top: 1em;
    font-size: 14px;
    line-height: 1.6;
}

.title_tel {
    font-size: 40px;
    padding: 10px 0;
    margin-bottom: 1em;
}

/*----------------------------------------------

company

------------------------------------------------*/
.company_container {
    width: 80%;
    margin: 5em auto;
}

.company_inner {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 9px 2px rgba(150, 150, 150, .35);
    margin: 2em auto;
    padding: 4em 7em;
    border-radius: 15px;
}

.com_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
}

.com_box {
    margin: 3em auto;
}

.com_flex {
    margin: 3em 0;
}

.com_left {
    width: 10%;
    font-size: 16px;
}

.com_right {
    width: 90%;
    line-height: 1.8;
    font-size: 16px;
}

.map {
    width: 100%;
    height: 70vh;
}

/*----------------------------------------------

service

------------------------------------------------*/
.service_container {
    width: 80%;
    margin: 3em auto;
}

.service_inner {
    margin: 5em 0;
    justify-content: space-between;
}

.service_left {
    width: 20%;
    margin: 0 1em 0 0;
}

.service_menu {}

.service_menu ul {
    background: #56909a;
    border-radius: 15px;
    padding: 3em 1em 10em;
}

.service_menu ul li {
    padding: 1em 0;
}

.service_menu ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.service_right {
    width: 80%;
    margin: 0 0 0 2em;
}

.service_inner_container {
    margin-bottom: 13em;
}

.consulting_container {}

.service_eyeCatch {
    position: relative;
}

.service_img {
    border-radius: 25px;
    box-shadow: 0px 0px 8px 2px rgba(104, 104, 104, .25);
}

.service_comment {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    padding: 3em;
    border-radius: 0 25px 0 25px;
}

.title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 1em;
}

.comment {
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
}

.service_kind {
    justify-content: space-between;
    margin: 4em 0;
    flex-wrap: wrap;
}

.service_kind_bottom {
    justify-content: space-between;
    margin: 4em 0 0;
    flex-wrap: wrap;
}

.service_kind_top {
    justify-content: space-between;
    margin: 0 0 4em;
    flex-wrap: wrap;
}

.service_kinds {
    color: #56909a;
    border: 3px solid #56909a;
    padding: 1em 2em;
    border-radius: 50px;
    font-size: 20px;
    width: calc(100% / 3 - 20px);
    text-align: center;
}

.works_hp,
.works_video {
    cursor: pointer;
}

.works_hp::after,
.works_video::after {
    content: '▼';
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-2px);
    /* 微調整 */
    color: #56909a;
}

.hp_works,
.video_works {
    display: none;
}

.hp_works {}

.hp_works_inner {
    display: flex;
    padding: 3em 0;
    justify-content: space-between;
}

.hp_works_box {
    width: calc(100% / 3 - 20px);
}

.hp_works_box a {}

.hp_works_box a:hover {
    opacity: .6;
}

.hp_works_img {}

.hp_works_title {
    margin-top: .8em;
    letter-spacing: 1px;
}

.video_works {}

.video_works_inner {
    display: flex;
    padding: 3em 0;
    justify-content: space-between;
}

.video_works_box {
    width: calc(100% / 3 - 20px);
    position: relative;
    overflow: hidden;
    height: 240px;
}

.video_works_box a {}

.video_works_box a:hover {
    opacity: .6;
}

.video_works_img,
.sam_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.sam_video {
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.video_works_img {
    z-index: 1;
}

.video_works_title {
    margin-top: .8em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
}

.service_kind_top .alone {
    margin-top: 1em;
    width: calc(100% / 3 * 2);
}

.service_kind .a_link {}

.service_kind .a_link a {
    background: #56909a;
    display: inline-block;
    color: #fcfbff;
    padding: 10px 28px;
    width: 300px;
    border-radius: 50px;
    position: relative;
}

.service_kind .a_link a::after {
    content: "→";
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 20px;
}

.service_kind .a_link a:hover::after {
    animation: anim 1s;
}

.service_kind .a_link a .small {
    font-size: 12px;
    font-weight: 700;
}

.service_kind .a_link a .big {
    font-size: 20px;
    font-weight: 700;
}

.creative_container {}

/*----------------------------------------------

contact

------------------------------------------------*/
.contact_container {
    width: 80%;
    margin: 5em auto;
}

.contact_message {
    font-weight: 700;
    line-height: 1.8;
    font-size: 16px;
}

.contact_inner {
    margin: 5em 0;
    display: flex;
    justify-content: space-between;
}

.contact_left {
    width: 20%;
    margin: 0 2em 0 0;
}

.contact_flow {
    background: #edf1f7;
    border-radius: 10px;
    padding: 4em 3em;
}

.flow_box {
    height: 16vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px dashed #b3b3b3;
}

.flow_box .in {
    font-size: 14px;
    position: relative;
    padding-left: 2em;
}

.flow_box .in::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #77bac0;
    z-index: 5;
}

.flow_box .con {
    font-size: 14px;
    position: relative;
    padding-left: 2em;
}

.flow_box .con::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #b3b3b3;
    z-index: 5;
}

.contact_right {
    width: 80%;
    margin: 0 0 0 2em;
}

.contact_form {
    background: #fff;
    padding: 3em 7em 15em;
    box-shadow: 0px 0px 8px 2px rgba(104, 104, 104, .25);
    border-radius: 10px;
}

.contact_form_inner {
    margin-bottom: 3em;
}

.contact_form_title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0.8em;
}

.contact_form_box {}

.radio_label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 2em;
}

.option_input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 22px;
    border: none;
    outline: none;
    appearance: none;
}

.option_input::before,
.option_input::after {
    position: absolute;
    content: '';
    border-radius: 50%;
}

.option_input::before {
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.option_input::after {
    display: block;
    width: 16px;
    height: 16px;
    background: #77bac0;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: scale(0, 0);
}

.option_input:checked:after {
    transform: scale(1, 1);
}

.contact_input {
    background: #e9f0f3;
    width: 100%;
    line-height: 3;
    padding: 7px 30px;
    border-radius: 10px;
}

.contact_input::placeholder {
    color: rgba(77, 77, 77, 0.24);
}

.contact_text {
    background: #e9f0f3;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
}

.contact_text::placeholder {
    color: rgba(77, 77, 77, 0.24);
}

.green_btn {
    margin: 7em auto 5em;
    text-align: center;
}

.submit_btn {
    background: #56909a;
    display: inline-block;
    color: #fcfbff;
    padding: 10px 28px;
    width: 250px;
    border-radius: 50px;
    position: relative;
    text-align: left;
}

.submit_btn::after {
    content: "→";
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 20px;
}

.submit_btn:hover::after {
    animation: anim 1s;
}

.submit_btn .small {
    font-size: 12px;
    font-weight: 700;
}

.submit_btn .big {
    font-size: 20px;
    font-weight: 700;
}

.caution {
    text-align: center;
    font-size: 16px;
}

.checkbox-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.checkbox-1 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

.checkbox-1 label::before,
.checkbox-1 label:has(:checked)::after {
    content: '';
}

.checkbox-1 label::before {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background-color: #e6edf3;
}

.checkbox-1 label:has(:checked)::before {
    background-color: #77bac0;
}

.checkbox-1 label:has(:checked)::after {
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.checkbox-1 input {
    display: none;
}

.error_msg {
    color: #e8383d;
    font-size: 14px;
    margin-left: 2em;
    margin-top: 4px;
}

.thanksMessage {
    font-size: 16px;
    line-height: 1.3;
}

@media (max-width: 560px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*iPhone用のcssリセット*/
    /* 何もかも無効にしたい場合 */
    input,
    select {
        -webkit-appearance: none;
        border: none;
    }

    /* ボタン系だけ無効化したい場合 */
    input[type="submit"],
    input[type="button"] {
        -webkit-appearance: none;
    }

    .footer_wave {
        height: 10vh;
    }

    .footer_container {
        padding: 1em 0 2em;
    }

    .footer_wave_child {
        height: 10vh;
    }

    .copyright {
        font-size: 10px;
    }

    .header {
        padding: 1em;
    }

    .sp_header_flex {
        justify-content: space-between;
        align-items: center;
    }

    .sp_header_left {}

    .sp_header_left a img {
        width: 200px;
    }

    .sp_header_right {
        position: fixed;
        right: 12px;
        z-index: 999;
    }

    .hamburger {
        width: 60px;
        height: 60px;
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }

    .hamburger .bar {
        width: 40px;
        height: 3px;
        background: #000;
        border-radius: 2px;
        display: block;
        position: absolute;
        transition: all 0.3s;
    }

    .hamburger .bar-top {
        transform: translate(0, -12px);
    }

    .hamburger .bar-bottom {
        transform: translate(0, 12px);
    }

    .checkbox:checked~.hamburger .bar-middle {
        opacity: 0;
    }

    .checkbox:checked~.hamburger .bar-top {
        transform: translate(0, 0) rotate(45deg);
    }

    .checkbox:checked~.hamburger .bar-bottom {
        transform: translate(0, 0) rotate(-45deg);
    }

    .checkbox {
        display: none;
    }

    .nav-menu {
        position: fixed;
        width: 230px;
        height: 38%;
        background: #56909a;
        opacity: 1;
        color: #fff;
        top: 3%;
        right: -100%;
        transition: all 0.5s;
        border-radius: 25px;
        text-align: center;
    }

    .nav-menu ul {
        display: inline-block;
        margin: 1em auto;
    }

    .nav-menu li {
        line-height: 2.8;
        text-align: left;
    }

    .nav-menu a {
        font-size: 20px;
        font-weight: 700;
    }

    .checkbox:checked~.nav-menu {
        right: 20%;
    }

    .top_logo {
        width: 100%;
    }

    .head_wave {
        height: 10vh;
    }

    .top_company_container {
        width: 100%;
        padding: 2em 0 5em;
        margin: 1em auto;
        background: url(../img/sp_top_01.png);
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: bottom left;
    }

    .t_com_flex {
        flex-direction: column;
    }

    .t_com_title {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 4em;
        text-align: right;
    }

    .t_com_left h2 {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 2em;
        text-align: right;
    }

    .t_com_left h3 {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.8;
        text-align: right;
    }

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

    .t_com_right {
        width: 90%;
        text-align: right;
        margin: 24px auto 0;
    }

    .brown_btn a {
        width: 200px;
        text-align: left;
        z-index: 1;
    }

    .brown_btn a .small {
        font-size: 10px;
    }

    .brown_btn a .big {
        font-size: 17px;
    }

    .index_wave {
        height: 10vh;
    }

    .top_service_inner {
        width: 90%;
        padding: 1em 0;
    }

    .title_small {
        font-size: 20px;
    }

    .title_big {
        font-size: 40px;
    }

    .title_comment {
        font-size: 12px;
    }

    .index_wave_green {
        height: 10vh;
    }

    .top_recruit_container {
        width: 90%;
        margin: 3em auto;
    }

    .top_recruit_inner {
        flex-direction: column;
    }

    .t_rec_left {
        width: 100%;
    }

    .t_rec_right {
        width: 100%;
    }

    .t_rec_right img {
        margin: 2em 0;
        box-shadow: 0px 0px 9px 2px rgba(104, 104, 104, .2);
    }

    .index_wave_white {
        height: 10vh;
    }

    .top_contact_inner {
        width: 90%;
        padding: 3em 0;
    }

    .title_light_small {
        width: 100%;
        font-size: 12px;
    }

    .top_contact_flex {
        justify-content: space-between;
        margin: 3em auto;
    }

    .white_btn a {
        color: #77bac0;
        background: #fff;
        width: 176px;
    }

    .white_btn a .small {
        font-size: 9px;
    }

    .white_btn a .big {
        font-size: 13px;
    }

    .white_btn a::after {
        content: none;
    }

    .btn_half a {
        width: 176px;
    }

    .btn_half a .small {
        font-size: 9px !important;
    }

    .btn_half a .big {
        font-size: 13px !important;
    }

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

    .company_inner {
        margin: 1em auto;
        padding: 2em;
    }

    .com_box {
        margin: 1em auto;
    }

    .com_flex {
        margin: 1em 0;
    }

    .com_left {
        width: 30%;
        font-size: 12px;
    }

    .com_right {
        width: 90%;
        line-height: 1.8;
        font-size: 12px;
    }

    .map {
        width: 100%;
        height: 45vh;
    }

    .service_container {
        width: 90%;
        margin: 1em auto;
    }

    .service_right {
        width: 100%;
        margin: 0 auto;
    }

    .service_comment {
        bottom: auto;
        top: 0;
        padding: 12px 20px;
        border-radius: 25px 0 25px 0;
    }

    .title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .comment {
        font-weight: 700;
        line-height: 1.5;
        font-size: 12px;
        letter-spacing: 1px;
        margin: 2em 0;
    }

    .service_kinds {
        border: 2px solid #56909a;
        padding: 8px 0;
        font-size: 11px;
        width: calc(100% / 3 - 4px);
    }

    .service_kind {
        margin: 1em 0;
    }

    .service_inner_container {
        margin-bottom: 5em;
    }

    .works_hp::after,
    .works_video::after {
        font-size: 11px;
    }

    .hp_works_inner,
    .video_works_inner {
        flex-direction: column;
    }

    .hp_works_box {
        width: 100%;
        margin-bottom: 2em;
    }

    .hp_works_title {
        font-size: 11px;
    }

    .video_works_box {
        width: 100%;
        height: 230px;
        margin-bottom: 2em;
    }
    .video_works_title{
        font-size: 11px;
    }

    .service_kind .alone {
        width: calc(100% / 3* 2);
    }

    .service_kind .a_link a {
        width: 220px;
    }

    .service_kind .a_link a .small {
        font-size: 10px;
    }

    .service_kind .a_link a .big {
        font-size: 18px;
    }

    .service_inner {
        margin: 0 auto;
    }

    .contact_container {
        width: 90%;
        margin: 1em auto;
    }

    .contact_inner {
        margin: 1em 0;
    }

    .contact_right {
        width: 100%;
        margin: 0 auto;
    }

    .contact_form {
        padding: 2em 1.5em;
    }

    .contact_form_title {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .contact_form_box {
        flex-wrap: wrap;
    }

    .radio {
        width: calc(100% / 2);
    }

    .radio_label {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 11px;
    }

    .option_input {
        width: 20px;
        height: 18px;
    }

    .option_input::before {
        width: 15px;
        height: 15px;
    }

    .option_input::after {
        width: 10px;
        height: 10px;
    }

    .contact_form_inner {
        margin-bottom: 1.8em;
    }

    .contact_input {
        line-height: 2;
        border-radius: 50px;
    }

    .contact_text {
        border-radius: 25px;
    }

    .checkbox-1 label {
        font-size: 13px;
    }

    .caution {
        font-size: 13px;
    }

    .green_btn {
        margin: 3em auto;
    }

    .submit_btn .small {
        font-size: 10px;
    }

    .submit_btn .big {
        font-size: 17px;
    }

    .error_msg {
        font-size: 13px;
        margin-left: 1em;
    }

    .thanksMessage {
        font-size: 14px;
    }

}