@charset "UTF-8";

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

* {
    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;
}

main {}

h1 {
    font-size: 1em;
}

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

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

li {
    list-style: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.flex {
    display: flex;
}

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

header

------------------------------------------------*/
header {}

.pc_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #FFF;
    padding: 0 3em;
}

.header_left {}

.header_left img {
    width: 70%;
}

.header_right {}

.pc_h_menu {}

.pc_h_menu ul {
    display: flex;
}

.pc_h_menu ul li {
    margin: 0 2em;
}

.pc_h_menu ul li a {}

.header_orange {
    padding: 8px 20px;
    background: #ffb54c;
    color: #fff;
    font-weight: 700;
}

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

footer

------------------------------------------------*/
footer {}

.footer_green {
    background: #72bbbe;
    position: relative;
    text-align: center;
    color: #FFF;
    padding: 3em 0 6em;
    ;
}

.footer_green_title {
    font-size: 2.604vw;
    font-weight: 700;
    border-bottom: 2px solid #FFF;
    display: inline-block;
    padding: 0 1em;
}

.footer_green_comment {
    font-size: 1.406vw;
    margin-top: .5em;
    font-weight: 700;
}

.footer_human {
    width: 9.896vw;
    position: absolute;
    bottom: 17%;
    right: 24%;
}

