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;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #4e4e4e;
    font-weight: 400;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 900;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 700;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 500;
}

h4 {}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}



.body_wrap {
    max-width: 2560px;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background-color: #f8f9fe;
}

.top_nav_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    height: 120px;
    background-color: #fff;
    z-index: 20;
}

.header_main_container {
    height: 100vh;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.top_nav_wrap {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_nav_logo_container {
    height: 100%;
    display: flex;
    align-items: center;
}

.top_nav_logo_wrap a {
    display: inline-block;
    height: 70px;
    max-width: 300px;
}

.top_nav_logo_container a img {
    display: block;
    width: 367px;
    height: 70px;
}

.top_nav_tel_wrap {
    text-align: center;
}

.top_nav_tel_wrap a p {
    font-weight: 700;
    font-size: 21px;
    color: #2196F3;
    border: 4px solid #2196F3;
    padding: 10px 25px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.top_nav_tel_wrap a span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-top: 5px;
    display: block;
    font-weight: 600;
    color: #4e4e4e;
}

.header_main_wrap {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;

}

.header_main_wrap h2 {
    font-size: 2.6vw;
    line-height: 1.3;
}

.header_main_wrap h2 span {
    font-weight: 700;
    color: #2196F3;
}

.header_main_wrap h1 {
    font-size: 4vw;
    line-height: 1.4;
}

.header_main_wrap p {
    margin-top: 50px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

.a_wrap a {
    background-color: #2196F3;
    color: #fff;
    font-weight: 600;
    padding: 20px 55px;
    letter-spacing: 1px;
    font-size: 27px;
    margin-top: 15px;
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
}

.header_abs_container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background-image: url(../images/insurance-bg.svg);
    background-size: 400px;
    z-index: -1;
    opacity: 0.3;
    transform: translate(45%, 50%) rotate(-45deg);
}

.section {
    background-color: #eeeeee;
}

.logo_section_wrap {
    width: 90%;
    margin: auto;
    padding: 150px 0px;
}

.logo_section_wrap p {
    color: #fff;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 40px;
}

.logo_wrap {
    min-height: 50px;
    width: 25%;
    padding: 15px;
}

.logo_wrap img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.logo_container {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.section_text_wrap {
    width: 60%;
    margin: auto;
    padding: 100px 0px;
    text-align: center;
}

.section_text_main_p p {
    font-size: 24px;
    width: 90%;
    margin: auto;
    font-weight: 500;
    margin-bottom: 60px;
}

.section_text_wrap h2 {
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 40px;
    line-height: 1.3;
}
.section_text_wrap h2 span {
    font-weight: 700;
    color: #2196F3;
}
.section_text_wrap .logo_container {
    margin-bottom: 50px;
}

.logo_p_container p {
    display: inline-block;
    padding: 35px;
    font-weight: 700;
    font-size: 28px;
    color: #2196F3;
    text-align: center;
    margin: auto;
}

.logo_p_container {
    margin-bottom: 60px;
}

.a_container p {
    margin-top: 50px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}
.a_containe p {
    margin-top: 200px;
    font-weight: 700;
    letter-spacing: 1px;
}

@media screen and (max-width: 2000px) {
    .section_text_wrap h2 {
        font-weight: 700;
        font-size: 45px;
        margin-bottom: 40px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 1800px) {
    .top_nav_logo_container a img {
        width: 315px;
        height: 60px;
    }
    .top_nav_container {
        height: 100px;
    }
    .top_nav_logo_wrap a {
        height: 60px;
    }
    .top_nav_tel_wrap a p {
        font-size: 17px;
        border-width: 3px;
    }
    .top_nav_tel_wrap a span {
        font-size: 13px;
    }
    .a_wrap a {
        font-size: 22px;
        padding: 15px 45px;
    }
    .header_main_container {
        padding-top: 100px;
    }
}
@media screen and (max-width: 1480px) {
    .logo_section_wrap {
        padding: 100px 0px;
    }
    .logo_p_container p {
        padding: 25px;
    }
}
@media screen and (max-width: 1100px) {
    .logo_container {
        width: 90%;
    }
    .logo_wrap {
        padding: 10px;
    }
    .section_text_wrap {
        width: 90%;
    }
    .section_text_main_p p {
        font-size: 20px;
    }
    .section_text_wrap h2 {
        font-size: 40px;
    }
    .logo_section_wrap p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .section_text_main_p p {
        width: 100%;
        text-align: justify;
    }
}
@media screen and (max-width: 500px) {
    .top_nav_logo_container a img {
        width: 184px;
        height: 35px;
    }
    .top_nav_logo_wrap a {
        height: 35px;
    }
    .top_nav_tel_wrap a p {
        font-size: 15px;
        padding: 7px 10px;
    }
    .top_nav_tel_wrap a span {
        font-size: 10px;
    }
    .top_nav_container {
        height: 90px;
    }
    .top_nav_wrap {
        width: 95%;
    }
    .header_main_wrap h2 {
        font-size: 32px;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    .header_main_wrap h1 {
        font-size: 50px;
        text-align: center;
        line-height: 1.1;
    }
    .a_wrap a {
        margin-top: 10px;
    }
    .header_abs_container {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -50%)rotate(-45deg);
        width: 500%;
        opacity: 0.2;
        height: 200%;
    }
    .logo_wrap {
        width: 50%;
    }
    .logo_container {
        width: 100%;
    }
    .section_text_wrap {
        padding: 70px 0px 100px 0px;
    }
    .section_text_main_p p {
        margin-bottom: 50px;
    }
    .section_text_wrap h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .logo_p_container p {
        padding: 5px 9px;
    }
}
@media screen and (max-width: 361px) {
    .top_nav_logo_wrap a {
        height: 30px;
    }
    .top_nav_tel_wrap a p {
        font-size: 14px;
        padding: 6px 10px;
    }
    .top_nav_logo_container a img {
        width: 157px;
        height: 30px;
    }
    .top_nav_tel_wrap a p {
        font-size: 12px;
    }
    .top_nav_tel_wrap a span {
        padding-top: 3px;
    }
    .header_main_wrap h2 {
        font-size: 26px;
    }
    .header_main_wrap h1 {
        font-size: 45px;
    }
    .section_text_wrap h2 {
        font-size: 24px;
    }
    .logo_p_container p {
        font-size: 24px;
    }
    
}
@media screen and (max-width: 350px) {
    
}
color: #2196F3;
font-family: 'Montserrat',
sans-serif;
