@charset "UTF-8";

/* E: index_ */
.disB {
    display: block !important;
}
.header h1 a img {
    width: 98px;
}
.index_head_wrap {
    background-color: #fbf0ee;
}
.index_head_wrap .index_head {
    margin: 0 auto;
    padding: 30px 20px;
    padding-bottom: 70px;
}
.index_head_wrap .index_title {
    font-size: 1.6rem;
}
.index_head_wrap .index_title_box .index_title_desc {
    width: 420px;
    font-size: 19px;
    font-weight: 400;
    color: #555;
    margin-top: 30px;
}
.index_head_wrap .index_title_box [class^="apply_btn"] {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background-color: var(--maincolor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 15px 30px;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.index_head_wrap .index_title_box .apply_btn2 {
	font-size: 15px;
	background-color: #eb6b6c;
}
.index_head_wrap .index_title_box .apply_search_btn {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(90deg, #6f3c95 0%, #a53057 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 15px 30px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
}
.index_head_bg {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.search_apply {
    width: 920px;
    height: 100px;
    background-color: var(--maincolor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    display: flex;
    align-items: center;
    box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
}
.search_apply h4 {
    display: inline-block;
    height: 45px;
    color: #fff;
    font-size: 19px;
    margin-left: 40px;
}
.search_apply h4::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/main/index_search_img.svg) no-repeat;
    background-size: 30px;
    position: relative;
    top: 10px;
}
.search_apply .apply_input_wrap {
    width: calc(100% - 230px);
    height: 64px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    box-shadow: 3px 2px 9px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 2px 9px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 2px 9px -1px rgba(0, 0, 0, 0.25);
}
.search_apply .apply_input_wrap input {
    outline: none;
    border: 0;
    font-size: 19px;
    width: 30%;
}
.search_apply .apply_input_wrap #search_tel {
    width: calc(70% - 100px);
    border-left: 1px solid #eaeaea;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 20px;
}
.search_apply .apply_input_wrap .apply_search_btn {
    width: 34px;
    height: 34px;
    background: url(../images/main/search_ico.svg) no-repeat;
    background-size: 34px;
    font-size: 0;
}
.index_section_wrap {
    width: 100%;
    font-size: 0;
    position: relative;
    top: -30px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    padding-bottom: 0;
}
.index_section_t {
    font-size: 1.35rem;
    line-height: 1.25;
    color: var(--maincolor);
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.index_section_t span {
    color: #222;
}

.service_btn_wrap {
    margin-bottom: 20px;
}
.service_btn_wrap li {
    width: 100%;
    margin: 10px 0;
}
.service_btn_wrap li a {
    position: relative;
    height: 80px;
    display: flex;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
}
.service_btn_wrap li a div {
    display: flex;
    align-items: center;
}
.service_btn_wrap li a div span {
    font-weight: 400;
}
.service_btn_wrap li a div::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/main/btn_arrow_ico.svg) no-repeat;
    background-size: 26px;
    position: absolute;
    right: 30px;
}
.service_btn_wrap li a div:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
}
.service_btn_wrap li.service_btn01 a div:before {
    width: 35px;
    height: 30px;
    background: url(../images/main/index_section_ico01.svg) no-repeat center;
    background-size: 30px;
}
.service_btn_wrap li.service_btn02 a div:before {
    width: 35px;
    height: 36px;
    background: url(../images/main/index_section_ico02.svg) no-repeat center;
    background-size: 25px;
}
.service_btn_wrap li.service_btn03 a div:before {
    width: 35px;
    height: 24px;
    background: url(../images/main/index_section_ico03.svg) no-repeat center;
    background-size: 28px;
}
.service_btn_wrap li.service_btn04 a div:before {
    width: 35px;
    height: 29px;
    background: url(../images/main/index_section_ico04.svg) no-repeat center;
    background-size: 33px;
}
.index_notice_wrap {
    background: #000a11c9 url(../images/main/index_notice_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 10px 0;
}
.index_notice_wrap .notice_con_wrap {
    align-items: center;
    margin: 0 auto;
}
.index_notice_t_wrap {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.index_notice_t {
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
}
.index_notice_t::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 36px;
    background: url(../images/main/index_notice_t_ico.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}
.notice_more_btn {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/common/notice_more_btn.svg) no-repeat center;
    background-size: 30px;
    font-size: 0;
}
.index_notice_wrap .notice_con_wrap li {
    margin-left: 20px;
}
.index_notice_wrap .notice_con_wrap li a {
    display: block;
    width: calc(100% - 20px);
    color: #fff;
    font-size: 0.9rem;
    padding: 7px;
    border-bottom: 1px solid #6e7377;
}
.index_notice_wrap .notice_con_wrap li a .notice {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_notice_wrap .notice_con_wrap li a .time {
    float: right;
    font-weight: 300;
    letter-spacing: 0;
}

.process_info_wrap {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 6px 8px 50px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 6px 8px 50px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 6px 8px 50px -5px rgba(0, 0, 0, 0.08);
    padding: 10px 15px 50px 15px;
    margin-bottom: 130px;
}

.process_info_list li {
    padding: 20px 15px;
    border-bottom: 1px solid #f3f3f3;
}
.process_info_list li:last-child {
    border-bottom: 0;
}
.process_info_list li::before {
    content: "";
    display: block;
    margin-bottom: 10px;
}
.process_info_list li.process_info01::before {
    width: 35px;
    height: 35px;
    background: url(../images/main/index_section_ico05.svg) no-repeat center;
    background-size: 35px;
}
.process_info_list li.process_info02::before {
    width: 35px;
    height: 35px;
    background: url(../images/main/index_section_ico06.svg) no-repeat center;
    background-size: 35px;
}
.process_info_list li.process_info03::before {
    width: 35px;
    height: 35px;
    background: url(../images/main/index_section_ico07.svg) no-repeat center;
    background-size: 35px;
}
.process_info_list li.process_info04::before {
    width: 35px;
    height: 35px;
    background: url(../images/main/index_section_ico08.svg) no-repeat center;
    background-size: 35px;
}

.process_info_list:last-child {
    border-bottom: 0;
}
.process_info_list li span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
}
.process_info_list li p {
    font-size: 0.9rem;
    line-height: 1.3;
    color: #666;
    margin-top: 10px;
    word-break: keep-all;
}

