:root {
    --green: #10b75e;
}


body, html {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Proxima Nova Rg','Open Sans',Sans-Serif;
    color: #555;
    letter-spacing: 0.2px;
    line-height: 1.5em;
}
.container {
    max-width: 1140px;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0 15px;
}
.w1000 {
    max-width: 1000px;
    box-sizing: border-box;
}

.DN {
    display: none !important;
}


.btn {
    /*width: 100%;*/
    width: auto;
    border-radius: 8px;
    border: none;
    color: #fff;
    margin-bottom: 0;
    min-height: 50px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}
.btn--grey {
    background: #f7f8fb;
    color: var(--green);
    font-size: 16px;
}
.btn--green {
    background: rgb(75,176,57);
    background: linear-gradient(90deg, rgba(75,176,57,1) 0%, rgba(10,176,91,1) 100%);

}


.block {
    padding: 70px 0;
    position: relative;
}
.block--grey {
    background: #f5f5f5;
}

.block.tac > *,
.block.tac {
    text-align: center!important;
}

.col-2-1,
.col-1-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.col-2-1.aic,
.col-1-2.aic {
    align-items: center;
}
.col-1-2 > *:first-child,
.col-2-1 > *:first-child {
    margin-right: 15px;
}
.col-1-2 .img__wrapper,
.col-2-1 .img__wrapper {
    width: 35%;
    flex-shrink: 0;
    padding-top: 60px;
    padding-top: 0px;
}

.col--3,
.col-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col--3.col--stretch {
    align-items: stretch;
}
.col--3 > * {
    max-width: 100%;
    width: 100%;
    flex: 0 0 calc(94% / 3);
}



.section__title {
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}
.section__title.tac {
    text-align: center;
}



.block.block--slider {
    padding: 0;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    border: none;
    border-bottom: 3px solid #15b056;
    border-left: 3px solid #15b056;
    transform: rotate(225deg);
    opacity: .8;
    z-index: 2;
    top: 45%;
}
.slick-prev {
    transform: rotate(45deg);
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}
.slick-prev:before, .slick-next:before {
    content: '';
    display: none;
}

.slider--fw .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;

}
.slider--fw .slide .slide__info {
    padding-right: 25px;
    position: relative;
}
.slider--fw .slide:focus,
.slider--fw .slide:hover {
    border: none;
    outline: none;
}
.slider--fw .slide__title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}
.slider--fw .slide__title.min {
    font-size: 36px;
}
.slider--fw .slide__title.min-30 {
    font-size: 30px;
}
.slider--fw .slide__title .green {
    color: var(--green);
    display: block;
}

.slider--fw .slide__title .green a {
    color: var(--green);
    display: inline-block;
    text-decoration: none;
    background: #d6d7d7;
    padding: 0 5px;
    border: 1px solid var(--green);
}

.slider--fw .hr {
    background: var(--green);
    height: 3px;
    width: 167px;
    display: block;
    margin: 29px 0 0;
}

.slider--fw .hr + .slide__text  {
    margin: 29px 0;
}
.slider--fw .slide__text {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    padding-right: 200px;
}

.slide .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 15px;
    box-sizing: border-box;
}

.slide .slide__form {
    /*max-width: 320px;*/
    min-width: 330px;
    position: relative;
    box-sizing: content-box;
}
.modal__content .slide .slide__form {
    max-width: 100%;
}
.slider--fw .slide__form:after {
    content: "";
    position: absolute;
    display: block;
    right: 100%;
    bottom: 12px;
    width: 301px;
    height: 104px;
    background: url(/wp-content/themes/kora/images/online/img-arrow.png) no-repeat 0 0;
    background-size: cover;

}





.moved--top {
    margin-top: -50px;
}


