/* --------------------
Product development
-------------------- */
.development {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .development {
        margin-bottom: 150px;
    }
}

.development__head {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .development__head {
        margin-bottom: 100px;
    }
}

.development__head .com-page-head {
    background-image: url(../../images/pages/product/development/development-page-head-bg.jpg);
}

.development__overview {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .development__overview {
        margin-bottom: 120px;
    }
}

.development__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.development__overview__title {
	font-family: "Cinzel", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin: 0 0 50px;
    text-align: center;
}

.development__overview__content p {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .development__overview__content p {
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
    }
}

.development__strong {
    background-color: rgba(255, 255, 255, .3);
    margin: 0 0 80px;
    padding: 80px 0;
}

@media (min-width: 768px) {
    .development__strong {
        margin-bottom: 130px;
    }
}

.development__strong-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__strong-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .development__strong__blk {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.development__strong__blk__head {
    margin: 0 0 50px;
}

@media (min-width: 992px) {
    .development__strong__blk__head {
        margin-bottom: 0;
    }
}

.development__strong__blk__head__title {
	font-family: "Cinzel", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin: 0 auto 40px;
	text-align: center;
}

@media (min-width: 768px) {
    .development__strong__blk__head__title {
        font-size: 2.4rem;
		text-align: left;
    }
}

.development__strong__blk__head__subtitle {
    font-family: "Cinzel", serif;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .development__strong__blk__head__subtitle {
        font-size: 1.2rem;
    }
}

.development__strong__blk__main {
    padding: 0;
}

@media (min-width: 992px) {
    .development__strong__blk__main {
        margin-left: auto;
        width: calc(100% - 180px);
    }
}

@media (min-width: 1240px) {
    .development__strong__blk__main {
        margin-left: auto;
        width: calc(100% - 250px);
    }
}

.development__strong__blk__main__item {
    border-bottom: 1px solid #707070;
    padding: 30px 0;
    position: relative;
}

@media (min-width: 768px) {
    .development__strong__blk__main__item {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.development__strong__blk__main__item:first-child {
    padding-top: 0;
}

.development__strong__blk__main__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.development__strong__blk__main__item__title {
    margin: 0;
    padding: 0 0 0 60px;
    position: relative;
}

@media (min-width: 1240px) {
    .development__strong__blk__main__item__title {
        padding-left: 80px;
    }
}

.development__strong__blk__main__item__title__number {
    color: #243e0d;
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    left: 0;
    letter-spacing: .2em;
    margin: 0;
    position: absolute;
    top: -5px;
}

@media (min-width: 1240px) {
    .development__strong__blk__main__item__title__number {
        font-size: 3.0rem;
        top: -10px;
    }
}

.development__strong__blk__main__item__title__text {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1;
    margin: 0;
}

.development__strong__blk__main__item__profile {
    margin: 20px 0 0;
    padding: 0 0 0 60px;
}

@media (min-width: 1240px) {
    .development__strong__blk__main__item__profile {
        padding-left: 80px;
    }
}

.development__strong__blk__main__item__profile__name {
    margin: 0 0 10px;
}

.development__strong__blk__main__item__profile__name__link {
    border-bottom: 1px solid #000000;
    font-size: 1.4rem;
    font-weight: 400;
    transition: color .5s cubic-bezier(.645, .045, .355, 1), border-bottom-color .5s cubic-bezier(.645, .045, .355, 1), font-weight .5s cubic-bezier(.645, .045, .355, 1);
}

.development__strong__blk__main__item__profile__name__link:hover, .development__strong__blk__main__item__profile__name__link:focus {
    border-bottom-color: #243e0d;
    color: #243e0d;
}

.development__strong__blk__main__item__profile__name__link:hover .bold, .development__strong__blk__main__item__profile__name__link:focus .bold {
    font-weight: 600;
}

.development__strong__blk__main__item__profile__detail p {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .development__strong__blk__main__item--fig {
        padding-right: 255px;
    }
}

.development__strong__blk__main__item--fig .development__strong__blk__main__item__fig {
    margin: 30px 0 0;
    padding: 0 0 0 60px;
}

@media (min-width: 768px) {
    .development__strong__blk__main__item--fig .development__strong__blk__main__item__fig {
        margin-top: 0;
        padding-left: 0;
        position: absolute;
        right: 0;
        top: 40px;
        width: 240px;
    }
}

.development__strong__blk__main__title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .development__strong__blk__main__title {
        margin-bottom: 50px;
    }
}

.development__strong__blk__main__content p {
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 0 0 15px;
}

.development__strong__blk__main__content p:last-child {
    margin-bottom: 0;
}

.development__case {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .development__case {
        margin-bottom: 120px;
    }
}

.development__case-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__case-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.development__case__head {
    margin: 0 0 80px;
}

.development__case__head__title {
	font-family: "Cinzel", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .development__case__head__title {
        font-size: 2.4rem;
    }
}

.development__case__head__subtitle {
    font-family: "Cinzel", serif;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .development__case__head__subtitle {
        font-size: 1.2rem;
    }
}

.development__case__content {
    margin: 0 0 80px;
}

.development__case__content p {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .development__case__content p {
        text-align: center;
    }
}

.development__case__detail__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.development__case__detail-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__case__detail-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.development__case__detail__menu {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 50px;
    max-width: 420px;
}

@media (min-width: 768px) {
    .development__case__detail__menu {
        margin-bottom: 80px;
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .development__case__detail__menu {
        margin-left: -30px;
        margin-right: -30px;
        max-width: none;
    }
}

.development__case__detail__menu__item {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 1.3rem;
    justify-content: flex-start;
    letter-spacing: .05em;
    line-height: 1.4;
    margin: 30px 0 0;
    padding: 0 0 0 20px;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .development__case__detail__menu__item {
        font-size: 1.6rem;
        letter-spacing: .1em;
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .development__case__detail__menu__item {
        padding-left: 75px;
        padding-right: 30px;
        width: 33.33333%;
    }
}

.development__case__detail__menu__item:before {
    background-color: #243e0d;
    bottom: auto;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: auto;
    top: 8px;
    width: 15px;
}

@media (min-width: 992px) {
    .development__case__detail__menu__item:before {
        left: 30px;
        top: 12px;
        width: 30px;
    }
}

.development__case__detail__menu__item:nth-child(1), .development__case__detail__menu__item:nth-child(2) {
    margin-top: 0;
}

@media (min-width: 992px) {
    .development__case__detail__menu__item:nth-child(3) {
        margin-top: 0;
    }
}

.development__case__detail__gallery {
    position: relative;
    z-index: 0;
}

.development__case__detail__gallery__list {
    padding: 59px 0 0;
}

@media (min-width: 768px) {
    .development__case__detail__gallery__list {
        padding-top: 0;
    }
}

.development__case__detail__gallery__list__item {
    transform: translateZ(0);
}

.development__case__detail__gallery__list .swiper-slide {
    width: 280px;
}

@media (min-width: 768px) {
    .development__case__detail__gallery__list .swiper-slide {
        width: 320px;
    }
}

.development__case__detail__gallery__list .swiper-button-prev {
    background: none;
    bottom: auto;
    display: block;
    font-size: 1.0rem;
    height: 44px;
    left: 20px;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 44px;
}

@media (min-width: 768px) {
    .development__case__detail__gallery__list .swiper-button-prev {
        left: calc(50% - 168px);
        top: 50%;
        transform: translate(-100%, -50%);
    }
}

@media (min-width: 1320px) {
    .development__case__detail__gallery__list .swiper-button-prev {
        left: calc(50% - 548px);
    }
}

.development__case__detail__gallery__list .swiper-button-prev:before, .development__case__detail__gallery__list .swiper-button-prev:after {
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 1;
}

.development__case__detail__gallery__list .swiper-button-prev:before {
    background-image: url(../../images/icons/icon-link-circled-arrow-left-black.svg);
}

.development__case__detail__gallery__list .swiper-button-prev:after {
    background-image: url(../../images/icons/icon-link-arrow-left-white.svg);
    opacity: 0;
}

.development__case__detail__gallery__list .swiper-button-prev__icon {
    background-color: #243e0d;
    border-radius: 50%;
    bottom: 0;
    display: block;
    -webkit-filter: blur(5px);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"5\" /></filter></svg>#filter");
            filter: blur(5px);
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center;
    transition: transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 0;
}

.development__case__detail__gallery__list .swiper-button-prev:hover:before, .development__case__detail__gallery__list .swiper-button-prev:focus:before {
    opacity: 0;
}

.development__case__detail__gallery__list .swiper-button-prev:hover:after, .development__case__detail__gallery__list .swiper-button-prev:focus:after {
    opacity: 1;
}

.development__case__detail__gallery__list .swiper-button-prev:hover .swiper-button-prev__icon, .development__case__detail__gallery__list .swiper-button-prev:focus .swiper-button-prev__icon {
    -webkit-filter: blur(0);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"0\" /></filter></svg>#filter");
            filter: blur(0);
    transform: scale(1);
}

.development__case__detail__gallery__list .swiper-button-next {
    background: none;
    bottom: auto;
    display: block;
    font-size: 1.0rem;
    height: 44px;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 44px;
}

@media (min-width: 768px) {
    .development__case__detail__gallery__list .swiper-button-next {
        right: calc(50% - 168px);
        top: 50%;
        transform: translate(100%, -50%);
    }
}

@media (min-width: 1320px) {
    .development__case__detail__gallery__list .swiper-button-next {
        right: calc(50% - 548px);
    }
}

.development__case__detail__gallery__list .swiper-button-next:before, .development__case__detail__gallery__list .swiper-button-next:after {
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 1;
}

.development__case__detail__gallery__list .swiper-button-next:before {
    background-image: url(../../images/icons/icon-link-circled-arrow-right-black.svg);
}

.development__case__detail__gallery__list .swiper-button-next:after {
    background-image: url(../../images/icons/icon-link-arrow-right-white.svg);
    opacity: 0;
}

.development__case__detail__gallery__list .swiper-button-next__icon {
    background-color: #243e0d;
    border-radius: 50%;
    bottom: 0;
    display: block;
    -webkit-filter: blur(5px);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"5\" /></filter></svg>#filter");
            filter: blur(5px);
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center;
    transition: transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 0;
}

.development__case__detail__gallery__list .swiper-button-next:hover:before, .development__case__detail__gallery__list .swiper-button-next:focus:before {
    opacity: 0;
}

.development__case__detail__gallery__list .swiper-button-next:hover:after, .development__case__detail__gallery__list .swiper-button-next:focus:after {
    opacity: 1;
}

.development__case__detail__gallery__list .swiper-button-next:hover .swiper-button-next__icon, .development__case__detail__gallery__list .swiper-button-next:focus .swiper-button-next__icon {
    -webkit-filter: blur(0);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"0\" /></filter></svg>#filter");
            filter: blur(0);
    transform: scale(1);
}

