body {
    padding-top: 0px;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

header.fixed {
    height: 100px;
}

.head_area {
    position: relative;
    padding-bottom: 0;
}

.header_flex_new .head_nav_ul li {
    width: calc(100% / 8);
    padding: 0px 20px;
}

.header_flex_new .head_nav_ul li a>div {
    padding: 1em;
}

.header_flex_new .head_nav_ul li.to_mail {
    align-self: center;
    padding: 10px;
}

.head_top_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 760px;
    z-index: -1;
    background-image: url(image_new/head_top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.p5_sec {
    background: #fff;
}

.p5_sec .carousel {
    background: #222;
}

.p3_sec {
    position: relative;
    height: 360px;
    padding: 2em 0;
}

.p3_sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background-image: url(image_new/p3_sec_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.p4_sec {
    position: relative;
    background: #B0DBD3;
}

.qa_sec {
    position: relative;
    padding-top: 0;
}

.qa_sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: url(image_new/qa_sec_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
}

.qa_sec_bottom_bg {
    position: absolute;
    bottom: -210px;
    left: 0;
    width: 100%;
    height: 620px;
    background-image: url(image_new/qa_sec_bottom_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    //z-index: -1;
}

.h2_div {
    padding: 2em 0;
}

.h2_div.top_bar {
    margin-top: 0;
}

.h2_div .title.red,
.h2_div .desc.red {
    color: #f07;
}

.p9_sec .h2_div {
    padding-top: 1em;
}

.p_10_in {
    padding: 0;
    position: relative;
}

.step_sec {
    position: relative;
    background: #b0dde7;
    padding: 2em 0;
}

.step_sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(image_new/step_sec_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.step_h2 {
    color: #feb100;
    padding-top: 0;
    margin-bottom: 1.8em;
}

.plan_sec {
    padding: 2em 0;
    position: relative;
    background: #6074B7;
    padding-bottom: 0;
}

.plan_sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background-image: url(image_new/plan_sec_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.plan_1 {
    position: relative;
    z-index: 2;
}

.plan_1_bg {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url(image_new/plan_bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    image-rendering: -webkit-optimize-contrast;
}

.plan_h {
    padding: 0em 18em;
    padding-bottom: 6em;
}

.plan_box {
    display: flex;
    justify-content: space-between;
    padding: 3em 0;
}

.plan_2 {
    position: relative;
    background: #fff;
    padding: 5em 0;
    z-index: 1;
}

.plan_2_bg {
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%;
    height: 170px;
    background-image: url(image_new/plan_2_bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    image-rendering: -webkit-optimize-contrast;
}

.plan_2_list {
    padding: 0 2em;
}

.plan_2_list>div {
    padding: 1em 0;
}

.plan_2_tx {
    color: #9c5;
}

.plan_3 {
    position: relative;
    background: RGB(105, 198, 216);
    padding: 5em 0;
    padding-bottom: 2em;
}

.h_plan_3 {
    padding-top: 5em;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

.plan_3 .plan_box>div {
    width: calc((100% - 2em) / 3);
    text-align: center;
    color: #fff;
}

.plan_3 .plan_box>div span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    padding-top: 1em;
}


/*tel icon*/

.tel_icon {
    position: absolute;
    left: 19%;
    bottom: 20%;
}

.tel_link {
    position: absolute;
    left: 28%;
    top: 43%;
    width: 60%;
    height: 11%;
}


/*pop_menu*/

.head_fixed_menu {
    position: fixed;
    z-index: 10;
    top: 30px;
    left: 50%;
    width: 70px;
    height: 56px;
    margin-left: -520px;
    padding-top: 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .1);
}

.head_menu_btn_area em:nth-child(2) {
    transition: all .05s linear;
}

.menu_active .head_menu_btn_area em:nth-child(2) {
    opacity: 0;
}

.head_menu_btn_area em:first-of-type {
    transition: all .2s linear;
    transform-origin: left center;
}

.menu_active .head_menu_btn_area em:first-of-type {
    transform: rotateZ(35deg);
    width: 120%;
}

.head_menu_btn_area em:last-of-type {
    transition: all .2s linear;
    transform-origin: left center;
}

.menu_active .head_menu_btn_area em:last-of-type {
    transform: rotateZ(-35deg);
    width: 120%;
}

.pop_up_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

.menu_active .pop_up_nav {
    opacity: 1;
    pointer-events: all;
}

.pop_up_nav .wrap {
    position: relative;
    height: 100%;
}

.pop_up_flex {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pop_up_flex>div {
    max-height: 100%;
}

.pop_up_nav .head_nav_ul {
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.pop_up_nav .head_nav_ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-top: 3px;
}

.pop_up_nav .head_nav_ul li a {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.pop_up_nav .head_nav_ul li a .img {
    width: 85px;
    margin-right: 1em;
}

.pop_up_nav .head_nav_ul li a span {
    font-size: 16px;
}