/* --------------------
 Company
-------------------- */
.company {
    margin: 0 0 80px;
}

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

.company__head {
    margin: 0 0 80px;
}

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

.company__head .com-page-head {
    background-image: url(../images/pages/company/company-page-head-bg.jpg);
}

.company__overview {
    margin: 0 0 80px;
}

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

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

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

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

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

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

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

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

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

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

.company__policy__blk__head {
    margin: 0 0 50px;
}

@media (min-width: 992px) {
    .company__policy__blk__head {
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        width: 180px;
    }
}

@media (min-width: 1240px) {
    .company__policy__blk__head {
        width: 200px;
    }
}

.company__policy__blk__head__title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}

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

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

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

.company__policy__blk__main {
    padding: 0;
}

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

@media (min-width: 1240px) {
    .company__policy__blk__main {
        width: calc(100% - 200px);
    }
}

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

.company__policy__blk__main__list__item {
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    position: relative;
}

.company__policy__blk__main__list__item:after {
    background-color: #243e0d;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}

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

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

.company__msg {
    margin: 0 0 120px;
}

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

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

.company__msg__head {
    margin: 0 0 80px;
    padding: 0 20px;
}

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

.company__msg__head__title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}

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

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

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

.company__msg__content {
    margin: 0 0 60px;
}

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

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

.company__msg__profile {
    margin-bottom: 40px;
}

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

.company__msg__profile__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
}

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

.company__msg__profile__name {
    font-size: 1.2rem;
    line-height: 1.2;
}

.company__msg__profile__name img, .company__msg__profile__name span {
    vertical-align: baseline;
}

.company__msg__profile__name .small {
    display: block;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .company__msg__profile__name .small {
        display: inline;
    }
}

.company__msg__profile__name img {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .company__msg__profile__name img {
        margin-bottom: 0;
        margin-right: 15px;
        transform: translateY(3px);
    }
}

.company__profile {
    margin: 0 0 80px;
}

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

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

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

.company__profile__head {
    margin: 0 0 80px;
    padding: 0 20px;
}

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

.company__profile__head__title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}

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

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

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

.company__profile__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.company__profile__table > tbody > tr > th {
    font-weight: inherit;
    line-height: 1.6;
    padding: 15px 10px 15px 15px;
    position: relative;
    text-align: left;
    width: 100px;
}

@media (min-width: 768px) {
    .company__profile__table > tbody > tr > th {
        padding: 20px 15px 20px 30px;
        white-space: nowrap;
        width: auto;
    }
}

.company__profile__table > tbody > tr > th:before {
    background-color: #243e0d;
    bottom: auto;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 24px;
    width: 10px;
}

@media (min-width: 768px) {
    .company__profile__table > tbody > tr > th:before {
        top: 28px;
        width: 20px;
    }
}

.company__profile__table > tbody > tr > td {
    line-height: 2.0;
    padding: 15px 10px;
    text-align: left;
}

@media (min-width: 768px) {
    .company__profile__table > tbody > tr > td {
        padding: 20px 15px;
    }
}

.company__profile__table > tbody > tr > td, .company__profile__table > tbody > tr > th {
    font-size: 1.3rem;
    vertical-align: top;
}

.company__profile__table > tbody > tr:nth-child(odd) > th, .company__profile__table > tbody > tr:nth-child(odd) > td {
    background-color: rgba(255, 255, 255, .3);
}

.company__access {
    background-color: #243e0d;
    margin: 0 0 80px;
}

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

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

.company__access__blk__main {
    margin: 0;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .company__access__blk__main {
        padding-bottom: 80px;
        padding-top: 80px;
        width: 55%;
    }
}

.company__access__blk__main-inner {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .company__access__blk__main-inner {
        margin-left: auto;
        max-width: 640px;
        padding-left: 30px;
        padding-right: 60px;
    }
}

.company__access__blk__main__title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 0 50px;
}

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

.company__access__blk__main__address {
    color: #ffffff;
    display: block;
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 0 0 30px;
}

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

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