.development__flow {
    background-color: #243e0d;
    margin: 0 0 80px;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .development__flow {
        margin-bottom: 120px;
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

.development__flow-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__flow-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1240px) {
    .development__flow__blk {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.development__flow__blk__head {
    margin: 0 0 50px;
}

@media (min-width: 1240px) {
    .development__flow__blk__head {
        width: 250px;
    }
}

.development__flow__blk__head__title {
	font-family: "Cinzel", serif;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin: 0 auto 20px;
	text-align: center;
}

@media (min-width: 768px) {
    .development__flow__blk__head__title {
        font-size: 2.4rem;
		text-align: left;
    }
}

.development__flow__blk__head__subtitle {
    color: #ffffff;
    font-family: "Cinzel", serif;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .development__flow__blk__head__subtitle {
        font-size: 1.2rem;
    }
}

.development__flow__blk__main {
    padding: 0;
}

@media (min-width: 992px) {
    .development__flow__blk__main {
        flex-grow: 1;
        flex-shrink: 1;
        width: calc(100% - 180px);
    }
}

@media (min-width: 1240px) {
    .development__flow__blk__main {
        padding-left: 40px;
        width: calc(100% - 250px);
    }
}

.development__flow__blk__main__content {
    margin: 0 0 50px;
}

.development__flow__blk__main__content p {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

.development__flow__blk__main__list {
    height: auto;
    padding: 50px 0 100px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__flow__blk__main__list {
        padding-bottom: 50px;
        padding-top: 0;
    }
}

.development__flow__blk__main__list__item {
    padding: 10px 0 40px 60px;
    position: relative;
    transform: translateZ(0);
}

@media (min-width: 768px) {
    .development__flow__blk__main__list__item {
        padding-left: 80px;
        padding-right: 50px;
    }
}

.development__flow__blk__main__list__item:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 22px;
    margin: 0 auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 1px;
    z-index: 0;
}

@media (min-width: 768px) {
    .development__flow__blk__main__list__item:after {
        left: 25px;
    }
}

.development__flow__blk__main__list__item__number {
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #243e0d;
    display: flex;
    flex-direction: row;
    font-size: 2.0rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    left: 0;
    letter-spacing: 0;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 44px;
    z-index: 1;
}

@media (min-width: 768px) {
    .development__flow__blk__main__list__item__number {
        font-size: 2.4rem;
        height: 50px;
        width: 50px;
    }
}

.development__flow__blk__main__list__item__title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 10px;
}

.development__flow__blk__main__list__item__content p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 0;
}

.development__flow__blk__main__list__item--last {
    padding-bottom: 0;
}

.development__flow__blk__main__list__item--last:after {
    display: none;
}

.development__flow__blk__main__list .swiper-wrapper {
    height: 360px;
}

.development__flow__blk__main__list .swiper-slide {
    height: auto;
}

.development__flow__blk__main__list .swiper-button-prev {
    background: none;
    bottom: auto;
    display: block;
    font-size: 1.0rem;
    height: 44px;
    left: auto;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 44px;
}

.development__flow__blk__main__list .swiper-button-prev:before, .development__flow__blk__main__list .swiper-button-prev:after {
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 1;
}

.development__flow__blk__main__list .swiper-button-prev:before {
    background-image: url(../../images/icons/icon-link-circled-arrow-top-white.svg);
}

.development__flow__blk__main__list .swiper-button-prev:after {
    background-image: url(../../images/icons/icon-link-arrow-top-white.svg);
    opacity: 0;
}

.development__flow__blk__main__list .swiper-button-prev__icon {
    background-color: #000000;
    border-radius: 50%;
    bottom: 0;
    display: block;
    -webkit-filter: blur(5px);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"5\" /></filter></svg>#filter");
            filter: blur(5px);
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center;
    transition: transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 0;
}

