.kv_bg {
    background: #f1f4ff;
    border-top: 5px solid #47549e;
}

.kv_bg img {
    max-width: 100%;
    display: block;
}

.kv_bg .blue_title {
    background: #415093;
    color: #fff;
    text-align: center;
}

.kv_bg .blue_title .h3_title {
    font-size: 32px;
    margin: 0;
    padding: 35px 0 35px;
}

.kv_bg .blue_title .h3_subtxt {
    font-size: 19px;
    margin: 0;
    padding-bottom: 30px;
}

.kv_bg .kv_pic1 {
    display: flex;
    justify-content: center;
}

.kv_bg .kv_pic2 {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.main_wrap {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.main_wrap .line_title {
    margin: 60px 0 35px;
    display: block;
    text-align: center;
}

.main_wrap .title_h2 {
    display: inline;
    background: linear-gradient(to bottom, transparent 62% , #fff100 62%, #fff100 90%,transparent 90%);
    font-size: 35px;
}

.main_wrap .line_title2 {
    margin: 0 0 40px;
    display: block;
}

/* .marn_wrap .line_title {
    font-size: 35px;
    margin: 60px 0 30px;
    padding: 0 0 0 12px;
    line-height: 1.2;
    display: inline-block;
    background: linear-gradient(180deg, transparent 30px, #fff100 30px);
} */

.main_wrap .sub_text {
    font-size: 22px;
    margin-bottom: 35px;

}

.main_wrap .sub_text2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.main_wrap .otoku_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 35px 0 50px;
}

.main_wrap .otoku_item_wrap .otoku_item {
    margin-right: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main_wrap .otoku_item_wrap .otoku_item:last-child {
    margin-right: 0;
}

.main_wrap .otoku_item_wrap img {
    max-width: 100%;
}

.main_wrap .otoku_item_wrap .otoku_item_txt {
    border-radius: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.1);
    padding: 10px 7px 12px;
    width: 93%;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
    background: #fff;
    flex: 1;
    font-weight: bold;
}

.main_wrap .otoku_item_wrap .otoku_item_txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_wrap .otoku_item_wrap .otoku_item_txt h3 {
    font-size: 18px;
    text-align: center;
    color: #415093;
    font-weight: bold;
    margin: 0;
}

.main_wrap .otoku_item_wrap .otoku_item_txt h3 span {
    color: #1a1a1a;
}

.main_wrap .otoku_item_wrap .otoku_item_txt p {
   font-size: 14px;
   margin: 0;
}

.main_wrap .h3_title {
    font-size: 35px;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_wrap .h3_title::before {
    content: '';
    width: 1px;
    height: 40px;
    background: #000;
    transform: rotate(-45deg);
    margin-right: 20px;
}

.main_wrap .h3_title::after {
    content: '';
    width: 1px;
    height: 40px;
    background: #000;
    transform: rotate(45deg);
    margin-left: 10px;
}

.main_wrap .kv_banner img {
    max-width: 100%;
}

.text_underline {
    color: #b60081;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.swiper-introduce {
    display: none;
}

.gray_bg {
    background: #f4f5f6;
    margin-top: 60px;
    padding: 60px 0;
}

.case_title {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
}



.case_title img {
    width: 74px;
    height: 74px;
    margin-right: 10px;
}

.case_content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case1_txt {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: normal;
}

.blue_txt {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #415093;
    font-size: 26px;
    color: #fff;
    margin: 35px 0 30px;
}

.case_title_wrap {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.case_title_wrap li {
    display: flex;
    width: 30%;
    flex: auto;
    flex-direction: column;
}

.case_title_wrap li picture {
    margin-top: 20px;
}

.case_title_wrap li:nth-child(2) .case_title {
    justify-content: center;
}

.case_title_wrap li:nth-child(3) .case_title {
    justify-content: center;
}

.case_title_wrap li .case_p_txt {
    text-align: center;
    font-size: 14px;
    margin: 25px 0 20px;
}

.case_title_wrap li .case_btn {
    text-align: center;
    font-size: 15px;
    height: 48px;
    border-radius: 24px;
    background: #f6deef;
    color: #b60081;
    width: 80%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto;
}

.content3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px 0;
}

.content3 .content3_p {
    text-align: left;
    font-size: 21px;
}

.content3 .content3_p strong {
    font-size: 32px;
    color: #b60081;
}

.content_btm_p {
    padding: 30px 0 0;
    font-size: 22px;
}

.content4_link {
    font-size: 15px;
    height: 48px;
    border-radius: 24px;
    background: #b60081;
    color: #fff;
    max-width: 530px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 60px auto 0;
}

.bottom_link_wrap {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 60px;
}

.bottom_link_wrap li {
    width: 50%;
}

.bottom_link_wrap li img {
    max-width: 406px;
}

.bottom_link_wrap li .img_btm_p {
    font-size: 22px;
    padding: 25px 0;
}

.bottom_link_wrap_pc {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 40px;
    justify-content: space-around;
}

.bottom_link_wrap_pc li {
    width: 406px;
    height: 100px;
    background: #868686;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bottom_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.is_sp {
    display: none;
}

.is_pc {
    display: block;
}
.logo_wrap{display:flex;justify-content:space-between;padding:0 20px;}
.logo_wrap li{width:32%;border:2px solid #8c8c8c;height:90px;display:flex;align-items:center;background:#fff;justify-content:center;}
.logo_wrap li img{max-width:90%;}
@media screen and (max-width: 768px) {
    .logo_wrap{
        padding:0;
    }
    .logo_wrap li{height:13vw;border-width:0.5vw;}
    .is_sp {
        display: block;
    }

    .is_pc {
        display: none;
    }

    .kv_bg .blue_title {
        padding: 0 5vw;
    }

    .kv_bg .blue_title .h3_title {
        font-size: 6vw;
        padding: 8vw 0 6vw;
    }

    .kv_bg .blue_title .h3_subtxt {
        font-size: 4vw;
    }

    .kv_bg .kv_pic2 {
        padding: 7vw;
    }

    .main_wrap {
        max-width: 100%;
        padding: 5vw;
    }

    .main_wrap .sub_text {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    .main_wrap .sub_text2 {
        font-size: 3.1vw;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }

    .main_wrap .title_h2 {
        font-size: 6.2vw;
    }

    .main_wrap .line_title img {
        max-width: 60%;
    }

    .main_wrap .line_title2 img {
        max-width: 60%;
    }

    .main_wrap .h3_title {
        font-size: 6.6vw;
        margin-bottom: 5vw;
    }

    .main_wrap .h3_title::before {
        height: 8vw;
        margin-right: 3vw;
    }

    .main_wrap .h3_title::after {
        height: 8vw;
        margin-left: 1vw;
    }

    .main_wrap .pc_pic_wrap {
        display: none;
    }

    .main_wrap .otoku_item_wrap .otoku_item_txt {
        border-radius: 3.3vw;
        font-size: 3.7vw;
        padding: 2.4vw;
        margin-top: -7.3vw;
        min-height: 44vw;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
    }

    .main_wrap .otoku_item_wrap .otoku_item_txt h3{
        font-size: 5vw;
    }

    .swiper {
        position: relative;
        padding-bottom: 10vw;
    }

    .swiper-introduce {
        display: block;
        margin-bottom: 20vw;
        margin-top: -5.5vw;
    }

    .swiper-introduce img {
        max-width: 100%;
    }

    .swiper-introduce .swiper-pagination-bullet {
        width: 4.2vw;
        height: 4.2vw;
        margin: 0 4vw;
    }

    .swiper-pagination {
        text-align: center;
        width: 100%;
        bottom: 6vw;
    }

    .swiper-pagination-bullet-active {
        background: #b60081 !important;
    }

    .bottom_link_wrap_pc {
        display: none;
    }

    .main_wrap .line_title {
        margin: 5vw 0 8vw;
    }

    .gray_bg {
        margin-top: 8vw;
        padding: 8vw 0;
    }

    .case_title {
        justify-content: left;
        text-align: left;
        font-size: 5.3vw;
        padding-left: 3vw;
    }

    .case_title img {
        width: 19vw;
        height: 19vw;
    }

    .case_content {
        flex-direction: column;
        margin-top: 8vw;
    }

    .case_content_right .case1_txt {
        font-size: 4.2vw;
        margin-top: 12vw;
        margin-bottom: 6vw;
    }

    .case_content img {
        max-width: 100%;
    }

    .blue_txt {
        height: 25vw;
        font-size: 6vw;
        margin: 15vw -5vw 8vw;
    }

    .case_title_wrap {
        flex-direction: column;
    }

    .case_title_wrap li {
        width: 100%;
    }

    .case_title_wrap li:nth-child(1) picture img {
        max-width: 45vw;
        margin-top: 8vw;
    }

    .case_title_wrap li:nth-child(2) picture img {
        max-width: 55vw;
        margin-top: 8vw;
    }

    .case_title_wrap li:nth-child(3) picture img {
        max-width: 40vw;
        margin-top: 8vw;
    }

    .case_title_wrap li:nth-child(2) {
        margin-top: 13vw;
    }

    .case_title_wrap li:nth-child(3) {
        margin-top: 13vw;
    }

    .case_title_wrap li:nth-child(2) .case_title {
        justify-content: left;
    }

    .case_title_wrap li:nth-child(3) .case_title {
        justify-content: left;
    }

    .case_title_wrap li .case_p_txt {
        margin: 8vw 0 10vw;
        font-size: 3.8vw;
    }

    .case_title_wrap li .case_btn {
        font-size: 4.2vw;
        height: 13vw;
    }

    .content3 {
        flex-direction: column;
        padding: 0;
    }

    .content3 img {
        max-width: 100%;
    }

    .content3 .content3_p {
        text-align: center;
        font-size: 3.8vw;
    }

    .content3 .content3_p strong {
        font-size: 5vw;
    }

    .content_btm_p {
        font-size: 3.7vw;
        padding-top: 5vw;
    }

    .main_wrap img.sp100 {
        max-width: 100%;
    }

    .main_wrap img.sp80 {
        max-width: 80%;
    }

    .content4_link {
        margin-top: 10vw;
        font-size: 4.2vw;
        height: 13vw;
        max-width: 85%;
    }

    .bottom_link_wrap {
        flex-direction: column;
        margin-top: 5vw;
    }

    .bottom_link_wrap li {
        width: 100%;
        margin-top: 5vw;
    }

    .bottom_link_wrap li img {
        max-width: 90%;
    }

    .bottom_link_wrap li .img_btm_p {
        font-size: 4.2vw;
        padding: 6vw 0;
    }

    .bottom_wrap {
        margin-top: 5vw;
    }
}

/* float:start */
.float-link__container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

.float-link__contents {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .float-link__contents {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.float-link__caution {
    margin-right: 40px;
    width: 140px;
    height: 70px;
    border: 2px solid #4653a2;
    border-radius: 6px;
    background-color: #ffffff;
    color: #4653a2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.float-link__card {
    width: 500px;
    height: 70px;
    background: #b60081;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .float-link__card {
        width: 340px;
        height: 70px;
    }
}

@media screen and (max-width: 375px) {
    .float-link__card {
        width: 90.6666666667vw;
        height: 18.6666666667vw;
    }
}

.float-link__card::after {
    right: 15px;
}

@media screen and (max-width: 768px) {
    .float-link__card::after {
        right: 2.9411764706%;
        height: 17.1428571429%;
    }
}

.float-link__text {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .float-link__text {
        font-size: 17px;
    }
}

@media screen and (max-width: 375px) {
    .float-link__text {
        font-size: 4.5333333333vw;
    }
}

.float-link__note {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .float-link__note {
        font-size: 12px;
        line-height: 1.4166666667;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .float-link__note {
        font-size: 3.2vw;
    }
}

.float-top__container {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 65px;
    z-index: 11;
}

@media screen and (max-width: 768px) {
    .float-top__container {
        width: 45px;
        bottom: 110px;
        right: 15px;
    }

    .float-top__container img {
        max-width: 100%;
    }
}
#bedore-webagent-inner {
    display: none!important;
}
/* float:end */