@charset 'UTF-8';
@font-face
{
    font-family: 'Roboto';
    font-weight: 100;

    src: local('Roboto Medium');
}
@font-face
{
    font-family: 'Roboto';
    font-weight: 200;

    src: local('Roboto Medium');
}
@font-face
{
    font-family: 'Roboto';
    font-weight: 300;

    src: local('Roboto Medium');
}
@font-face
{
    font-family: 'Roboto';
    font-weight: 400;

    src: local('Roboto Medium');
}
@font-face
{
    font-family: 'Roboto';
    font-weight: 500;

    src: local('Roboto Medium');
}
@font-face
{
    font-family: 'Roboto';
    font-weight: bold;

    src: local('Roboto Bold');
}
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
 abbr[title]
 {
    text-decoration: underline;
    text-decoration: underline dotted;
}

audio:not([controls])
{
    display: none;
}
body {
  overflow: hidden;
}
b,
strong
{
    font-weight: bolder;
}

button
{
    overflow: visible;

    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
button:-moz-focusring,
input:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

button,
select
{
    text-transform: none;
}

details
{
    display: block;
}

hr
{
    overflow: visible;
}

html
{
    overflow-y: scroll;

    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-size-adjust: 100%;
}

input[type='button'],
input[type='reset'],
input[type='submit']
{
    -webkit-appearance: button;
}
input[type='number']
{
    width: auto;
}
input[type='search']
{
    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

main
{
    display: block;
}

pre
{
    overflow: auto;
}

progress
{
    display: inline-block;
}

summary
{
    display: block;
}

svg:not(:root)
{
    overflow: hidden;
}

template
{
    display: none;
}

textarea
{
    overflow: auto;
}

[hidden]
{
    display: none;
}

/*
 * Universal inheritance
 */
 *,
 ::before,
 ::after
 {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

*
{
    font-size: inherit;
    line-height: inherit;
}

::before,
::after
{
    vertical-align: inherit;
    text-decoration: inherit;
}

button,
input,
select,
textarea
{
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}

/*
 * Opinionated defaults
 */
 *
 {
    margin: 0;
    padding: 0;
}

*,
::before,
::after
{
    border-width: 0;
    border-style: solid;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex]
{
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

select
{
   -moz-appearance: none;
   -webkit-appearance: none;
}
select::-ms-expand
{
    display: none;
}
select::-ms-value
{
    color: currentColor;
}

svg
{
    fill: currentColor;
}

[aria-busy='true']
{
    cursor: progress;
}

[aria-controls]
{
    cursor: pointer;
}

[aria-disabled]
{
    cursor: default;
}

[hidden][aria-hidden='false']
{
    position: absolute;

    display: inherit;
    clip: rect(0 0 0 0);
}
[hidden][aria-hidden='false']:focus
{
    clip: auto;
}

/*
 * Configurable defaults
 */
 *
 {
    background-repeat: no-repeat;
}

:root
{
    font: 100%/1.5 sans-serif;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    cursor: default;

    color: #000;
    background-color: #fff;
}

a
{
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: middle;
}

button,
input,
select,
textarea
{
    color: inherit;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea
{
    min-height: 1.5em;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
}

nav ol,
nav ul
{
    list-style: none;
}

small
{
    font-size: 75%;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

textarea
{
    resize: vertical;
}

::-moz-selection
{
    color: #000;
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection
{
    color: #000;
    background-color: #b3d4fc;
    text-shadow: none;
}

:root
{
    font-size: 62.5%;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;

    color: #000;
}

a
{
    color: inherit;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}


ul
{
    list-style: none;
}

::-webkit-input-placeholder
{
    line-height: normal;
}

body
{
    font-weight: 500;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

.btn-more
{
    display: none;
}
@media screen and (max-width: 640px)
{
    .btn-more
    {
        display: block;
    }
}

.showhide1 {
	display: flex;
}
.showhide2 {
    display: flex;
}


footer .footer-image
{
    display: inline-block;

    width: 174px;
    height: auto;
    margin: 0 3px;
}


footer {
    background-color: #222654;
}
footer .footer
{
    width: 1220px;
    height: 480px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}
footer .footer:before,
footer .footer:after
{
    display: block;

    content: '';
}
footer .footer:after
{
    clear: both;
}
footer .footer .m-btn_footer
{
    float: left;

    width: 180px;
    margin-top: 15px;
}
footer .footer .m-btn_footer p a
{
    font-size: 13px;
    font-weight: 500;
    line-height: 33px;

    letter-spacing: .08em;
}
footer .footer .m-btn_footer p a:after
{
    top: 5.5px;
    right: 9px;
}

footer .footer .leftfooter {
    width:815px;
    float:left;
    display: flex;
}

footer .footer .leftfooter .logo{
    width: 360px;
    height: 320px;
    float: left;
    align-items: center;
    display: flex;
}

footer .footer .rightfooter {
    width:360px;
    float:right;
}

footer .footer .rightfooter .footermap {
    width: 360px !important;
    height: 360px !important;
    float: right;
}


footer .footer .f-info
{
    font-size: 12px;
    position: relative;
    padding-left: 80px;
    width: 360px;
    float: right;
    margin: auto;
    margin-right: 0px;
}
footer .footer .f-info li
{
    line-height: 20px;
    margin-top: 3.5px;

    letter-spacing: .08em;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #CCCCCC;
}
footer .footer .f-info li:first-child
{
    margin-top: 0;
}
footer .footer .f-info li br
{
    display: none;
}
footer .footer .f-info li span
{
    width: 105px;
    position: absolute;
    left: 0;

    text-align: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-left: -35px;
    color: #FFFFFF;
}

footer .copy
{
    text-align: center;
    letter-spacing: .08em;

    margin-top: -30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
    color: #CCCCCC;
}
footer .copy br
{
    display: none;
}

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

    footer .footer-image
    {
        width: 186px;
        height: auto;
        margin: 0;
    }
    footer .footer
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 40px 20px 0;
    }
    footer .footer .f-info
    {
        float: none;

        margin: 20px 0 0;
        padding-left: 75px;
    }
    footer .footer .f-info li
    {
        line-height: 18px;

        margin-top: 13px;

        letter-spacing: .08em;
    }
    footer .footer .f-info li br
    {
        display: inline;
    }
    footer .footer .m-btn_footer
    {
        float: none;

        width: 180px;
        margin: 25px auto 0;
    }
    footer .footer .m-btn_footer p a
    {
        line-height: 40px;

        letter-spacing: 0;
    }
    footer .footer .m-btn_footer p a:after
    {
        top: 9px;
        right: 8px;
    }
    footer .copy
    {
        font-size: 12px;
        line-height: 16px;

        margin-top: 35px;
    }
    footer .copy br
    {
        display: inline;
    }

    footer .footer .leftfooter {
        width:100%;
    }

    footer .footer .rightfooter {
        width:100%;
        justify-content: center;
        align-items: center;
        display: flex;
		padding-top: 20px;
    }

    footer .footer .rightfooter .footermap {
        width:100% !important;
        height: 220px !important;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 0px;
    }

    .showsp {
        display: flex;
    }
}
li p {
    line-height: 2.0;
}
body.body-index
{
    font-size: 15px;

    position: relative;

    width: 100%;
    min-width: 768px;
    height: 100%;
    /*padding: 10px;*/

    background-color: #ffffff;

    -webkit-font-smoothing: antialiased;
    margin: auto;

    line-height: 2.0;
}
body.body-index .t-shape
{
    position: absolute;
    top: 0;
    right: 20px;
}
@media screen and (max-width: 640px)
{
    body.body-index .t-shape
    {
        display: none;
    }
}

body.body-index {
    background-color: #E1E1E1;
}

body.body-index .main_content {
    width: 1440px;
    margin: auto;
    background-color: white;
}

body.body-index .header
{
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;

}

body.body-index .header .h-logo
{
    margin: 50px 0px 0px 80px;
    width: 240px;
}


body.body-index .top-menu {
    height: 64px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

body.body-index .top-menu .link_contact {

}
body.body-index .top-header-sp {
	display: none;
}
body.body-index .top-header {
    height: 810px;
    width: 100%;
    position: inherit;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: auto;
    /*-webkit-transform: scale(1.0)!important;*/
    /*-ms-transform: scale(1.0)!important;*/
    /*transform: scale(1.0)!important*/
}

.bg_top {
	background-image: url("../images/coding-man.png");
}

.spOnly {
	display: none !important;
}

.pcOnly {
    display: block;
}

.top-header .cover {
    text-align: center;
    background: rgba(20, 69, 118, 0.6);
    height: 810px;
    width: 100%;
}

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

.cover .title {
    font-weight: 200;
	color: white;
	font-size: 30px;
    line-height: 30px;
    height: 61px;
}
.cover .title2 {
    padding: 33px 0px;
    font-weight: 200;
	font-size: 52px;
    color: white;
    line-height: 54px;
}

.hightlight_1
{
    font-weight: 700;
    color: #FCFC0D;
    font-size: 52px;
    line-height: 54px;
}

.hightlight_2
{
    font-weight: 700;
    color: #FCFC0D;
    font-size: 64px;
    line-height: 64px;
}

body.body-index .top-header .title-header {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 200px;
    font-size: 38px;
    text-align: center;
    color: white;
    font-weight: 700;
}

body.body-index .title_point {
    color: #3E479B;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
    line-height: 1;
}

body.body-index .offshore_vn {
    margin: auto;
    width: 100%;
    height: 520px;
    padding-bottom: 10px;
    background: rgba(117, 176, 248, 0.1);
}

body.body-index .offshore_vn .area_content {
    width: 100%;
    height: 210px;
    margin-top: 30px;
}

body.body-index .offshore_vn .text_content {
    color: #3D3D3D;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
}

body.body-index .arrow-down {
     background-image: url(../images/arrow_bg.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 140px;
     height: 80px;
     justify-content: center;
     align-items: center;
     display: flex;
     position: relative;

 }

body.body-index .arrow-down .bg_arrow {
    height: auto;
    width: 100%;
    position: relative;
}

body.body-index .arrow-down .arrow {
    height: auto;
    width: 90%;
    margin-top: -35px;
    position: absolute;
}

body.body-index .ref_contact {
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

body.body-index .ref_contact .bt_contact{
    background-color: #FF3367;
    border-radius: 60px;
    padding: 18px 20px;
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    float: right;
    width: 480px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.body-index .ref_contact .bt_contact:hover{
    background-color: #FF7598;
    cursor: pointer;
    transform: scale(.97);
}

body.body-index .padding_header{
    padding-top: 96px;
}

body.body-index #select_gcode
{
    background-color: #F6F8F9;
}

body.body-index .select_gcode {
    background-color: #F6F8F9;
    margin: auto;
    width: 1024px;
    padding-bottom: 20px;
    padding-top: 20px;
}

body.body-index .gcode_committed {
    margin: auto;
    width: 100%;
    color: #333333;
}

body.body-index .gcode_committed .h_gcode_committed {
    height: 67px;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

body.body-index .gcode_committed .skill_content {
    width: 100%;
    display: flex;
    padding-top: 60px;
    width: 1060px;
    margin: auto;
}

body.body-index .gcode_committed .skill_content .size_image{
    width: 260px;
    height: auto;
}


body.body-index .gcode_committed .skill_content .skill_item1 {
    width: 300px;
    margin-right: 80px;
    margin-left: 0px;
}

body.body-index .gcode_committed .skill_content .skill_item2 {
    width: 300px;
    margin-right: 80px;
    margin-left: 0px;
}

body.body-index .gcode_committed .skill_content .skill_item3 {
    width: 300px;
    margin-left: 0px;
}

.gcode_offshore {
    width: 100%;
}

.gcode_offshore .introduce {
    width: 720px;
    height: 112px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    color: #3D3D3D;
    text-align: left;
    margin: auto;
    padding-top: 24px;
}

.gcode_offshore .content_area {
    width: 1200px;
    height: 558px;
    margin: auto;
    padding-top: 26px;
    margin-bottom: 50px;
}


.gcode_offshore .content_area .size_image {
    height: 280px;
    width: 420px;
}

.gcode_offshore .content_area .size_image_bridge {
    height: 140px;
    width: 358px;
    margin-left: 31px;
}

.gcode_offshore .content_area2 {
    width: 780px;
    height: 558px;
    float: right;
    position: relative;
    left: -30px;
}

.gcode_offshore .content_1 {
    width: 420px;
    height: 558px;
    float: left;
}

.gcode_offshore .content_area .title1 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: #FF8C3E;
    text-align: left;
    padding-top: 57px;
    line-height: 33px;
}


.gcode_offshore .content_2 {
    width: 420px;
    height: 558px;
    float: left;
    z-index: 2;
    position: absolute;
}

.gcode_offshore .content_area .title2 {
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: #FF8C3E;
    text-align: center;
    line-height: 33px;
}

.gcode_offshore .content_3 {
    width: 420px;
    height: 558px;
    float: right;
    z-index: 1;
    position: relative;
    left: 30px;
}

.gcode_offshore .content_area .title3 {
    color: #FF8C3E;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    padding-top: 20px;
    margin-left: 40px;
}

.gcode_offshore .content_area .content {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    padding-top: 20px;
}


.gcode_download {
    background-image: url("../images/meeting.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 800px;
    margin: auto;
    width: 100%;
}

.gcode_download .cover {
    background: rgba(53, 53, 53, 0.55);
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 800px;
    width: 100%;
}

.gcode_download .container {
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
}

.gcode_download .container .content {
    width: 960px;
    margin: auto;
}

.gcode_download .container .content .image_document {
    width: 400px;
    height: auto;
    float: left;
}

.gcode_download .container .content .download_document {
    width: 480px;
    height: auto;
    float: right;
    padding-top: 47px
}

.gcode_download .container .content .guide_download {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;

    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.gcode_download .container .content .text_present {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    text-align: center;

    color: #FF2424;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.gcode_choie {
    width: 100%;
    margin: auto;
}

.gcode_choie .reason_1 {
    width: 100%;
    height: 320px;
    margin-top: 60px;
}

.gcode_choie .reason_2 {
    width: 100%;
    height: 320px;
    margin-top: -20px;
    display: inline-flex;
}

.gcode_choie .reason_3 {
    width: 100%;
    height: 320px;
    margin-top: -20px;
    display: inline-flex;
}

.gcode_choie .image_container_left{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
}

.gcode_choie .image_container_left .area_image {
    width: 530px;
    height: 320px;
    float: right;
    display: flex;
    margin-right: 0px;
}

.gcode_choie .size_image{
    width: 480px;
    height: 320px;
    margin: auto;
}

.gcode_choie .image_container_right{
    width: 50%;
    height: 100%;
    float: right;
}

.gcode_choie .image_container_right .area_image{
    width: 530px;
    height: 320px;
    float: left;
    display: flex;
    margin: auto;
}

.gcode_choie .description_right {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
}

.gcode_choie .description_right .area_content {
    width: 530px;
}

.gcode_choie .description_left {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
}

.gcode_choie .description_left .area_content {
    width: 530px;
}
.gcode_choie .description_title {
    color: #3E479B;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-left: -10px;
}

.gcode_choie .description_content {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 15px;
}

.gcode_choie .description_content_right {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 15px;
    margin-left: -10px;
}

.gcode_choie .padding_contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

body.body-index .gcode_coremember {
    width: 1060px;
    margin: auto;
}

body.body-index .gcode_coremember .sideleft {
    width: 640px
}


body.body-index .gcode_coremember .sideright {
    width: 420px;
    display: grid;
}

body.body-index .gcode_coremember .title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #3D3D3D;
}

body.body-index .gcode_coremember .number_phone {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    text-align: center;
    color: #FF8C3E;
    padding-top: 20px;
}

body.body-index .gcode_coremember .duration_time {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #3D3D3D;
    padding-top: 10px;
}

body.body-index .gcode_coremember .area_phone {
    display: flex;
    width: 100%;
    height: 200px;
    margin: auto;
    background: #FFEEE2;
    border-radius: 20px;
}

body.body-index .gcode_coremember .area_mail {
    display: flex;
    width: 100%;
    height: 200px;
    margin: auto;
    background: #FFF7E2;
    border-radius: 20px;
}

body.body-index .gcode_coremember .size_image {
    height: auto;
    width: 640px;
    margin-top: -30px
}

body.body-index .gcode_coremember .ref_contact_height {
    height: 80px;
    margin-top: 20px;
}

body.body-index .gcode_coremember .ref_contact_size {
    width: 380px;
    height: 80px;
}

body.body-index #flowinquiry {
    background-color: #F6F8F9;
}

body.body-index .flowinquiry {
    margin: auto;
    width: 1024px;
    padding-top: 10px;
    padding-bottom: 50px;
}

body.body-index .flowinquiry .content_flow{
    width: 100%;
    display: flex;
    padding-top: 35px;
}

body.body-index .flowinquiry .content_flow .area_flow{
    width: 313px;
}

body.body-index #gcode_qa {

}


body.body-index .gcode_qa {
    margin: auto;
    width: 100%;
    padding-bottom: 60px;
    background-color: rgba(89, 154, 242, 0.15);
}

body.body-index .gcode_qa .circle1 {
    height: 120px;
    width: 120px;
    background-color: rgba(62, 71, 155, 0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}

body.body-index .gcode_qa .circle1 .number1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    color: #3E479B;
}


body.body-index .gcode_qa .circle2 {
    height: 120px;
    width: 120px;
    background-color: #FFEEE2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}

body.body-index .gcode_qa .circle2 .number2 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    color: #FF8C3E;
}

body.body-index .gcode_qa .circle3 {
    height: 120px;
    width: 120px;
    background-color: rgba(255, 203, 64, 0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}

body.body-index .gcode_qa .circle3 .number3 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    color: #FFCB40;
}

body.body-index .gcode_qa .area_qa {
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    background-color: white;
    width: 360px;
    height: auto;
    margin-right: 30px;
}

body.body-index .gcode_qa .content_qa {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

body.body-index .gcode_qa .title_qa {
    padding: 0px 30px;
    text-align: left;
    color: #3E479B;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px
}

body.body-index .gcode_qa .response_qa {
    color: #3D3D3D;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
}

@media screen and (max-width: 768px)
{
    body.body-index .header
    {
        margin: 0 auto;
		display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .showsp {
        display: flex;
    }
}

@media screen and (max-width: 640px)
{
    body.body-index main
    {
        margin: 0 8px;
        padding-bottom: 40px;
    }
}

.circle {
    width: 10px;
    height: 10px;
    border: 2px solid #707070;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
body.body-index #gcode_coremember
{
    padding-bottom: 60px;

    /*background-color: #F7F7F0;*/
    background-color: #FFFFFF;
}
body.body-index #gcode_coremember .feature-list
{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
}

body.body-index #gcode_coremember .feature-list:before,
body.body-index #gcode_coremember .feature-list:after
{
    display: block;

    content: '';
}
body.body-index #gcode_coremember .feature-list:after
{
    clear: both;
}
body.body-index #gcode_coremember .feature-list > li
{
    line-height: 20px;

    position: relative;

    float: left;
    text-align: justify;
    letter-spacing: .08em;
}
body.body-index #gcode_coremember .feature-list > li:nth-child(n+4)
{
    margin-top: 70px;
}
body.body-index #gcode_coremember .feature-list > li:nth-child(3n+1)
{
    clear: both;

    margin-left: 0;
}

body.body-index #gcode_coremember ul li .feature-caption
{
    margin-bottom: 30px;
    color: #656A6F;
    background-color: #F6F8F9;
    padding: 10px 10px;
    font-size: 14px;
}
body.body-index #gcode_coremember ul li .txtlist
{
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 5px;
    font-weight: 700;
}

body.body-index #question
{
    padding-bottom: 80px;
    margin-top: 10px;
    background-color: #fff;
}
@media screen and (max-width: 640px)
{
    body.body-index #question
    {
        padding-bottom: 40px;
        margin-top: 10px;
    }
    body.body-index
    {
        min-width: 320px;
        /*padding: 8px 0 0 0;*/
    }
}

@media screen and (max-width: 1439px)
{
    body.body-index .main_content {
        width: 100%;
        padding: 0px 0px;
        margin: auto;
        background-color: white;
    }
}

@media screen and (max-width: 1300px) {
    .gcode_offshore .content_area {
        width: 1060px;
        height: 558px;
        margin: auto;
        padding-top: 26px;
        margin-bottom: 50px;
    }

    .gcode_offshore .content_1 {
        width: 370px;
        height: 558px;
        float: left;
    }

    .gcode_offshore .content_area2 {
        width: 690px;
        height: 558px;
        left: -25px;
    }

    .gcode_offshore .content_2 {
        width: 370px;
        height: 558px;
    }

    .gcode_offshore .content_3 {
        width: 370px;
        height: 558px;
        left: 25px;
    }

    .gcode_offshore .content_area .size_image {
        height: auto;
        width: 420px;
    }

    .gcode_offshore .content_area .size_image_bridge {
        height: auto;
        width: 318px;
        margin-left: 26px;
    }

    footer .footer {
        width: 1060px;
    }


    footer .footer .leftfooter {
        width:700px;
    }

    footer .footer .leftfooter .logo{
        width: 300px;
        height: 320px;
    }

    footer .footer .rightfooter {
        width: 320px;
    }

    footer .footer .rightfooter .footermap {
        width: 320px !important;
        height: 320px !important;
    }


    footer .footer .f-info
    {
        font-size: 12px;
        padding-left: 80px;
        width: 360px;
    }
    footer .footer .f-info li
    {
        margin-top: 3.5px;

        font-size: 18px;
    }

    footer .footer .f-info li span
    {
        width: 105px;

        font-size: 18px;
        margin-left: -35px;
    }

    footer .copy
    {
        margin-top: -30px;
        font-size: 14px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1024px)
{
    body.body-index .main_content {
        width: 100%;
        padding: 0px 0px;
        margin: auto;
        background-color: white;
    }

    body.body-index .header
    {
        padding-bottom: 0px;
    }

    .cover .title {
        font-size: 30px;
        line-height: 30px;
        padding-top: 40px;
        height: auto;
    }

    .cover .hightlight_1 {
        font-size: 40px;
        line-height: 55px;
    }

    .cover .hightlight_2
    {
        font-size: 50px;
        line-height: 65px;
    }

    .cover .title2 {
        font-size: 40px;
        padding: 40px 0px 0px 0px;
    }

    body.body-index .gcode_committed .skill_content .skill_item1 {
        width: 300px;
        margin-right: 80px;
    }

}


@media screen and (max-width: 1100px){
    body.body-index .gcode_committed .skill_content {
        width: 840px;
    }

    body.body-index .gcode_committed .skill_content .size_image{
        width: 230px;
        height: auto;
    }


    body.body-index .gcode_committed .skill_content .skill_item1 {
        width: 250px;
        margin-right: 45px;
    }

    body.body-index .gcode_committed .skill_content .skill_item2 {
        width: 250px;
        margin-right: 45px;
    }

    body.body-index .gcode_committed .skill_content .skill_item3 {
        width: 250px;
    }

    body.body-index .offshore_vn {
        height: 460px;
    }

    body.body-index .offshore_vn .text_content {
        font-size: 16px;
    }


    .gcode_offshore .content_area {
        width: 840px;
        height: 500px;
        margin: auto;
        padding-top: 26px;
        margin-bottom: 50px;
    }

    .gcode_offshore .content_1 {
        width: 290px;
        height: 100%;
        float: left;
    }

    .gcode_offshore .content_area2 {
        width: 550px;
        height: 100%;
        float: right;
        position: relative;
        left: -15px;
    }

    .gcode_offshore .content_2 {
        width: 290px;
        height: 100%;
        float: left;
        z-index: 2;
        position: absolute;
    }

    .gcode_offshore .content_3 {
        width: 290px;
        height: 100%;
        float: right;
        z-index: 1;
        position: relative;
        left: 15px;
    }

    .gcode_offshore .content_area .title {
        font-size: 18px;
    }

    .gcode_offshore .content_area .content {
        font-size: 18px;
    }

    .gcode_offshore .content_area .size_image {
        height: auto;
        width: 290px;
    }

    .gcode_offshore .content_area .size_image_bridge {
        height: auto;
        width: 261px;
        margin-left: 24px;
        padding-top: 50px;
    }

    .gcode_choie .image_container_left .area_image {
        width: 420px;
        height: 320px;
        margin-right: 0px;
    }

    .gcode_choie .size_image{
        width: 400px;
        height: auto;
        margin: auto;
    }

    .gcode_choie .image_container_right .area_image{
        width: 420px;
        height: 320px;
    }

    .gcode_choie .description_left .area_content {
        width: 420px;
        height: 320px;
    }

    .gcode_choie .description_right .area_content {
        width: 420px;
    }

    .gcode_choie .description_title {
        font-size: 20px;
        margin-left: 30px;
    }

    .gcode_choie .description_content {
        font-size: 18px;
        padding-top: 15px;
    }

    .gcode_choie .description_content_right {
        font-size: 18px;
        padding-top: 15px;
        margin-left: 30px;
    }

    body.body-index .title_point {
        font-size: 30px;
    }
    body.body-index .gcode_coremember {
        width: 840px;
    }

    body.body-index .gcode_coremember .sideleft {
        width: 460px
    }


    body.body-index .gcode_coremember .sideright {
        width: 380px;
        display: grid;
    }

    body.body-index .gcode_coremember .title {
        font-size: 25px;
        line-height: 1;
    }

    body.body-index .gcode_coremember .number_phone {
        font-size: 42px;
        line-height: 1;
        padding-top: 10px;
    }

    body.body-index .gcode_coremember .duration_time {
        font-size: 18px;
        line-height: 1;

    }

    body.body-index .gcode_coremember .size_image {
        width: 460px;
    }

    body.body-index .gcode_coremember .area_phone {
        height: 140px;
    }

    body.body-index .gcode_coremember .area_mail {
        height: 150px;
        border-radius: 20px;
    }

    body.body-index .gcode_coremember .ref_contact_size {
        width: 320px;
    }

    body.body-index .gcode_qa .title_qa {
        font-size: 20px;
        line-height: 30px;
    }

    body.body-index .gcode_qa .response_qa {
        font-size: 18px;
    }

    body.body-index .ref_contact .bt_contact {
        font-size: 30px;
    }

    footer .footer {
        width: 840px;
    }


    footer .footer .leftfooter {
        width:500px;
    }

    footer .footer .leftfooter .logo{
        width: 300px;
        height: 320px;
    }

    footer .footer .rightfooter {
        width: 320px;
    }

    footer .footer .rightfooter .footermap {
        width: 320px !important;
        height: 320px !important;
    }


    footer .footer .f-info
    {
        font-size: 12px;
        padding-left: 80px;
        width: 360px;
    }
    footer .footer .f-info li
    {
        margin-top: 3.5px;

        font-size: 14px;
    }

    footer .footer .f-info li span
    {
        width: 105px;

        font-size: 14px;
        margin-left: -35px;
    }

    footer .copy
    {
        margin-top: -30px;
        font-size: 14px;
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 890px) and (min-width:769px){
    .cover .title {
        font-size: 25px;
        line-height: 30px;
        padding-top: 40px;
        height: auto;
    }

    .cover .hightlight_1 {
        font-size: 35px;
        line-height: 55px;
    }

    .cover .hightlight_2
    {
        font-size: 40px;
        line-height: 65px;
    }

    .cover .title2 {
        font-size: 35px;
        padding: 40px 0px 0px 0px;
    }

    body.body-index .gcode_committed .skill_content {
        width: 680px;
    }

    body.body-index .gcode_committed .skill_content .size_image{
        width: 230px;
        height: auto;
    }


    body.body-index .gcode_committed .skill_content .skill_item1 {
        width: 250px;
        margin-right: 15px;
    }

    body.body-index .gcode_committed .skill_content .skill_item2 {
        width: 250px;
        margin-right: 15px;
    }

    body.body-index .gcode_committed .skill_content .skill_item3 {
        width: 250px;
    }

    body.body-index .offshore_vn {
        height: 460px;
    }

    body.body-index .offshore_vn .text_content {
        font-size: 16px;
    }

    .gcode_offshore .introduce {
        width: 640px;
        font-size: 18px;
    }

    .gcode_offshore .content_area {
        width: 680px;
        height: 420px;
        margin: auto;
        padding-top: 26px;
        margin-bottom: 50px;
    }

    .gcode_offshore .content_1 {
        width: 240px;
    }

    .gcode_offshore .content_area2 {
        width: 440px;
        left: -20px;
    }

    .gcode_offshore .content_2 {
        width: 240px;
    }

    .gcode_offshore .content_3 {
        width: 240px;
        left: 20px;
    }

    .gcode_offshore .content_area .title1 {
        font-size: 16px;
    }

    .gcode_offshore .content_area .title2{
        font-size: 16px;
    }

    .gcode_offshore .content_area .title3 {
        font-size: 16px;
    }

    .gcode_offshore .content_area .content {
        font-size: 14px;
    }

    .gcode_offshore .content_area .size_image {
        height: auto;
        width: 240px;
    }

    .gcode_offshore .content_area .size_image_bridge {
        height: auto;
        width: 200px;
        margin-left: 20px;
        padding-top: 50px;
    }

    .gcode_download .container .content {
        width: 680px;
        margin: auto;
    }

    .gcode_download .container .content .guide_download {
        width: 100%;
        font-size: 25px;
        line-height: 35px;
    }


    .gcode_download .container .content .image_document {
        width: 300px;
    }

    .gcode_download .container .content .download_document {
        width: 340px;
        padding-top: 47px
    }


    .gcode_download .container .content .text_present {
        font-size: 42px;
        line-height: 49px;
    }

    .gcode_download .container .content .image_present {
        font-size: 42px;
        line-height: 49px;
    }

    .gcode_choie .image_container_left {
        display: flex;
    }

    .gcode_choie .image_container_left .area_image {
        width: 340px;
        height: auto;
        margin-right: 0px;
    }

    .gcode_choie .size_image{
        width: 320px;
        height: auto;
        margin: auto;
    }

    .gcode_choie .image_container_right {
        width: 340px;
        height: auto;
        margin: auto;
        display: contents;
    }

    .gcode_choie .image_container_right .area_image{
        width: 340px;
        height: auto;
        margin-left: 0px;
    }

    .gcode_choie .description_left .area_content {
        width: 340px;
        height: 320px;
    }

    .gcode_choie .description_right .area_content {
        width: 340px;
    }

    .gcode_choie .description_title {
        font-size: 20px;
        margin-left: 30px;
    }

    .gcode_choie .description_content {
        font-size: 18px;
        padding-top: 15px;
    }

    .gcode_choie .description_content_right {
        font-size: 18px;
        padding-top: 15px;
        margin-left: 30px;
    }

    .gcode_choie .reason_1 {
        height: 280px;
        margin-top: 40px;
    }

    .gcode_choie .reason_2 {
        height: 280px;
        margin-top: -20px;
    }

    .gcode_choie .reason_3 {
        height: 280px;
        margin-top: -20px;
    }

    .gcode_choie .padding_contact {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    body.body-index .gcode_qa .area_qa {
        height: auto;
    }

    body.body-index .title_point {
        font-size: 29px;
    }
    body.body-index .gcode_coremember {
        width: 680px;
    }

    body.body-index .gcode_coremember .sideleft {
        width: 400px
    }


    body.body-index .gcode_coremember .sideright {
        width: 280px;
        display: grid;
    }

    body.body-index .gcode_coremember .title {
        font-size: 18px;
        line-height: 1;
    }

    body.body-index .gcode_coremember .number_phone {
        font-size: 30px;
        line-height: 1;
        padding-top: 10px;
    }

    body.body-index .gcode_coremember .duration_time {
        font-size: 16px;
        line-height: 1;

    }

    body.body-index .gcode_coremember .size_image {
        width: 400px;
    }

    body.body-index .gcode_coremember .area_phone {
        height: 140px;
    }

    body.body-index .gcode_coremember .area_mail {
        height: 150px;
        border-radius: 20px;
    }

    body.body-index .gcode_coremember .ref_contact_size {
        width: 260px;
        height: 60px;
    }

    body.body-index .gcode_qa .title_qa {
        font-size: 20px;
        line-height: 30px;
    }

    body.body-index .gcode_qa .response_qa {
        font-size: 18px;
    }

    body.body-index .ref_contact .bt_contact {
        font-size: 25px;
        height: 60px;
    }

    footer .footer {
        width: 680px;
        display: flex;
    }


    footer .footer .leftfooter {
        width:450px;
    }

    footer .footer .leftfooter .logo{
        width: 255px;
        height: 320px;
    }

    footer .footer .rightfooter {
        width: 220px;
        margin: auto;
        margin-right: 0px;
    }

    footer .footer .rightfooter .footermap {
        width: 220px !important;
        height: 220px !important;
    }


    footer .footer .f-info
    {
        font-size: 12px;
        padding-left: 80px;
        width: 360px;
    }
    footer .footer .f-info li
    {
        margin-top: 3.5px;

        font-size: 14px;
    }

    footer .footer .f-info li span
    {
        width: 105px;

        font-size: 14px;
        margin-left: -35px;
    }

    footer .copy
    {
        margin-top: -30px;
        font-size: 14px;
        padding-bottom: 10px;
    }
}