.development__flow__blk__main__list .swiper-button-prev:hover:before, .development__flow__blk__main__list .swiper-button-prev:focus:before {
    opacity: 0;
}

.development__flow__blk__main__list .swiper-button-prev:hover:after, .development__flow__blk__main__list .swiper-button-prev:focus:after {
    opacity: 1;
}

.development__flow__blk__main__list .swiper-button-prev:hover .swiper-button-prev__icon, .development__flow__blk__main__list .swiper-button-prev:focus .swiper-button-prev__icon {
    -webkit-filter: blur(0);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"0\" /></filter></svg>#filter");
            filter: blur(0);
    transform: scale(1);
}

.development__flow__blk__main__list .swiper-button-next {
    background: none;
    bottom: 0;
    display: block;
    font-size: 1.0rem;
    height: 44px;
    left: auto;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: auto;
    width: 44px;
}

.development__flow__blk__main__list .swiper-button-next:before, .development__flow__blk__main__list .swiper-button-next:after {
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 1;
}

.development__flow__blk__main__list .swiper-button-next:before {
    background-image: url(../../images/icons/icon-link-circled-arrow-bottom-white.svg);
}

.development__flow__blk__main__list .swiper-button-next:after {
    background-image: url(../../images/icons/icon-link-arrow-bottom-white.svg);
    opacity: 0;
}

