@charset "utf-8";

.kv.kv__top {
    height: 0;
    padding-top: 33.6%;
    background: url(/insurance/assets/img/key03.jpg) center center no-repeat;
    background-size: cover;
}


.ourvision__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.ourvision__item:first-child {
    margin: 0 calc(40 / 1000 * 100%) 0 0;
}
.ourvision__item--text {
    width: calc(660 / 1000 * 100%);
}
.ourvision__item--image {
    width: calc(300 / 1000 * 100%);
}
.ourvision__title {
    padding: 0 0 calc(30 / 1000 * 100%);
    color: #f54f58;
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .ourvision__title  {
        font-size: 3.2vw;
    }
}
.ourvision__text {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .ourvision__text  {
        font-size: 2vw;
    }
}
.ourvision--section2 {
    margin: 0 0 calc(100 / 1000 * 100%);
    background-color: #eee;
}