.company__access__blk__photo {
    background-image: url(../images/pages/company/company-access-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

@media (min-width: 992px) {
    .company__access__blk__photo {
        height: auto;
        width: 45%;
    }
}

.company__access__map {
    height: 350px;
}

@media (min-width: 768px) {
    .company__access__map {
        height: 440px;
    }
}

.company__dev {
    margin: 0 0 80px;
}

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

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

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

.company__dev__head {
    margin: 0 0 80px;
    padding: 0 20px;
}

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

.company__dev__head__title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}

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

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

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

.company__dev__list {
    position: relative;
}

.company__dev__list:before {
    background-color: #243e0d;
    bottom: 100%;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 14px;
    transition: bottom 3s linear .5s;
    width: 1px;
}

.company__dev__list:after {
    background-color: #243e0d;
    border-radius: 50%;
    bottom: -6px;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    transition: opacity 1s linear 3.5s;
    width: 12px;
}

.company__dev__list.js-trigger-active:before {
    bottom: 0;
}

.company__dev__list.js-trigger-active:after {
    opacity: 1;
}

.company__dev__list__item {
    margin: 0;
    position: relative;
}

.company__dev__list__item-inner {
    opacity: 0;
    transition: opacity .5s ease-out .5s;
    width: 50%;
}

.company__dev__list__item__title {
    color: #243e0d;
    display: block;
    font-size: 2.0rem;
    line-height: 1.4;
    position: relative;
}

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

.company__dev__list__item__title:before {
    background-color: #243e0d;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: width .5s ease-out 1s;
    width: 0;
}

.company__dev__list__item__title:after {
    background-color: #ffffff;
    border: 1px solid #243e0d;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: auto;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: opacity .5s ease-out .5s;
    width: 12px;
}

.company__dev__list__item__number {
    color: #243e0d;
    display: block;
    font-family: "Cinzel", serif;
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.4;
    margin: 0;
    position: relative;
}

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

.company__dev__list__item__number:before {
    background-color: #243e0d;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: width .5s ease-out 1s;
    width: 0;
}

.company__dev__list__item__number:after {
    background-color: #ffffff;
    border: 1px solid #243e0d;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: auto;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: opacity .5s ease-out .5s;
    width: 12px;
}

.company__dev__list__item__content {
    margin: 15px 0 0;
}

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

@media (min-width: 768px) {
    .company__dev__list__item__content p {
        font-size: 1.3rem;
    }
}

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

.company__dev__list__item__fig {
    margin: 15px 0 0;
}

.company__dev__list__item__jona {
    background-color: #ffffff;
    margin: 15px 0 0;
    max-width: 360px;
    padding: 30px 15px;
    text-align: center;
}

@media (min-width: 992px) {
    .company__dev__list__item--2002 {
        margin-bottom: 140px;
        margin-top: -180px;
    }
}

@media (min-width: 992px) {
    .company__dev__list__item--2010 {
        margin-bottom: -60px;
    }
}

@media (min-width: 992px) {
    .company__dev__list__item--2019 {
        margin-bottom: 160px;
        margin-top: -220px;
    }
}

.company__dev__list__item:nth-child(1) .company__dev__list__item__title:before, .company__dev__list__item:nth-child(1) .company__dev__list__item__number:before {
    bottom: auto;
    top: 14px;
}

.company__dev__list__item:nth-child(1) .company__dev__list__item__title:after, .company__dev__list__item:nth-child(1) .company__dev__list__item__number:after {
    background-color: #243e0d;
}

.company__dev__list__item:nth-child(odd) {
    margin-left: auto;
}

.company__dev__list__item:nth-child(odd) .company__dev__list__item-inner {
    margin-left: auto;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .company__dev__list__item:nth-child(odd) .company__dev__list__item-inner {
        padding-left: 70px;
    }
}

.company__dev__list__item:nth-child(odd) .company__dev__list__item__title:before, .company__dev__list__item:nth-child(odd) .company__dev__list__item__number:before {
    left: -30px;
}

@media (min-width: 768px) {
    .company__dev__list__item:nth-child(odd) .company__dev__list__item__title:before, .company__dev__list__item:nth-child(odd) .company__dev__list__item__number:before {
        left: -70px;
    }
}

.company__dev__list__item:nth-child(odd) .company__dev__list__item__title:after, .company__dev__list__item:nth-child(odd) .company__dev__list__item__number:after {
    left: -30px;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .company__dev__list__item:nth-child(odd) .company__dev__list__item__title:after, .company__dev__list__item:nth-child(odd) .company__dev__list__item__number:after {
        left: -70px;
    }
}

.company__dev__list__item:nth-child(even) {
    text-align: right;
}

.company__dev__list__item:nth-child(even) .company__dev__list__item-inner {
    padding-right: 30px;
}

@media (min-width: 768px) {
    .company__dev__list__item:nth-child(even) .company__dev__list__item-inner {
        padding-right: 70px;
    }
}

.company__dev__list__item:nth-child(even) .company__dev__list__item__title:before, .company__dev__list__item:nth-child(even) .company__dev__list__item__number:before {
    right: -30px;
}

@media (min-width: 768px) {
    .company__dev__list__item:nth-child(even) .company__dev__list__item__title:before, .company__dev__list__item:nth-child(even) .company__dev__list__item__number:before {
        right: -70px;
    }
}

.company__dev__list__item:nth-child(even) .company__dev__list__item__title:after, .company__dev__list__item:nth-child(even) .company__dev__list__item__number:after {
    right: -30px;
    transform: translateX(50%);
}

@media (min-width: 768px) {
    .company__dev__list__item:nth-child(even) .company__dev__list__item__title:after, .company__dev__list__item:nth-child(even) .company__dev__list__item__number:after {
        right: -70px;
    }
}

.company__dev__list__item:last-child {
    padding-bottom: 30px;
}

.company__dev__list__item.js-trigger-active .company__dev__list__item-inner {
    opacity: 1;
}

.company__dev__list__item.js-trigger-active .company__dev__list__item__title:before, .company__dev__list__item.js-trigger-active .company__dev__list__item__number:before {
    width: 25px;
}

@media (min-width: 768px) {
    .company__dev__list__item.js-trigger-active .company__dev__list__item__title:before, .company__dev__list__item.js-trigger-active .company__dev__list__item__number:before {
        width: 60px;
    }
}

.company__dev__list__item.js-trigger-active .company__dev__list__item__title:after, .company__dev__list__item.js-trigger-active .company__dev__list__item__number:after {
    opacity: 1;
}

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

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

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

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

.company__history__head {
    margin: 0 0 80px;
    padding: 0 20px;
}

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

.company__history__head__title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}

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

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

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

