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;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

p {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

h3 {
   font-family: 'Montserrat', sans-serif;
}

h4 {
    font-family: 'Montserrat', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


.body_wrap {
    max-width: 2560px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #f8f9fe;
}
.top_header_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}
.top_header_wrap {
    max-width: 1800px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header_logo_container {
    
}
.top_header_tel_wrap a {
    text-align: center;
}
.top_header_tel_wrap a p:first-of-type {
    font-weight: 600;
    color: #484848;
    line-height: 1.2;
}
.top_header_tel_wrap a p:nth-of-type(2) {
    font-size: 42px;
    font-weight: 900;
    font-weight: 900;
    color: #3474e5;
}
.top_header_tel_wrap a p:last-of-type {
    font-weight: 700;
    color: #2e2e2e;
    opacity: 0.7;
}
.header_container {
    height: 900px;
    padding-top: 130px;
    background-image: url(../images/header_img_fhd.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}
.header_wrap {
    
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.max_width {
    max-width:  1500px;
    margin: auto;
}
.header_wrap h1 {
    font-size: 92px;
    font-weight: 900;
    font-weight: 900;
    color: #3474e5;
    text-align: center;
    margin-bottom: 30px;
    
}
.header_wrap h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #484848;
    text-align: center;
    line-height: 1.2;
}
.a_wrap a {
    font-family: 'Montserrat', sans-serif;
    background-color: #3474e5;
    color: #fff;
    padding: 20px 35px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 350ms ease;
}

.section_margin {
    margin-top: 100px;
    margin-bottom: 100px;
}
.step_section {
    display: flex;
    flex-wrap: wrap;
}
.step_container {
    width: 33.33333%;
    text-align: center;
}
.step_img_wrap img {
    display: block;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
}
.step_img_text_wrap p {
    font-weight: 900;
    font-size: 34px;
    color: #3474e5;
}
.multiple_container {
    margin: 70px 0px;
}
.multiple_container p {
    text-align: center;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 600;
    color: #484848;
}
.logo_container {
    display: flex;
    flex-wrap: wrap;
}
.logo_item {
    width: 23%;
    margin: 1%;
    background-color: #fff;
    padding: 35px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
}
.logo_item_img_wrap img {
    display: block;
    width: 70%;
    height: auto;
    margin: auto;
    max-height: 120px;
}
.logo_item_img_wrap {
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.logo_item_title_wrap p {
    font-weight: 900;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    color: #3474e5;
    text-decoration: underline;
}
.a_wrap {
    text-align: center;
}
.multiple_container h2 {
    font-weight: 900;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
    color: #3474e5;
}
.a_wrap a:hover {
    background-color: #5782cc;
}

@media screen and (max-width:2380px) {
    .top_header_container {
        height: 100px;
    }
    .top_header_wrap {
        max-width: 100%;
        padding: 0px 30px;
    }
    .top_header_tel_wrap a p:nth-of-type(2) {
        font-size: 37px;
    }
    .header_container {
        height: 650px;
        padding-top: 100px;
    }
    .header_wrap h1 {
        font-size: 72px;
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .header_wrap h3 {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .a_wrap a {
        padding: 15px 30px;
    }
    .max_width {
        max-width: 1350px;
    }
    .multiple_container p {
        font-size: 18px;
    }
    .logo_item {
        padding: 30px 25px;
    }
    .step_img_wrap img {
        width: 135px;
    }
    .step_img_text_wrap p {
        font-size: 28px;
    }
}
@media screen and (max-width: 1850px) {
    .top_header_container {
        height: 80px;
    }
    .top_header_wrap {
        max-width: 100%;
        padding: 0px 30px;
    }
    .top_header_tel_wrap a p:first-of-type {
        font-size: 13px;
    }
    .top_header_tel_wrap a p:nth-of-type(2) {
        font-size: 29px;
    }
    .top_header_tel_wrap a p:last-of-type {
        font-size: 13px;
    }
    .header_container {
        height: 550px;
        padding-top: 80px;
    }
    .header_wrap h1 {
        font-size: 52px;
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .header_wrap h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .a_wrap a {
        padding: 15px 30px;
        font-size: 14px;
    }
    .max_width {
        max-width: 1050px;
    }
    .multiple_container p {
        font-size: 16px;
    }
    .logo_item {
        padding: 30px 25px;
    }
    .step_img_wrap img {
        width: 95px;
        margin-bottom: 15px;
    }
    .step_img_text_wrap p {
        font-size: 23px;
    }
    .top_header_logo_container a img {
        display: block;
        max-width: 200px;
    }
    .section_margin {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .multiple_container h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .multiple_container {
        margin: 50px 0px;
    }
    .logo_item_title_wrap p {
        font-size: 15px;
        margin-top: 10px;
    }
    
}
@media screen and (max-width: 1490px) {
    .top_header_container {
        height: 70px;
    }
    .top_header_wrap {
        max-width: 100%;
        padding: 0px 30px;
    }
    .top_header_tel_wrap a p:first-of-type {
        font-size: 12px;
    }
    .top_header_tel_wrap a p:nth-of-type(2) {
        font-size: 25px;
    }
    .top_header_tel_wrap a p:last-of-type {
        font-size: 10px;
    }
    .header_container {
        height: 450px;
        padding-top: 70px;
    }
    .header_wrap h1 {
        font-size: 52px;
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .header_wrap h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .a_wrap a {
        padding: 15px 30px;
        font-size: 14px;
    }
    .max_width {
        max-width: 950px;
    }
    .multiple_container p {
        font-size: 16px;
    }
    .logo_item {
        padding: 20px 25px;
    }
    .step_img_wrap img {
        width: 95px;
        margin-bottom: 15px;
    }
    .step_img_text_wrap p {
        font-size: 23px;
    }
    .top_header_logo_container a img {
        display: block;
        max-width: 170px;
    }
    .section_margin {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .multiple_container h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .multiple_container {
        margin: 50px 0px;
    }
    .logo_item_title_wrap p {
        font-size: 15px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1030px) {
    .top_header_container {
        height: 100px;
    }
    .top_header_wrap {
        max-width: 100%;
        padding: 0px 20px;
    }
    .top_header_tel_wrap a p:first-of-type {
        font-size: 15px;
    }
    .top_header_tel_wrap a p:nth-of-type(2) {
        font-size: 29px;
    }
    .top_header_tel_wrap a p:last-of-type {
        font-size: 13px;
    }
    .header_container {
        height: 800px;
        padding-top: 70px;
    }
    .header_wrap h1 {
        font-size: 47px;
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .header_wrap h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .a_wrap a {
        padding: 15px 30px;
        font-size: 16px;
    }
    .max_width {
        max-width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }
    .multiple_container p {
        font-size: 16px;
    }
    .logo_item {
        padding: 20px 25px;
    }
    .step_img_wrap img {
        width: 115px;
        margin-bottom: 15px;
    }
    .step_img_text_wrap p {
        font-size: 19px;
        letter-spacing: -1px;
    }
    .top_header_logo_container a img {
        display: block;
        max-width: 220px;
    }
    .section_margin {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .multiple_container h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .multiple_container {
        margin: 50px 0px;
    }
    .logo_item_title_wrap p {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 10px;
    }
    .logo_item_img_wrap img {
        width: 90%;
    }
    .logo_item_img_wrap {
        height: 80px;
    }
}

@media screen and (max-width: 750px) {
    .top_header_container {
        height: 80px;
    }
    .top_header_wrap {
        padding: 0px 15px;
    }
    .top_header_logo_container a img {
        max-width: 140px;
    }
    .top_header_tel_wrap a p:first-of-type {
        font-size: 12px;
    }
    .top_header_tel_wrap a p:nth-of-type(2) {
        font-size: 20px;
    }
    .top_header_tel_wrap a p:last-of-type {
        font-size: 9px;
    }
    .header_container {
        height: 100vh;
        padding-top: 70px;
    }
    .header_wrap h1 {
        font-size: 35px;
    }
    .max_width {
        margin-left: 15px;
        margin-right: 15px;
    }
    .step_container {
        width: 100%;
        margin-bottom: 20px;
    }
    .step_img_text_wrap p {
        font-size: 24px;
        letter-spacing: 0px;
    }
    .logo_item {
        width: 48%;
    }
    .multiple_container p {
        text-align: justify;
    }
    .header_container {
        padding-top: 80px;
        background-image: url(../images/header_img_mobile.jpg);
    }
}
@media screen and (max-width: 376px) {
    .top_header_wrap {
        padding: 0px 10px;
    }
    .top_header_logo_container a img {
        max-width: 120px;
    }
    .top_header_tel_wrap a p:first-of-type {
        font-size: 10px;
    }
    .top_header_tel_wrap a p:nth-of-type(2) {
        font-size: 18px;
    }
    .top_header_tel_wrap a p:last-of-type {
        font-size: 8px;
    }
    .header_wrap h1 {
        font-size: 30px;
    }
    .a_wrap a {
        font-size: 15px;
        padding: 15px 15px;
    }
    .multiple_container h2 {
        font-size: 26px;
    }
}
font-family: 'Montserrat', sans-serif;


#3474e5
#5782cc