.block.pt-0 {
    padding-top: 0;
}
.block--green {
    padding: 0;
    background: rgb(75,176,57);
    background: linear-gradient(90deg, rgba(75,176,57,1) 0%, rgba(10,176,91,1) 100%);
    position: relative;
}
.block--green .block__title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    padding: 20px 100px 40px;
}
.block--green .container {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block--green .block__title p {
    margin: 0;
}
.block--green:after {
    content: '';
    background: url("/wp-content/themes/kora/images/online/rounds.png") no-repeat 0 0;
    background-size: contain;
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -110px;
    opacity: 0.8;
}
.block--green.bg--right:after {
    left: auto;
    right: 0;
}


.collumn__cards.ais {
    align-items: stretch;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.collumn__cards.ais.moved--top {
    margin-top: -40px;
    position: relative;
}
.col--4 > div {
    /*padding: 7px;*/
    /*margin: 10px 1% 40px;*/
    /*flex: 0 0 calc(94% / 3);*/
    /*width: calc(94% / 3);*/
    /*box-sizing: border-box;*/
    /*min-height: 300px;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.collumn__cards > div {
    padding: 7px;
    margin: 10px 1% 40px;
    /*flex: 0 0 calc(94% / 3);*/
    /*width: calc(94% / 3);*/
    box-sizing: border-box;
    /*min-height: 300px;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.collumn__cards .card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px #999999d4;
    padding: 40px  25px 10px ;
    background: #fff;
}
.collumn__cards .img-wrapper {
    margin-bottom: 10px;
    min-height: 59px;
    /*box-shadow: 0px 0px 15px 0px #999999d4;*/
}
.collumn__cards .card__info {
    padding: 0;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
}
.collumn__cards .card__title {
    position: relative;
    padding-right: 0px;
    margin: 0 0 15px;
    min-height: 85px;
    background: #fff;
    display: flex;
    text-align: left;
    justify-content: center;
    color: var(--green);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
}
.collumn__cards .card__info p {
    color: #555555;
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
}

.block__title.tac,
.section__title.tac {
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
}
.block__title.green.tac,
.section__title.green.tac {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: var(--green);
}

.centered {
    justify-content: center;
}

.col--4 {
    display: flex;
    flex-wrap: wrap;
}
.col--4 > *,
.col--4 > .card {
    margin: 10px 1% 25px;
    flex: 0 0 calc(92% / 4);
    width: calc(94% / 3);
}
.steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 0px;
    counter-reset: section2;
}
.steps .card {
    padding: 25px 7px;
    box-sizing: border-box;
    min-height: 300px ;
    background-size: cover;
    background-position: center;
    background: #fff;
    transition: background .3s;
    text-decoration: none;
    cursor: pointer;
}
.steps .card:hover {
    background: var(--green);
    transition: background .3s;

    box-shadow: 0px 0px 10px 0px #999999d4;
}
.steps .card .img-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding: 0;
    opacity: 1;
    margin: 0 auto 40px;
}
.steps .card .img-wrapper img {
    z-index: 1;
    max-width: 65px;
    height: auto;
    max-height: 50px;
    margin: 0 !important;
}
.steps .card .card__number {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    height: 200px;
    padding: 0;
    width: 100%;
    opacity: 1;
    margin-bottom: -76px;
}

.steps .card .card__number:after {
    counter-increment: section2;
    content: counter(section2);
    font-size: 200px;
    line-height: 1;
    color: #e1eedf;
    font-weight: 700;
    height: 100%;
    position: absolute;
    /* right: auto; */
    text-align: center;
    width: 100%;
}

.steps .icon-holder {
    width: 60px;
    height: 60px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.steps .icon-holder img:nth-child(1) {
    display: block;
}
.steps .icon-holder img:nth-child(2) {
    display: none;
}
.steps .card__title {
    text-align: center;
    min-height: 66px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    color: #555;
    text-decoration: none;
}
.steps .card:hover .card__title {
    color: #fff;
}
.steps .card:hover .icon-holder img:nth-child(1) {
    display: none;
}
.steps .card:hover .icon-holder img:nth-child(2) {
    display: block;
}
.steps .card:hover .card__number:after {
    color: #e1eedf94;
}


.cards--t {

}
.cards--t .card {
    background: #fff;
    padding: 0 0 10px;
}
.cards--t .img-wrapper {
    display: flex;
    justify-content: center;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.cards--t .img-wrapper img {
    max-width: 100%;

}
.cards--t .card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 40px;
    background: #10b75ec4;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards--t .card__info {
    text-align: center;
}
.cards--t .card__info p {
    margin-bottom: 10px;
}
.cards--t .card__info p span {
    display: block;
}
.cards--t .card__show-more {
    color: var(--green);
    cursor: pointer;
}

.block.block--form {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 251px;
    background-position: center;
}


.block--result .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 250px ;
}
.block--result .img-wrapper {
    padding-right: 150px;
}

.collumn__cards.ais.moved--top.cards--clear {
    margin-top: -75px;
}
.cards--clear {

}
.cards--clear .card {
    padding: 0;
    background: transparent;
}
.cards--clear .card__title {
    background: #ffffff4d;
    color: #fff;
    padding: 6px 8px 0;
    font-size: 20px;
    line-height: 1.2;
    height: 59px;
    min-height: unset;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: -1px;

}
.cards--clear .card__info {
    padding: 0px 21px 20px;
    background: #fff;
}
.cards--clear .card__info p {
    text-align: center;
    line-height: 1.2;
}
.cards--clear .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}




.block--result {

}
.block--result .info {
    padding-right: 40px;
}
.block--result .info__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #1a2940;
    margin-bottom: 25px;
}
.block--result p {
    font-size: 15px;
    margin-bottom: 25px;
}
.block--result ul {
    list-style: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.block--result ul li {
    list-style: none;
    font-size: 15px;
    padding: 0 0 0 50px;
    background: url("/wp-content/themes/kora/images/online/b7-icon1.png") no-repeat 0 0;
    background-size: 30px ;
    margin-bottom: 20px;
    min-height: 35px;
    display: flex;
    align-items: center;
}
.block--result li p {
    margin: 0;
    padding: 0;
}
.block--result .img-wrapper {
    cursor: pointer;
}
