html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    color: #262626;
    font-weight: 500;
    line-height: 1;
}

p {
    line-height: 1.6;
    font-weight: 400;
    color: #262626;
    font-family: 'Rubik', sans-serif;
}

h1 {
    font-weight: 700;
    color: #262626;
    font-family: 'Rubik', sans-serif;
}

h2 {
    font-weight: 700;
    color: #262626;
    font-family: 'Rubik', sans-serif;
}

h3 {
    font-weight: 700;
    color: #262626;
    font-family: 'Rubik', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

.body_container {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    margin: auto;
}
.top_nav_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5vw;
    background-color: #003478;
    box-shadow: 0px 0px 2vw rgba(0,0,0,0.12);
    z-index: 20;
}
.top_nav_wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_nav_call_wrap {
    height: 100%;
}

.top_nav_logo_wrap a img {
    display: block;
    width: 10vw;
    height: auto;  
}
.top_nav_call_wrap a{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 1.5vw;
    background-color: #00449E;
}
.call_top_svg img {
    display: block;
    width: 2.7vw;
    height: auto;
}
.call_top_p_wrap p {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-left: 0.5vw;
    letter-spacing: 0.05vw;
}
.call_top_p_wrap p:last-of-type {
    font-size: 1.5vw;
}
.call_top_p_wrap p:first-of-type {
    font-size: 0.7vw;
    line-height: 1.1;
    font-weight: 500;
}
.header_container {
    height: 100vh;
    padding-top: 4.5vw;
    background-color:  #00449E;
    position: relative;
    z-index: 1;
}
.max_width {
    max-width: 80%;
    margin: auto;
}
.header_main_wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.header_main_wrap h2 {
    font-size: 1vw;
    color: #fff;
    margin-bottom: 1vw;
}
.header_main_wrap h1 {
    font-size: 4vw;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 2vw;
}
.header_main_wrap p {
    color: #fff;
    width: 50%;
    font-size: 0.9vw;
    font-weight: 500;
    margin-bottom: 3vw;
    padding-left: 1.5vw;
    border-left: 0.3vw solid #fff;
}
.a_container {
    display: flex;
}
.a_wrap a {
    border: 0.15vw solid #fff;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.2vw;
    padding: 1vw 2vw;
    letter-spacing: 0.05vw;
    border-radius: 1vw;
}
.a_wrap a img {
    display: block;
    width: 2vw;
    height: auto;
    margin-right: 0.5vw;
}
.header_steps_container {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%) translateY(50%);
    box-shadow: 0px 0px 2vw rgba(0,0,0,0.1);
    padding: 2vw 1.5vw 1.5vw 1.5vw;
    border-radius: 1vw;
}
.header_steps_h2_wrap {
    text-align: center;
}
.header_steps_h2_wrap h2 {
    font-size: 2vw;
    margin-bottom: 1vw;
    color: #003478;

}
.header_steps_h2_wrap h3 {
    font-size: 1vw;
    color: #7f99bb;
    font-weight: 400;
    margin-bottom: 1vw;
}
.header_steps_wrap {
    display: flex;
    align-items: center;
}
.header_sateps_item {
    display: flex;
    align-items: center;
    padding: 1vw;
}
.steps_number_wrap p {
    font-size: 2.8vw;
    font-weight: 700;
    color: #7f99bb;
    margin-right: 0.4vw;
}
.steps_text_wrap p {
    font-weight: 500;
    font-size: 0.71vw;
    
    color: #003478;
}
.header_sateps_item {
    width: 33.333333%;
}