.footer_white {
    background: #FFF;
    width: 78%;
    margin: 0 auto;
    color: #000;
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2em 3em;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.footer_w_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_w_left {
    width: 45%;
}

.footer_w_text {
    text-align: left;
    font-size: 1.25vw;
    line-height: 1.8;
    font-weight: 700;
}

.footer_w_right {
    width: 45%;
}

.footer_btn_top {
    font-size: 1.042vw;
    letter-spacing: 15px;
}

.orange_footer_btn {
    background: #ffb54c;
    border: none;
    color: #FFF;
    font-size: 2.344vw;
    padding: .3em 2.5em;
    border-radius: 80px;
    font-weight: 700;
    cursor: pointer;
}

.footer_black {
    background: #333;
    color: #FFF;
    padding: 12em 0 4em;
}

.footer_b_flex {
    display: flex;
    width: 78%;
    margin: 0 auto;
}

.footer_b_left {
    width: 35%;
    border-right: 1px solid #FFF;
    padding-right: 1em;
}

.f_menu_title {
    font-weight: 700;
    font-size: 1.563vw;
    letter-spacing: 5px;
}

.f_menu_add {
    line-height: 2;
    font-size: 1.042vw;
}

.footer_menu {
    margin: 1em 0;
    font-size: 0.833vw;
}

.footer_menu li {
    padding: 4px 0;
}

.footer_menu li a {
    color: #FFF;
}

.f_b_flex {
    display: flex;
    font-size: 0.729vw;
    justify-content: space-between;
}

.f_b_flex p {}

.f_b_flex p a {
    color: #fff;
}

.footer_b_right {
    width: 65%;
    padding: 0 0 0 3em;
}

.footer_recruit_box {
    background: url(../img/eye_catch_recruit.jpg);
    height: 13vh;
    background-size: cover;
    background-position: 0 75%;
    position: relative;
    color: #fff;
}

.footer_recruit_inner {
    border: 3px solid;
    height: 11vh;
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.f_r_flex {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.f_r_left {
    font-size: 2.344vw;
    font-weight: 700;
    letter-spacing: 4px;
}

.f_r_left p {}

.f_r_right {}

.f_r_title {
    font-weight: 700;
    font-size: 1.146vw;
}

.f_r_small {
    font-size: 0.729vw;
}

.f_r_small::after {
    content: "→";
    background-color: #ffb54c;
    padding: 2px 5px;
    border-radius: 50px;
    margin-left: 6px;
    font-weight: 700;
}

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

index

------------------------------------------------*/
.top_eye_catch_container {
    position: relative;
}

.top_eye_catch_container img {}

.top_catch_inner {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

.top_catch_copy {
    font-size: 3.906vw;
    color: #FFF;
    background: linear-gradient(transparent 50%, #72bbbe 60%);
}

.top_about_container {
    margin: 5em 0;
}

.top_about_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_about_left {
    width: 40%;
    margin-left: 14em;
}

.top_title {
    width: 31.25vw;
}

.top_logo {
    width: 50%;
    margin: 4em 0 3em;
}

.top_about_title {
    font-size: 2.24vw;
}

.top_about_text {
    font-weight: 500;
    margin: 2em 0 3em;
    font-size: 0.833vw;
}

.more_orange_box {}

.more_orange_text {
    font-size: 1.042vw;
    font-weight: 700;
    position: relative;
}

.more_orange_text::after {
    content: '→';
    background: #ffb54c;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 13px;
}

.more_orange_text a {}

.top_about_right {}

.top_about_right img {}

.top_service_container {
    background-image: linear-gradient(90deg, rgba(114, 187, 190, 1) 50%, rgba(114, 187, 190, 0.1));
}

.top_service_inner {
    width: 78%;
    margin: 0 auto;
    padding: 4em 0 5em;
}

.top_service_comment {
    font-weight: 700;
    color: #FFF;
    font-size: 1.719vw;
}

.top_service_box {
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 5px;
    position: relative;
    margin-top: 3em;
    margin-left: 1em;
    font-size: 1.042vw;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.top_service_title {
    position: absolute;
    right: 0;
    left: 0;
    top: -0.7em;
    margin-left: -1em;
    font-size: 1.146vw;
}

.top_service_title span {
    padding: 0.1em 0.5em;
    background: #ffb54c;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
}

.top_service_text {
    padding: 1.5em 1em 2em;
    line-height: 1.8;
}

.more_green_box {
    text-align: center;
    margin: 3em 0;
}

.more_g_text {
    display: inline-block;
    background: #FFF;
    padding: 10px 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 1.042vw;
    font-weight: 700;
}

.more_g_text::after {
    content: '→';
    background: #72bbbe;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: 12px;
}

.more_g_text a {}

.top_process_container {
    width: 78%;
    margin: 8em auto 10em;
}

.top_process_comment {
    font-size: 1.406vw;
    font-weight: 700;
    margin: 2em 0;
}

.top_process_box {
    display: flex;
}

.top_process_inner {
    width: 30%;
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5em 3% 3em;
}

.top_process_inner img {
    width: 45%;
    margin: 0 auto;
}

.top_process_title {
    text-align: center;
    font-weight: 700;
    font-size: 1.25vw;
    margin: 1em 0;
}

.top_process_text {
    font-size: 0.938vw;
}

.top_process_dot {
    width: 5%;
}

.more_box {
    text-align: center;
    margin: 6em 0;
}

.more_text {
    display: inline-block;
    background: #72bbbe;
    padding: 10px 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 1.042vw;
    font-weight: 700;
    color: #FFF;
}

.more_text::after {
    content: '→';
    background: #FFF;
    color: #72bbbe;
    padding: 5px 10px;
    border-radius: 25px;
    margin-left: 12px;
}

.more_text a {}

.top_case_container {
    background-color: #f2f2f2;
}

.top_case_inner {
    width: 78%;
    margin: 0 auto;
    padding: 8em 0;
}

.top_case_flex {
    display: flex;
    margin: 2em 0;
    align-items: end;
}

.top_case_comment {
    width: 50%;
    font-weight: 700;
    font-size: 1.563vw;
}

.top_cases_right {
    width: 50%;
}

.margin_0 {
    margin: 0;
}

.top_cases_box {
    display: flex;
    justify-content: space-between;
}

.top_cases_inner {
    width: 48%;
}

.top_cases_inner img {}

.top_cases_inner p {
    font-size: 1.25vw;
    margin: .5em 0;
}

.top_img_container {
    height: 34vh;
}

.top_img_container img {
    height: 100%;
    object-fit: cover;
    object-position: 0 14%;
}

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

child_common

------------------------------------------------*/
.child_eye_catch {
    position: relative;
    margin-top: 70px;
}

.child_eye_catch img {}

.child_eye_catch_inner {
    position: absolute;
    bottom: 0;
    left: 11%;
}

.child_flex {
    display: flex;
    color: #FFF;
    align-items: baseline;
}

.child_big {
    font-size: 7.031vw;
    font-weight: 700;
}

.child_small {
    font-size: 3.125vw;
    letter-spacing: 5px;
    font-weight: 700;
}

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

about_us

------------------------------------------------*/
.about_top_container {}

.about_top_flex {
    display: flex;
    width: 78%;
    margin: 2em auto;
    align-items: center;
}

.about_top_logo {
    width: 50%;
    padding: 3em;
}

.about_top_right {
    width: 50%;
}

.under_orange {
    font-size: 2.604vw;
    background: linear-gradient(transparent 53%, #ffb54c 60%);
    display: inline-block;
}

.about_top_inner {
    text-align: center;
}

.about_top_inner p {
    font-weight: 700;
    font-size: 1.563vw;
    line-height: 1.8;
    margin: 2em auto;
}

.about_manager_container {
    margin: 9em 0;
    background-image: linear-gradient(90deg, rgba(114, 187, 190, 1) 50%, rgba(114, 187, 190, 0.1));
}

.about_manager_inner {
    display: flex;
    justify-content: space-between;
    padding: 9em 0;
    align-items: center;
}

.about_manager_left {
    color: #FFF;
    margin: 0 9%;
}

.about_manager_title {
    font-weight: 700;
    font-size: 2.604vw;
    background: linear-gradient(transparent 53%, #ffb54c 60%);
    display: inline-block;
    padding-right: 3em;
}

.about_manager_comment {
    font-weight: 700;
    font-size: 1.146vw;
    margin: 2em 0;
}

.about_manager_right {}

.about_manager_right img {}

.about_company_container {
    width: 78%;
    margin: 6em auto;
}

.about_company_title {
    font-size: 2.344vw;
    font-weight: 700;
    border-bottom: 1.563vw solid #72bbbe;
    display: inline-block;
    padding-right: 3em;
}

.about_company_flex {
    display: flex;
}

.about_company_left {
    width: 50%;
}

.about_company_table {
    margin: 4em 0;
    font-size: 1.146vw;
}

.about_company_table tr {}

.about_company_table tr td {}

.about_table_left {
    width: 30%;
    padding: .2em 0;
    vertical-align: top;
}

.about_table_right {
    line-height: 1.8;
}

.about_company_right {
    width: 50%;
}

.about_map {
    width: 100%;
    height: 100%;
    padding: 4%;
}

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

service

------------------------------------------------*/
.service_top_container {
    width: 78%;
    margin: 6em auto 15em;
}

.service_top_title {}

.service_top_title img {
    width: 42%;
}

.service_top_comment {
    font-weight: 700;
    font-size: 2.083vw;
}

.service_top_inner {}

.service_chat_container {
    background: #72bbbe;
    position: relative;
    padding: 3em 0;
}

.service_chat_inner {
    width: 78%;
    margin: 0 auto;
}

.service_chat_square {
    background: #FFF;
    width: 78%;
    margin: 0 0 0 auto;
    border-radius: 15px;
    padding: 3em;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.service_chat_title {
    font-size: 2.083vw;
    border-bottom: 5px solid #ffb54c;
    display: inline-block;
    padding-right: 1em;
    margin-bottom: .5em;
}

.service_chat_flex {
    display: flex;
    justify-content: space-between;
}

.service_chat_left {}

.service_chat_left p {
    font-size: 1.25vw;
}

.service_chat_right {}

.service_chat_btn_top {
    font-size: 0.938vw;
    letter-spacing: 0.573vw;
}

.service_chat_btn {
    background: #ffb54c;
    border: none;
    color: #FFF;
    font-size: 1.458vw;
    padding: .3em 2.5em;
    border-radius: 80px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.service_chat_human {
    width: 19.271vw;
    position: absolute;
    bottom: 0;
    left: 11%;
}

.service_process_container {
    background: #f2f2f2;
    padding: 6em 0;
}

.service_process_inner {
    width: 78%;
    margin: 0 auto;
}

.service_process_img {
    width: 42%;
}

.service_process_box {
    margin: 4em 0;
}

.service_process_square {
    background: #FFF;
    border-radius: 30px;
}

.service_p_flex {
    display: flex;
}

.service_p_left {
    width: 20%;
    padding: 4%;
}

.s_p_img {}

.service_p_right {
    width: 80%;
    padding: 4% 0;
}

.s_p_title {
    font-weight: 700;
    font-size: 1.563vw;
    margin-bottom: .3em;
}

.s_p_comment {
    font-size: 1.042vw;
}

.service_dot_img {
    width: 5%;
    margin: 1% 2% 1% 7%;
}


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

cases

------------------------------------------------*/
.cases_top_container {
    width: 78%;
    margin: 8em auto 3em;
}

.cases_title_img {
    width: 42%;
}

.cases_title_comment {
    font-size: 2.083vw;
    font-weight: 700;
}

.cases_list_container {
    width: 78%;
    margin: 0 auto;
}

.cases_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8em;
}

.cases_box {
    width: 45%;
}

.cases_img {}

.cases_comment {
    font-size: 1.302vw;
}

.cases_more_inner {
    margin: 5em 0 15em;
    text-align: center;
}

.case_more_btn {
    border: none;
    background: #72bbbe;
    color: #FFF;
    font-size: 1.146vw;
    font-weight: 700;
    padding: 0.3em 2.5em;
    border-radius: 50px;
    position: relative;
    letter-spacing: 2px;
    cursor: pointer;
}

.case_more_btn::after {
    content: '→';
    background: #fff;
    color: #72bbbe;
    border-radius: 50px;
    position: absolute;
    padding: 2px 4px;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}

.more_case_container {}

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

recruit

------------------------------------------------*/
.recruit_container {
    background: #f8f8f8;
}

.recruit_title {
    background: #72bbbe;
    display: inline-block;
    color: #FFF;
    padding: 0.5em 2em;
    font-size: 1.198vw;
    font-weight: 700;
    border-radius: 50px;
}

.recruit_inner {
    width: 78%;
    margin: 0 auto;
    padding: 12em 0;
}

.recruit_list_container {
    background: #FFF;
    padding: 3em;
    margin: 2em 0;
    border-radius: 20px;
}

.recruit_list {
    font-size: 1.042vw;
}

.recruit_list::before {
    content: '●';
    color: #72bbbe;
}

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

contact

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

.contact_logo {
    width: 28.646vw;
    margin: 4em auto;
}

.contact_form_container {
    width: 30%;
    margin: 0 auto;
}

.half_container {
    display: flex;
    justify-content: space-between;
    padding: .5em 0;
}

.half_input {
    width: calc(100% / 2 - 7px);
    border: 1px solid;
    padding: 12px;
    border-radius: 10px;
}

.error_msg {
    color: #ff1111;
}

.full_container {
    padding: .5em 0;
}

.full_input {
    width: 100%;
    border: 1px solid;
    padding: 12px;
    border-radius: 10px;
}

.textarea_container {
    padding: .5em 0;
}

.textarea_container textarea {
    width: 100%;
    border: 1px solid;
    padding: 12px;
    border-radius: 10px;
}

.contact_btn_container {
    text-align: center;
}

.submit_btn {
    background-color: #72bbbe;
    font-weight: 700;
    font-size: 1.042vw;
    color: #FFF;
    padding: .8em 4em;
    border-radius: 50px;
    margin: 3em auto;
    position: relative;
    cursor: pointer;
    border: none;
}

.submit_btn::after {
    content: "→";
    background-color: #FFF;
    color: #72bbbe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    padding: 10px;
    border-radius: 50px;
}

.confirm_comment {
    text-align: center;
    font-size: 1.406vw;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 5em;
}

.contact_confirm_container {}

.confirm_inner {
    width: 100%;
    font-size: 0.99vw;
}

.confirm_title {
    width: 40%;
    min-width: 190px;
    padding: 1em 0;
}

.confirm_title p {}

.confirm_detail {
    width: 60%;
    padding: 1em 0;
}

.confirm_detail p {}

.confirm_btn_box {
    text-align: center;
}

.back_btn {
    background-color: #e3e3e3;
    font-weight: 700;
    font-size: 1.042vw;
    padding: .8em 4em;
    border-radius: 50px;
    position: relative;
    margin: 5em auto .5em;
    border: none;
    cursor: pointer;
}

.back_btn::before {
    content: "←";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    padding: 10px;
    border-radius: 50px;
}

.confirm_btn {
    background-color: #72bbbe;
    font-weight: 700;
    font-size: 1.042vw;
    color: #fff;
    padding: .8em 4em;
    border-radius: 50px;
    position: relative;
    margin: .5em auto;
    border: none;
    cursor: pointer;
}

.confirm_btn::after {
    content: "→";
    background-color: #FFF;
    color: #72bbbe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    padding: 10px;
    border-radius: 50px;
}

.contact_complete_container {}

.contact_thanks {
    text-align: center;
    font-size: 2.292vw;
    font-weight: 700;
    letter-spacing: 14px;
    color: #72bbbe;
}

.contact_thanks_message {
    text-align: center;
    font-size: 1.146vw;
    margin-top: 2em;
    line-height: 1.8;
}

.contact_back_brn_container {
    text-align: center;
    margin-top: 10em;
}

.contact_back_brn_container a {
    background-color: #333;
    font-weight: 700;
    font-size: 1.042vw;
    padding: .8em 4em;
    border-radius: 50px;
    position: relative;
    margin: 5em auto .5em;
    color: #FFF;
}

.contact_back_brn_container a::before {
    content: "←";
    background-color: #fff;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    padding: 10px 15px;
    border-radius: 50px;
}

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

privacy_policy

------------------------------------------------*/
.privacy_policy_container {}

.pp_inner {
    width: 78%;
    margin: 12em auto;
}

.pp_title_img {
    width: 46%;
    margin-bottom: 10em;
}

.pp_box {
    margin: 5em 0;
}

.pp_title {
    font-size: 1.563vw;
    font-weight: 700;
    margin: 2em 0;
}

.pp_title::before {
    content: '■';
    color: #72bbbe;
}

.pp_comment {}

.pp_comment p {
    font-size: 1.042vw;
    line-height: 3;
    font-weight: 700;
}

/*********************************************

responsive

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

    .sp {
        display: block;
    }

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

    /*********************************
    sp_menu
    *********************************/
    .sp_menu {
        background-color: #1a1a1a;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .sp_header_logo {
        width: 135px;
    }

    .menu-icon {
        width: 40px;
        height: 40px;
        cursor: pointer;
        padding: 5px;
    }

    /* メニュー初期状態（非表示） */
    .fullscreen-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #333;
        color: #FFF;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 999;
        opacity: 0;
        transition: opacity 0.5s;
    }

    /* ✕ボタン */
    .close-btn {
        position: absolute;
        top: 0;
        right: 3%;
        font-size: 40px;
        cursor: pointer;
        color: #FFF;
        font-weight: 700;
    }

    /* メニューリスト */
    .menu-list {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .menu-list li {
        margin: 20px auto;
    }

    .menu-list a {
        color: #FFF;
        text-decoration: none;
        font-size: 24px;
        font-weight: 700;
    }

    .head_btn {
        width: 80%;
    }

    .head_btn a {
        color: #fff;
    }

    .sp_menu_logo img {
        width: 50%;
        margin: 0 auto;
    }

    /*********************************
    sp_footer
    *********************************/
    .footer_black {
        background: #333;
        color: #FFF;
        padding: 1em 0 4em;
    }

    .footer_b_flex {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .footer_b_left {
        width: 100%;
        border-right: none;
        padding-right: 0;
        border-top: 1px solid #FFF;
        padding-top: 1em;
    }

    .f_menu_title {
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 5px;
    }

    .f_menu_add {
        line-height: 2;
        font-size: 13px;
    }

    .f_b_flex p {
        font-size: 10px;
    }

    .footer_b_right {
        width: 100%;
        padding: 0;
    }

    .f_r_flex {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        justify-content: center;
    }

    .f_r_left {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 4px;
    }

    /*********************************
    index
    *********************************/
    .top_eye_catch_container img {
        height: 40vh;
        width: 100%;
        object-fit: cover;
        object-position: right;
    }

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

    .top_catch_inner img {
        width: 250px;
        height: auto;
    }

    .top_about_container {
        margin: 5em 0 0;
    }

    .top_about_flex {
        flex-direction: column;
    }

    .top_about_left {
        width: 100%;
        margin-left: 0;
    }

    .top_title {
        width: 250px;
        margin: 0 auto 1em;
    }

    .top_about_title {
        font-size: 23px;
        text-align: center;
    }

    .top_about_text {
        font-weight: 500;
        margin: 2em 0 3em;
        font-size: 14px;
        text-align: center;
    }

    .top_about_right {
        height: 20vh;
        width: 100%;
    }

    .top_about_right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .more_box {
        text-align: center;
        margin: 3em 0;
    }

    .more_text {
        padding: 10px 30px;
        font-size: 16px;
    }

    .more_chat_container {
        background: #72bbbe;
        color: #FFF;
        padding-bottom: 5%;
    }

    .more_chat_green {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        position: relative;
    }

    .footer_green_title {
        font-size: 20px;
        display: block;
        padding: 0;
    }

    .footer_green_comment {
        font-size: 10px;
    }

    .footer_human {
        width: 140px;
        bottom: 0;
        right: 0;
    }

    .more_chat_white {
        background: #FFF;
        color: #000;
        width: 90%;
        margin: 0 auto;
        border-radius: 15px;
        padding: 7% 0;
    }

    .footer_w_text {
        font-size: 13px;
        text-align: center;
    }

    .footer_w_right {
        width: 100%;
        text-align: center;
        margin: 4% 0 0;
    }

    .footer_btn_top {
        font-size: 13px;
        letter-spacing: 7px;
        text-align: center;
    }

    .orange_footer_btn {
        font-size: 20px;
        margin: 0 auto;
    }

    .top_service_container {
        background-color: #FFF;
        background-image: none;
    }

    .top_service_inner {
        width: 90%;
        margin: 0 auto;
        padding: 4em 0 4em;
    }

    .top_service_box {
        border: 1px solid #FFF;
        background: #FFF;
        border-radius: 5px;
        position: relative;
        margin-top: 1em;
        margin-left: 0;
        font-size: 20px;
        box-shadow: none;
    }

    .top_service_title {
        position: static;
        margin-left: 0;
        text-align: center;
        font-size: 16px;
    }

    .top_service_title span {
        padding: 0.3em 1.5em;
    }

    .top_service_text {
        padding: 12px 0;
        line-height: 1.8;
        font-size: 12px;
        text-align: center;
    }

    .top_process_container {
        width: 100%;
        margin: 0 auto;
        background: #f2f2f2;
        padding: 4em 0 2em;
    }

    .top_process_comment {
        font-size: 12px;
        font-weight: 700;
        margin: 2em auto;
        text-align: center;
        width: 90%;
    }

    .top_process_box {
        display: flex;
        flex-direction: column;
    }

    .top_process_inner {
        width: 90%;
        background: #FFF;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 5% 2%;
        margin: 0 auto;
        display: flex;
    }

    .top_process_inner img {
        width: 23%;
        padding: 3%;
        margin: 0 auto;
    }

    .top_process_80 {
        width: 80%;
    }

    .top_process_title {
        text-align: left;
        font-weight: 700;
        font-size: 17px;
        margin: 2% 0;
    }

    .top_process_text {
        font-size: 10px;
    }

    .top_process_dot {
        width: 10%;
        transform: rotate(90deg);
        margin: 0 auto;
    }

    .top_case_container {
        background-color: #FFF;
    }

    .top_case_inner {
        width: 90%;
        margin: 0 auto;
        padding: 4em 0;
    }

    .top_title_cases {
        width: 180px;
    }

    .top_case_flex {
        display: flex;
        margin: 2em 0;
        align-items: end;
        flex-direction: column;
    }

    .top_case_comment {
        width: 100%;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
    }

    .top_cases_inner p {
        font-size: 10px;
        margin: .5em 0;
    }

    /*********************************
    common
    *********************************/
    .child_eye_catch {
        margin-top: 0;
        padding-top: 7em;
    }

    .child_eye_catch_img {
        width: 85%;
    }

    .child_big {
        font-size: 25px;
        font-weight: 700;
        color: #72bbbe;
        margin-left: 55px;
    }

    /*********************************
    about_us
    *********************************/
    .about_top_flex {
        width: 90%;
        margin: 4em auto 0;
        align-items: center;
        flex-direction: column;
    }
    .about_top_logo {
        width: 70%;
        padding: 0em;
    }
    .about_top_right {
        width: 100%;
        text-align: center;
        padding: 2em 0;
    }
    .under_orange {
        font-size: 25px;
        background: 0;
        display: inline-block;
    }
    .about_top_inner {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .about_top_inner p {
        font-weight: 700;
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
    }
    .about_manager_container {
        margin: 4em 0;
        background-image: linear-gradient(360deg, rgba(114, 187, 190, 1) 60%, rgba(255, 255, 255, 0.1));
    }
    .about_manager_inner {
        padding: 4em 0;
        align-items: center;
        flex-direction: column-reverse;
    }
    .about_manager_left {
        color: #FFF;
        margin: 3em auto 0;
        width: 90%;
    }

    .about_manager_title {
        font-weight: 700;
        font-size: 25px;
        background: 0;
        display: block;
        padding-right: 0;
        text-align: center;
    }
    .about_manager_comment {
        font-weight: 700;
        font-size: 16px;
        margin: 2em 0;
    }
    .about_manager_right {
        width: 90%;
    }
    .about_company_container {
        width: 90%;
        margin: 4em auto;
    }
    .about_company_title {
        font-size: 25px;
        font-weight: 700;
        border-bottom: none;
        border-left: 10px solid #72bbbe;
        display: inline-block;
        padding-right: 0;
        padding-left: 12px;
    }
    .about_company_flex {
        display: flex;
        flex-direction: column;
    }
    .about_company_table {
        margin: 1em 0;
        font-size: 14px;
    }
    .about_company_right {
        width: 100%;
        height: 32vh;
    }
    .about_map{
        padding: 0em;
    }
    /*********************************
    service
    *********************************/
    .service_top_container {
        width: 90%;
        margin: 2em auto 4em;
    }
    .service_top_comment {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
    }
    .service_top_inner {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
        margin-top: 2em;
    }
    .service_top_title{
        position: absolute;
        top: -1em;
    }
    .service_top_text{
        padding: 27px 5px 10px;
    }
    .service_chat_container {
        background: #72bbbe;
        position: relative;
        padding: 2em 0;
    }
    .service_chat_inner {
        width: 98%;
        margin: 0 auto;
    }
    .service_chat_square {
        background: #FFF;
        width: 80%;
        margin: 0 0 0 auto;
        border-radius: 15px;
        padding: 1em .5em;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .service_chat_title {
        font-size: 16px;
        border-bottom: 5px solid #ffb54c;
        display: inline-block;
        padding-right: 0;
        margin-bottom: .5em;
        font-weight: 700;
    }
    .service_chat_flex{
        flex-direction: column;
    }
    .service_chat_left p {
        font-size: 11px;
    }
    .service_chat_right {
        text-align: center;
        margin-top: 13px;
    }
    .service_chat_btn_top {
        font-size: 11px;
        letter-spacing: 5px;
    }
    .service_chat_btn {
        background: #ffb54c;
        border: none;
        color: #FFF;
        font-size: 16px;
        padding: .5em 1.8em;
        border-radius: 80px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .service_chat_human {
        width: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .service_process_container {
        background: #FFF;
        padding: 2em 0;
    }
    .service_process_inner {
        width: 90%;
        margin: 0 auto;
    }
    .service_process_img {
        width: 55%;
        margin: 0 auto;
    }
    .service_process_box {
        margin: 2em 0 4em;
    }
    .service_process_square {
        background: #FFF;
        border-radius: 10px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .service_p_left {
        width: 20%;
        padding: 10px;
    }
    .service_p_right {
        width: 80%;
        padding: 10px;
    }
    .s_p_title {
        font-weight: 700;
        font-size: 17px;
        margin-bottom: .3em;
    }
    .s_p_comment {
        font-size: 14px;
    }
    .service_dot_img {
        width: 10%;
        margin: 5px auto;
    }
    /*********************************
    cases
    *********************************/
    .cases{
        width: 55%;
    }
    .cases_top_container {
        width: 90%;
        margin: 1em auto 2em;
    }
    .cases_title_comment {
        font-size: 16px;
        font-weight: 700;
    }
    .cases_list_container {
        width: 90%;
        margin: 0 auto;
    }
    .cases_flex{
        margin-bottom: 0;
    flex-direction: column;
    }
    .cases_box {
        width: 100%;
        margin-bottom: 3em;
    }
    .cases_comment {
        font-size: 16px;
    }
    .cases_more_inner {
        margin: 1em 0 8em;
        text-align: center;
    }
    .case_more_btn{
        font-size: 18px;
    }
    .more_case_container {
        margin: 0 auto 5em;
    }
    /*********************************
    recruit
    *********************************/
    .recruit_inner {
        width: 90%;
        margin: 0 auto;
        padding: 4em 0;
        text-align: center;
    }
    .recruit_title {
        background: #72bbbe;
        display: inline-block;
        color: #FFF;
        padding: 5px 50px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 15px;
    }
    .recruit_list_container {
        background: #FFF;
        padding: 3em 1em;
        margin: -18px 0 50px;
        border-radius: 15px;
    }
    .recruit_list {
        font-size: 16px;
    }
    /*********************************
    contact
    *********************************/
    .contact_logo {
        width: 60%;
        margin: 4em auto;
    }
    .contact_form_container {
        width: 90%;
        margin: 0 auto;
    }
    .submit_btn{
        font-size: 16px;
    }
}