.company__history__list {
    margin: 0 -20px;
    padding: 59px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .company__history__list {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 0;
    }
}

.company__history__list__item {
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}

.company__history__list__item__title {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .3em;
    margin: 0 0 0 50px;
}

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

.company__history__list__item__content p {
    font-size: 1.3rem;
    letter-spacing: .3em;
    line-height: 3.0;
    margin: 0 0 0 30px;
}

.company__history__list .swiper {
    padding: 0 0 20px;
}

.company__history__list .swiper-wrapper {
    height: 450px;
}

.company__history__list .swiper-slide {
    height: auto;
    padding: 0;
    width: auto;
}

.company__history__list__prev {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 1.0rem;
    height: 44px;
    left: 0;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 5px;
    width: 44px;
}

@media (min-width: 768px) {
    .company__history__list__prev {
        top: 50%;
        transform: translateY(-50%);
    }
}

.company__history__list__prev:before, .company__history__list__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;
}

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

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

.company__history__list__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;
}

.company__history__list__prev[disabled="disabled"], .company__history__list__prev:disabled {
    opacity: .3;
    pointer-events: none;
}

.company__history__list__prev:hover:before, .company__history__list__prev:focus:before {
    opacity: 0;
}

.company__history__list__prev:hover:after, .company__history__list__prev:focus:after {
    opacity: 1;
}

.company__history__list__prev:hover .company__history__list__prev__icon, .company__history__list__prev:focus .company__history__list__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);
}

.company__history__list__next {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 1.0rem;
    height: 44px;
    left: auto;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 44px;
}

@media (min-width: 768px) {
    .company__history__list__next {
        top: 50%;
        transform: translateY(-50%);
    }
}

.company__history__list__next:before, .company__history__list__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;
}

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

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

.company__history__list__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;
}

.company__history__list__next[disabled="disabled"], .company__history__list__next:disabled {
    opacity: .3;
    pointer-events: none;
}

.company__history__list__next:hover:before, .company__history__list__next:focus:before {
    opacity: 0;
}

.company__history__list__next:hover:after, .company__history__list__next:focus:after {
    opacity: 1;
}

.company__history__list__next:hover .company__history__list__next__icon, .company__history__list__next:focus .company__history__list__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);
}

@media (max-width: 767px) {
    .company__history__list .swiper-scrollbar {
        opacity: 1 !important;
    }
}

.company__history__list .swiper-scrollbar-drag {
    background-color: #243e0d;
}
