/*
@mixin btn-red() {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: #C4161C;
    box-sizing: border-box;
    cursor: pointer;
    padding: s1400(19) s1400(40) s1400(22) s1400(40);
    @include adaptiv_padding(19,40,22,40);
    @include adaptiv_param(border-radius,5);
    @include adaptiv_font(700, normal,18,24,-0.02em);
    @media screen and (max-width:999px) and (min-width:760px){
        padding: s760(19) s760(40) s760(22) s760(40);
        @include font-NS(700, normal,s760(18),s760(24),-0.02em);
    }
    @media screen and (max-width: 759px) {
        padding: s320(12) s320(25) s320(15) s320(25);
        width: auto;
    }
}


*/
.about {
  margin-bottom: 2.60417vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about {
    margin-bottom: 6.51042vw;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 15.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .about {
    margin-bottom: 50px;
  }
}

.about__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 0.72917vw;
  line-height: 0.88542vw;
  letter-spacing: 0;
  padding-top: 1.5625vw;
  margin-bottom: 0.15625vw;
  color: #71479D;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__breadcrumbs {
    font-size: 1.82292vw;
    line-height: 2.21354vw;
  }
}

@media screen and (max-width: 767px) {
  .about__breadcrumbs {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__breadcrumbs {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__breadcrumbs {
    padding-top: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .about__breadcrumbs {
    padding-top: 17.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__breadcrumbs {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__breadcrumbs {
    margin-bottom: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .about__breadcrumbs {
    margin-bottom: 9.375vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__breadcrumbs {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .about__breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about__breadcrumbs a {
  font-weight: 400;
  font-size: 0.72917vw;
  line-height: 0.88542vw;
  letter-spacing: 0;
  color: #71479D;
  cursor: pointer;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__breadcrumbs a {
    font-size: 1.82292vw;
    line-height: 2.21354vw;
  }
}

@media screen and (max-width: 767px) {
  .about__breadcrumbs a {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__breadcrumbs a {
    font-size: 14px;
    line-height: 17px;
  }
}

.about__breadcrumbs span {
  font-weight: 700;
}

.about h1 {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.75vw;
  letter-spacing: 0;
  color: #71479D;
  text-align: center;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about h1 {
    font-size: 4.6875vw;
    line-height: 7.03125vw;
  }
}

@media screen and (max-width: 767px) {
  .about h1 {
    font-size: 7.5vw;
    line-height: 11.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .about h1 {
    font-size: 48px;
    line-height: 72px;
  }
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 1.5625vw;
  width: 100vw;
  margin-left: -19.63542vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__wrapper {
    row-gap: 6.25vw;
  }
}

@media screen and (max-width: 767px) {
  .about__wrapper {
    row-gap: 6.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__wrapper {
    row-gap: 30px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__wrapper {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .about__wrapper {
    width: 90.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__wrapper {
    width: 1920px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__wrapper {
    margin-left: -2.08333vw;
  }
}

@media screen and (max-width: 767px) {
  .about__wrapper {
    margin-left: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__wrapper {
    margin-left: -377px;
  }
}

@media screen and (max-width: 767px) {
  .about__wrapper {
    text-align: center;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #71479D;
  padding-right: 19.375vw;
  max-width: 100vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item {
    padding-right: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item {
    padding-right: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item {
    padding-right: 372px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item {
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item {
    max-width: 82.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item {
    max-width: 1920px;
  }
}

@media screen and (max-width: 767px) {
  .about__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 6.25vw;
  }
}

.about__item_end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 19.375vw;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item_end {
    padding-left: 2.73438vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item_end {
    padding-left: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item_end {
    padding-left: 372px;
  }
}

.about__item_end .about__item__txt {
  text-align: right;
  margin-left: 1.92708vw;
  margin-right: 0;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item_end .about__item__txt {
    margin-left: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item_end .about__item__txt {
    margin-left: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item_end .about__item__txt {
    margin-left: 37px;
  }
}

@media screen and (max-width: 767px) {
  .about__item_end .about__item__txt {
    text-align: center;
  }
}

.about__item_end .about__item__img {
  margin-left: 1.92708vw;
  margin-right: 0;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item_end .about__item__img {
    margin-left: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item_end .about__item__img {
    margin-left: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item_end .about__item__img {
    margin-left: 37px;
  }
}

@media screen and (max-width: 767px) {
  .about__item_end .about__item__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.about__item__img {
  width: 26.5625vw;
  min-width: 26.5625vw;
  height: 25.52083vw;
  margin-right: 1.92708vw;
  position: relative;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__img {
    width: 27.34375vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__img {
    width: 65.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__img {
    width: 510px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__img {
    min-width: 27.34375vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__img {
    min-width: 65.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__img {
    min-width: 510px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__img {
    height: 27.34375vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__img {
    height: 59.375vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__img {
    height: 490px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__img {
    margin-right: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__img {
    margin-right: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__img {
    margin-right: 37px;
  }
}

@media screen and (max-width: 767px) {
  .about__item__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__item__img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #71479D;
  -webkit-filter: blur(2.34vw);
          filter: blur(2.34vw);
  opacity: 0.4;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (min-width: 1920px) {
  .about__item__img::before {
    -webkit-filter: blur(75px);
            filter: blur(75px);
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__img::before {
    -webkit-filter: blur(3.8vw);
            filter: blur(3.8vw);
  }
}

@media screen and (max-width: 767px) {
  .about__item__img::before {
    -webkit-filter: blur(6.25vw);
            filter: blur(6.25vw);
  }
}

.about__item__txt {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.34375vw;
  letter-spacing: 0;
  margin-right: 1.92708vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__txt {
    font-size: 2.08333vw;
    line-height: 3.125vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__txt {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__txt {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__txt {
    margin-right: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__txt {
    margin-right: 0vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__txt {
    margin-right: 37px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__txt {
    max-width: 40.49479vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

.about__item__txt span {
  white-space: nowrap;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__txt span {
    white-space: normal;
  }
}

.about__item__number {
  font-weight: 900;
  font-size: 15vw;
  line-height: 22.5vw;
  letter-spacing: 0;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .about__item__number {
    font-size: 16.66667vw;
    line-height: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .about__item__number {
    font-size: 40vw;
    line-height: 60vw;
  }
}

@media screen and (min-width: 1920px) {
  .about__item__number {
    font-size: 288px;
    line-height: 432px;
  }
}

@media screen and (max-width: 767px) {
  .about__item__number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
/*# sourceMappingURL=about.css.map */