.index_bg_img02 {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: url(../images/main/index_bg_img02.svg) no-repeat center;
    background-size: 50px;
    font-size: 0;
}
.index_bg_img03 {
    position: absolute;
    top: 75px;
    right: 0;
    width: 115px;
    height: 85px;
    background: url(../images/main/index_bg_img03.svg) no-repeat center;
    background-size: 115px;
    font-size: 0;
}

.index_bg_img05 {
    position: absolute;
    bottom: -50px;
    left: 20px;
    width: 270px;
    height: 270px;
    background: url(../images/main/index_bg_img05.svg) no-repeat center;
    background-size: 270px;
    font-size: 0;
}
.index_bg_img06 {
    position: absolute;
    top: 780px;
    right: 49px;
    width: 100px;
    height: 65px;
    background: url(../images/main/index_bg_img06.svg) no-repeat center;
    background-size: 100px;
    font-size: 0;
}
.search_box input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    outline: none;
    border: 1px solid #eaeaea;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin-bottom: 10px;
}
.search_box button {
    padding: 17px 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 1.1rem;
    box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
}
/* E: index_ */
@media screen and (max-width: 359px) {
    .ma_foot_links > li > a {
        font-size: 13px;
    }
}
@media screen and (max-width: 320px) {
    .index_bg_img02 {
        right: 20px;
    }
    .index_bg_img06 {
        top: 815px;
        right: 25px;
        width: 80px;
        height: 80px;
        background-size: 80px;
    }
    .service_btn_wrap li a {
        font-size: 1.1rem;
    }
    .process_info_list li p {
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 290px) {
    .index_bg_img02 {
        right: 10px;
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
    .index_bg_img03 {
        top: 85px;
        right: 0;
        width: 95px;
        height: 80px;
        background-size: 95px;
    }
    .index_bg_img06 {
        top: 815px;
        right: 25px;
        width: 70px;
        height: 65px;
        background-size: 75px;
    }
    .index_bg_img05 {
        position: absolute;
        bottom: 45px;
        left: 20px;
        width: 220px;
        height: 145px;
        background: url(../images/main/index_bg_img05.svg) no-repeat center;
        background-size: 220px;
        font-size: 0;
    }
    .service_btn_wrap li a {
        font-size: 1rem;
        padding: 15px 15px;
    }
}