.section_padding {
    padding: 6vw 0vw;
}
.section_1st_padding {
    padding: 14vw 0vw 0vw 0vw;
}
.section_title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_h2_wrap {
    width: 50%;
}
.section_h2_wrap h2 {
    color: #003478;
    font-size: 2.4vw;
    text-align: end;
    padding-right: 1.5vw;
    border-right: 0.3vw solid #003478;
}
.section_p_wrap {
    width: 50%;
}
.section_p_wrap p {
    padding-left: 1.5vw;
    font-size: 1vw;
    font-weight: 500;
    color: #7f99bb;
    width: 60%;
}
.section_p_wrap2 {
    text-align: center;
    padding-left: 0;
    margin: auto;
    width: 100%;
}
.logo_item img {
    display: block;
    width: 15vw;
    height: auto;
    margin: auto;
    margin-bottom: 1.5vw;
}
.logo_container {
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo_item {
    width: 31%;
    text-align: center;
    margin: 1.166%;
    padding: 2.5vw;
    border-radius: 1vw;
}
.logo_p_wrap p {
    font-size: 1.2vw;
    line-height: 1;
    font-weight: 700;
    color: #003478;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}
.section_img_wrap {
    border-radius: 1vw;
    overflow: hidden;
    width: 60%;
    margin: auto;
    margin-top: 3vw;
}
.section_img_wrap img {
    display: block;
    width: 100%;
    
}
.final_text p {
    padding-top: 2vw;
    text-align: center;
    font-size: 1.2vw;
    width: 70%;
    margin: auto;
    font-weight: 500;
    color: #003478;
}
.final_btn .a_wrap a {
    background-color: #003478;
}
.final_btn {
    margin-top: 3vw;
    display: flex;
    justify-content: center;
}
.header_bg_container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.header_bg_container img  {
    display: block;
    width: 66vw;
    height: auto;
    opacity: 0.2;
}
@media screen and (max-width: 1600px) {
    .header_main_wrap h1 {
        line-height: 1.1;
    }
    .header_main_wrap p {
        margin-bottom: 2vw;
    }
    .header_steps_container {
        padding: 1.5vw 0.5vw 0.5vw 0.5vw;
    }
    .header_steps_container {
        width: 70%;
    }
    .steps_number_wrap p {
        font-size: 3.1vw;
    }
    .steps_text_wrap p {
        font-size: 1vw;
        line-height: 1.33;
    }
}
@media screen and (max-width: 1100px) {
    .logo_p_wrap p {
        font-size: 1.7vw;
    }
    .top_nav_container {
        height: 10vw;
    }
    
    .top_nav_logo_wrap a img {
        width: 22vw;
    }
    .call_top_svg img {
        width: 6vw;
    }
    .call_top_p_wrap p:last-of-type {
        font-size: 3vw;
    }
    .call_top_p_wrap p:first-of-type {
        font-size: 1.72vw;
    }
    .header_main_wrap h2 {
        font-size: 3vw;
    }
    .header_main_wrap h1 {
        font-size: 5.7vw
    }
    .header_main_wrap p {
        font-size: 3vw;
        width: 100%;
        border-left: 0.8vw solid #fff;
        border-radius: 0.8vw;
        margin-bottom: 5vw;
    }
    .a_wrap a img {
        width: 6vw;
    }
    .a_wrap a {
        font-size: 3vw;
    }
    .header_steps_container {
        width: 80%;
        padding: 4vw 2vw;
    }
    .header_steps_h2_wrap h2 {
        font-size: 4vw;
    }
    .header_steps_h2_wrap h3 {
        font-size: 2vw;
    }
    .header_sateps_item {
        padding-bottom: 0;
    }
    .steps_number_wrap p {
        font-size: 4vw;
    }
    .steps_text_wrap p {
        font-size: 1.3vw;
    }
    .section_padding {
        padding: 10vw 0;
    }
    .section_1st_padding {
        padding-top: 20vw;
        padding-bottom: 0;
    }
    .section_h2_wrap h2 {
        font-size: 4.5vw;
    }
    .section_p_wrap p {
        width: 100%;
        font-size: 2vw;
    }
    .section_img_wrap {
        width: 100%;
    }
    .final_text p {
        padding-top: 4vw;
        font-size: 2vw;
        width: 100%;
    }
    .header_bg_container {
        bottom: 3vw;
        top: auto;
        transform: translateY(0);
    }
    .header_bg_container img {
        width: 100vw;
    }
}
@media screen and (max-width: 600px) {
    .logo_p_wrap p {
        font-size: 3vw;
    }
    .header_container {
        height: auto;
    }
    .header_main_wrap {
        height: calc(80vh - 19vw);
    }
    .max_width {
        max-width: 94%;
    }
    .top_nav_container {
        height: 19vw;
    }
    .header_container {
        padding-top: 19vw;
    }
    .top_nav_logo_wrap a img {
        width: 32vw;
    }
    .top_nav_call_wrap a {
        padding: 0 3vw;
    }
    .call_top_svg img {
        width: 9vw;
    }
    .call_top_p_wrap p:last-of-type {
        font-size: 5vw;
    }
    .call_top_p_wrap p:first-of-type {
        font-size: 2.9vw;
    }
    .header_main_wrap h2 {
        font-size: 5vw;
    }
    .header_main_wrap h1 {
        font-size: 7vw;
        line-height: 1.5;
        margin-top: 2vw;
        margin-bottom: 6vw;
    }
    .header_main_wrap p {
        font-size: 5vw;
        width: 100%;
        border-left: 2vw solid #fff;
        border-radius: 2vw;
        margin-bottom: 9vw;
    }
    .a_wrap a img {
        width: 10vw;
    }
    .a_wrap a {
        font-size: 5vw;
        border-radius: 2vw;
    }
    .header_steps_container {
        width: 100%;
        padding: 10vw 3vw;
        position: relative;
        bottom: auto;
        transform: translateX(0) translateY(0);
        left: auto;
        margin: auto;
        border-radius: 0;
        box-shadow: 0px 0px 6vw rgba(0,0,0,0.12);
    }
    .header_steps_h2_wrap h2 {
        font-size: 5vw;
        margin-bottom: 5vw;
    }
    .header_steps_wrap {
        flex-wrap: wrap;
    }
    .header_sateps_item {
        padding-bottom: 0;
    }
    .steps_number_wrap p {
        font-size: 4vw;
    }
    .steps_text_wrap p {
        font-size: 1.3vw;
    }
    .section_padding {
        padding: 10vw 0;
    }
    .section_1st_padding {
        padding-top: 20vw;
        padding-bottom: 0;
    }
    .section_h2_wrap h2 {
        font-size: 4.5vw;
    }
    .section_p_wrap p {
        width: 100%;
        font-size: 2vw;
    }
    .section_img_wrap {
        width: 100%;
    }
    .final_text p {
        padding-top: 4vw;
        font-size: 2vw;
        width: 100%;
    }
    .header_bg_container {
        top: auto;
    }
    .header_bg_container img {
        width: 100vw;
    }
    .header_sateps_item {
        width: 100%;
        padding: 0;
        margin-bottom: 4vw;
    }
    .header_sateps_item:last-of-type {
        margin-bottom: 0;
    }
    .steps_number_wrap p {
        font-size: 9.3vw;
    }
    .steps_number_wrap {
        width: 10.7vw;
    }
    .steps_text_wrap {
        width: calc(100% - 10.7vw);
    }
    .steps_text_wrap p {
        font-size: 3.5vw;
        margin-left: 2vw;
        
    }
    .section_title_wrap {
        flex-direction: column;
    }
    .section_h2_wrap {
        width: 100%;
        
    }
    .section_h2_wrap h2 {
        text-align: left;
        border-right: none;
        padding-right: 0;
        padding-left: 2vw;
        border-left: 2vw solid;
        border-radius: 2vw;
        margin-bottom: 4vw;
        font-size: 7vw;
    }
    .section_p_wrap {
        width: 100%;
    }
    .section_p_wrap p {
        font-size: 3.5vw;
        margin-bottom: 6vw;
    }
    .logo_item {
        width: 46%;
        margin: 2%;
        padding: 4vw;
        border-radius: 2vw;
    }
    .logo_item img {
        width: 80%;
        margin-bottom: 4vw;
    }
    .logo_item p {
        font-size: 3vw;
    }
    .final_text p {
        font-size: 4vw;
        padding-top: 6vw;
        margin-bottom: 9vw;
    }
}























color: #7f99bb;
color: #003478;
font-family: 'Rubik', sans-serif;