.development__flow__blk__main__list .swiper-button-next__icon {
    background-color: #000000;
    border-radius: 50%;
    bottom: 0;
    display: block;
    -webkit-filter: blur(5px);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"5\" /></filter></svg>#filter");
            filter: blur(5px);
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center;
    transition: transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1);
    transition: filter .75s cubic-bezier(.645, .045, .355, 1), transform .75s cubic-bezier(.645, .045, .355, 1), -webkit-filter .75s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    z-index: 0;
}

.development__flow__blk__main__list .swiper-button-next:hover:before, .development__flow__blk__main__list .swiper-button-next:focus:before {
    opacity: 0;
}

.development__flow__blk__main__list .swiper-button-next:hover:after, .development__flow__blk__main__list .swiper-button-next:focus:after {
    opacity: 1;
}

.development__flow__blk__main__list .swiper-button-next:hover .swiper-button-next__icon, .development__flow__blk__main__list .swiper-button-next:focus .swiper-button-next__icon {
    -webkit-filter: blur(0);
            filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur stdDeviation=\"0\" /></filter></svg>#filter");
            filter: blur(0);
    transform: scale(1);
}

.development__flow__blk__main__list .swiper-scrollbar-drag {
    background-color: #ffffff;
}

.development__package {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .development__package {
        margin-bottom: 120px;
    }
}

.development__package-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .development__package-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.development__package__head {
    margin: 0 0 80px;
}

.development__package__head__title {
	font-family: "Cinzel", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .development__package__head__title {
        font-size: 2.4rem;
    }
}

.development__package__head__subtitle {
    font-family: "Cinzel", serif;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .development__package__head__subtitle {
        font-size: 1.2rem;
    }
}

.development__package__content {
    margin: 0 0 80px;
}

.development__package__content p {
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .development__package__content p {
        text-align: center;
    }
}

.development__package__list {
    margin: 0;
}

@media (min-width: 992px) {
    .development__package__list {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1240px) {
    .development__package__list {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.development__package__list__item {
    margin: 0 0 30px;
    padding: 0;
}

.development__package__list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .development__package__list__item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333%;
    }
}

@media (min-width: 1240px) {
    .development__package__list__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.development__package__list__item-inner {
    background-color: rgba(255, 255, 255, .6);
    height: 100%;
    padding: 25px 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .development__package__list__item-inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.development__package__list__item-inner:before {
    background-color: #243e0d;
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
    width: 60px;
}

@media (min-width: 768px) {
    .development__package__list__item-inner:before {
        left: -25px;
        top: 25px;
        width: 100px;
    }
}

.development__package__list__item__title {
    font-size: 2.0rem;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .development__package__list__item__title {
        font-size: 2.4rem;
    }
}

@media (min-width: 1240px) {
    .development__package__list__item__title {
        font-size: 2.8rem;
    }
}

.development__package__list__item__title:after {
    background-color: #000000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 90px;
}

.development__package__list__item__subtitle {
    font-family: "Cinzel", serif;
    font-size: 1.2rem;
    letter-spacing: .08em;
    margin: 0 0 20px;
    text-align: center;
}

.development__package__list__item__fig {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 400px;
}

@media (min-width: 992px) {
    .development__package__list__item__fig {
        margin-left: -10px;
        margin-right: -10px;
        max-width: none;
    }
}

.development__package__list__item__fig__item {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px;
    text-align: center;
    width: 50%;
}

.development__package__list__item__fig__item__title {
    display: block;
    font-size: 1.2rem;
    margin: 15px 0 0;
}
