@charset "UTF-8";
button, input, optgroup, select, textarea {
  font: revert;
}

.ost-pg-osteon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.ost-pg-osteon * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ost-pg-osteon button {
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.ost-pg-osteon#container {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ost-pg-osteon#container {
    min-width: 950px;
  }
}

.ost-c-container {
  margin: 0 auto;
  width: 950px;
}
@media screen and (max-width: 950px) {
  .ost-c-container {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .ost-c-container {
    padding: 0 10px;
    width: 100%;
  }
}

.ost-c-globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 160%;
  font-weight: bold;
  min-height: 60px;
}
.ost-c-globalNav__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11%;
}
.ost-c-globalNav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ost-c-globalNav__nav li.-current a {
  color: #157CD1;
}
.ost-c-globalNav__nav li.-current a::before, .ost-c-globalNav__nav li.-current a::after {
  opacity: 1;
}
.ost-c-globalNav__nav a {
  display: block;
  position: relative;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ost-c-globalNav__nav a::before, .ost-c-globalNav__nav a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ost-c-globalNav__nav a::before {
  z-index: -2;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: rgba(21, 124, 209, 0.05);
}
.ost-c-globalNav__nav a::after {
  z-index: -1;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: rgba(21, 124, 209, 0.05);
}
@media screen and (min-width: 768px) {
  .ost-c-globalNav__nav a:hover {
    color: #157CD1;
  }
  .ost-c-globalNav__nav a:hover::before, .ost-c-globalNav__nav a:hover::after {
    opacity: 1;
  }
}
.ost-c-globalNav--noLogo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ost-c-globalNav--noLogo .ost-c-globalNav__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 73%;
}
@media screen and (max-width: 767px) {
  .ost-c-globalNav {
    display: block;
  }
  .ost-c-globalNav__logo {
    margin-right: 0;
    text-align: center;
  }
  .ost-c-globalNav__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #C7DFF1;
    border-bottom: 1px solid #C7DFF1;
    padding-bottom: 15px;
  }
  .ost-c-globalNav__nav li {
    margin-top: 15px;
    padding: calc(14px - 0.3em) 14px;
    width: 50%;
    text-align: center;
  }
  .ost-c-globalNav__nav a::before {
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    width: 44px;
    height: 44px;
  }
  .ost-c-globalNav__nav a::after {
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
  .ost-c-globalNav--noLogo .ost-c-globalNav__nav {
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
}

.ost-c-text {
  font-size: 160%;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ost-c-text {
    font-size: 140%;
    line-height: 1.6;
  }
}

.ost-c-sup {
  font-size: 130%;
  line-height: 1.4;
}

.ost-c-heading {
  margin-bottom: 50px;
  border-left: 4px solid #157CD1;
  padding: 0.62em 0 0.62em 40px;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.36;
  color: #157CD1;
}
@media screen and (max-width: 767px) {
  .ost-c-heading {
    margin-bottom: 30px;
    padding: calc(10px - 0.3em) 0 calc(10px - 0.3em) 20px;
    font-size: 180%;
    line-height: 1.6;
  }
}

.ost-c-pageHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 82px 0 110px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.ost-c-pageHeading [lang=ja] {
  font-size: 360%;
}
.ost-c-pageHeading [lang=ja]::first-letter {
  color: #157CD1;
}
.ost-c-pageHeading [lang=en] {
  margin-left: 40px;
  font-size: 160%;
  line-height: 1.18;
  color: #157CD1;
}
@media screen and (max-width: 767px) {
  .ost-c-pageHeading {
    display: block;
    text-align: center;
    margin: 63px 0 35px;
  }
  .ost-c-pageHeading [lang=ja] {
    font-size: 240%;
  }
  .ost-c-pageHeading [lang=en] {
    display: block;
    margin-left: 0;
    font-size: 120%;
    line-height: 1.63;
  }
}

.ost-c-linkBtn {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ost-c-linkBtn a, .ost-c-linkBtn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border-radius: 100px;
  padding: calc(20px - 0.25em) 20px;
  min-height: 80px;
  font-size: 180%;
  line-height: 1.5;
  background-color: #fff;
  color: #157CD1;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.ost-c-linkBtn a::before, .ost-c-linkBtn a::after, .ost-c-linkBtn button::before, .ost-c-linkBtn button::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 16px;
  height: 16px;
  background: center/contain no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ost-c-linkBtn a::after, .ost-c-linkBtn button::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .ost-c-linkBtn a:hover, .ost-c-linkBtn button:hover {
    background-color: #114C7D;
    color: #fff;
  }
  .ost-c-linkBtn a:hover .arw, .ost-c-linkBtn button:hover .arw {
    background-color: #fff;
  }
  .ost-c-linkBtn a:hover .arw::before, .ost-c-linkBtn button:hover .arw::before {
    border-color: transparent transparent transparent #114C7D;
  }
  .ost-c-linkBtn a:hover::after, .ost-c-linkBtn button:hover::after {
    opacity: 1;
  }
}
.ost-c-linkBtn a[target=_blank]::before, .ost-c-linkBtn button[target=_blank]::before {
  background-image: url(../../images/icon_window_01_blue_2x.png);
}
.ost-c-linkBtn a[target=_blank]::after, .ost-c-linkBtn button[target=_blank]::after {
  background-image: url(../../images/icon_window_01_white_2x.png);
}
.ost-c-linkBtn button {
  border: none;
  width: 100%;
  cursor: pointer;
}
.ost-c-linkBtn .arw {
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #157CD1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ost-c-linkBtn .arw::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.ost-c-linkBtn .text {
  text-align: center;
}
.ost-c-linkBtn .sub {
  display: block;
  font-size: 77%;
}
.ost-c-linkBtn + .ost-c-linkBtn {
  margin-top: 30px;
}
.ost-c-linkBtn .icon {
  top: calc(50% - 15px);
  left: 21px;
  width: 29px;
}
.ost-c-linkBtn .icon img {
  width: 100%;
}
.ost-c-linkBtn--blue a,
.ost-c-linkBtn--blue button {
  background-color: #157CD1;
  color: #fff;
}
.ost-c-linkBtn--blue a .arw,
.ost-c-linkBtn--blue button .arw {
  background-color: #fff;
}
.ost-c-linkBtn--blue a .arw::before,
.ost-c-linkBtn--blue button .arw::before {
  border-color: transparent transparent transparent #157CD1;
}
.ost-c-linkBtn--blue a[target=_blank]::before,
.ost-c-linkBtn--blue button[target=_blank]::before {
  background-image: url(../../images/icon_window_01_white_2x.png);
}
.ost-c-linkBtn--sm {
  width: 260px;
}
.ost-c-linkBtn--sm a,
.ost-c-linkBtn--sm button {
  padding: calc(12px - 0.35em) 20px;
  min-height: 40px;
  font-size: 160%;
  line-height: 1.7;
}
.ost-c-linkBtn--sm a .arw,
.ost-c-linkBtn--sm button .arw {
  left: 14px;
}
.ost-c-linkBtn--external a[target=_blank]::before,
.ost-c-linkBtn--external button[target=_blank]::before {
  background-image: url(../../images/icon_external_01_blue_2x.png);
}
.ost-c-linkBtn--external a[target=_blank]::after,
.ost-c-linkBtn--external button[target=_blank]::after {
  background-image: url(../../images/icon_external_01_white_2x.png);
}
.ost-c-linkBtn--external.ost-c-linkBtn--blue a[target=_blank]::before,
.ost-c-linkBtn--external.ost-c-linkBtn--blue button[target=_blank]::before {
  background-image: url(../../images/icon_external_01_white_2x.png);
}
.ost-c-linkBtn--sns {
  width: auto;
  height: 100%;
}
.ost-c-linkBtn--sns a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: calc(15px - 0.25em) 20px;
  min-height: 50px;
  word-break: break-word;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .ost-c-linkBtn--sns a:hover {
    opacity: 0.7;
    background-color: #114C7D;
  }
}
.ost-c-linkBtn--sns a[target=_blank]::before {
  content: none;
}
.ost-c-linkBtn--sns a[target=_blank]::after {
  content: none;
}
.ost-c-linkBtn--sns--facebook a {
  background-color: #3B5998;
}
@media screen and (min-width: 768px) {
  .ost-c-linkBtn--sns--facebook a:hover {
    background-color: #3B5998;
  }
}
.ost-c-linkBtn--sns--facebook a .text {
  margin-left: 14%;
}
.ost-c-linkBtn--sns--instagram a {
  background: linear-gradient(75deg, #ffb31f 0%, #fd000c 38%, #be0093 100%);
}
.ost-c-linkBtn--sns--instagram a .text {
  margin-left: 13%;
}
.ost-c-linkBtn--sns .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ost-c-linkBtn--sns .text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ost-c-linkBtn {
    width: 100%;
  }
  .ost-c-linkBtn a,
  .ost-c-linkBtn button {
    padding: calc(22px - 0.185em) 20px;
    min-height: 60px;
    font-size: 140%;
    line-height: 1.37;
  }
  .ost-c-linkBtn .arw {
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #157CD1;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .ost-c-linkBtn .arw::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }
  .ost-c-linkBtn .sub {
    font-size: 85%;
  }
  .ost-c-linkBtn + .ost-c-linkBtn {
    margin-top: 15px;
  }
  .ost-c-linkBtn .icon {
    top: calc(50% - 13px);
    left: 19px;
    width: 24px;
  }
  .ost-c-linkBtn--sm {
    width: 260px;
  }
  .ost-c-linkBtn--sm a,
  .ost-c-linkBtn--sm button {
    padding: calc(12px - 0.35em) 20px;
    min-height: 40px;
  }
  .ost-c-linkBtn--sns {
    width: auto;
  }
  .ost-c-linkBtn--sns a {
    padding: calc(13px - 0.25em) 19px;
    min-height: 43px;
    font-size: 150%;
  }
  .ost-c-linkBtn--sns--facebook a .text {
    margin-left: 14%;
  }
  .ost-c-linkBtn--sns--instagram a .text {
    margin-left: 13.5%;
  }
}

.c-linkBtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-linkBtn__list {
    margin-top: 30px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-linkBtn__list li {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .c-linkBtn__list li {
    width: 100%;
  }
}
.c-linkBtn__list li .ost-c-linkBtn {
  margin: 0 !important;
}
.c-linkBtn__list__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ost-c-gradation {
  position: relative;
  width: 100%;
  background-color: #E1EDF5;
}
.ost-c-gradation::before, .ost-c-gradation::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
}
.ost-c-gradation::before {
  bottom: 100%;
  height: 170px;
  background: rgb(225, 237, 245);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(225, 237, 245)), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(0deg, rgb(225, 237, 245) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.ost-c-gradation::after {
  top: 100%;
  height: 118px;
  margin-top: -1px;
  background: rgb(225, 237, 245);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.01)), to(rgb(225, 237, 245)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0%, rgb(225, 237, 245) 100%);
}
@media screen and (max-width: 767px) {
  .ost-c-gradation::before {
    height: 150px;
  }
  .ost-c-gradation::after {
    height: 170px;
  }
}

.ost-p-conversionArea {
  padding: 170px 0 140px;
}
.ost-p-conversionArea__heading {
  margin-top: 43px;
  border-top: 1px solid #C7DFF1;
  padding-top: 50px;
  text-align: center;
}
.ost-p-conversionArea__heading .ost-c-text {
  margin-top: calc(15px - 0.35em);
}
.ost-p-conversionArea__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
}
.ost-p-conversionArea__links--sns {
  margin-top: 48px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 20px;
  -webkit-column-gap: 3.2%;
     -moz-column-gap: 3.2%;
          column-gap: 3.2%;
}
.ost-p-conversionArea__links--sns li {
  width: 20.4%;
}
.ost-p-conversionArea > .ost-c-sup {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ost-p-conversionArea {
    padding: 80px 0 60px;
  }
  .ost-p-conversionArea__heading {
    margin-top: 54px;
    padding-top: 60px;
  }
  .ost-p-conversionArea__heading .ost-c-text {
    margin-top: calc(24px - 0.3em);
  }
  .ost-p-conversionArea__links {
    display: block;
    margin-top: 34px;
  }
  .ost-p-conversionArea__links li + li {
    margin-top: 20px;
  }
  .ost-p-conversionArea__links--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 28px;
    row-gap: 20px;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .ost-p-conversionArea__links--sns li {
    width: 46%;
    max-width: 170px;
  }
  .ost-p-conversionArea__links--sns li + li {
    margin: 0;
  }
}

.ost-c-flow li {
  position: relative;
}
.ost-c-flow li + li {
  margin-top: 28px;
}
.ost-c-flow li::before, .ost-c-flow li::after {
  content: "";
  position: absolute;
  background-color: #157CD1;
}
.ost-c-flow li::before {
  opacity: 1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 30px;
  left: -4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ost-c-flow li::after {
  width: 1px;
  height: 0px;
  top: 30px;
  left: 0px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.ost-c-flow li:last-of-type::after {
  content: none;
}
.ost-c-flow li.-shown::after {
  height: 118px;
}
.ost-c-flow__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ost-c-flow__head {
  width: calc(100% - 140px);
  padding: 0 40px;
}
.ost-c-flow__body {
  width: 140px;
}
.ost-c-flow__heading {
  margin-top: 16px;
  font-weight: bold;
}
.ost-c-flow__heading .sub {
  display: block;
  font-size: 140%;
  color: #157CD1;
}
.ost-c-flow__heading .sub .num {
  font-size: 157%;
}
.ost-c-flow__heading .text {
  display: block;
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  .ost-c-flow li + li {
    margin-top: 30px;
  }
  .ost-c-flow li::before {
    top: 16px;
  }
  .ost-c-flow li::after {
    top: 16px;
  }
  .ost-c-flow li.-shown::after {
    height: calc(100% + 30px);
  }
  .ost-c-flow__head {
    width: calc(100% - 100px);
    padding: 0 1em 0 28px;
  }
  .ost-c-flow__body {
    width: 100px;
  }
  .ost-c-flow__heading {
    margin-top: 0;
  }
  .ost-c-flow__heading .text {
    font-size: 140%;
  }
}

.ost-c-imageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ost-c-imageText + .ost-c-imageText {
  margin-top: 40px;
}
.ost-c-imageText__image {
  width: 140px;
}
.ost-c-imageText__image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.ost-c-imageText__text {
  width: calc(100% - 140px);
  padding-left: 30px;
}
.ost-c-imageText__heading {
  margin-bottom: calc(20px - 0.06em);
  font-size: 200%;
  line-height: 1.12;
  font-weight: bold;
  color: #157CD1;
}
@media screen and (max-width: 767px) {
  .ost-c-imageText + .ost-c-imageText {
    margin-top: 30px;
  }
  .ost-c-imageText__image {
    width: 120px;
  }
  .ost-c-imageText__text {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
}

.ost-c-product {
  display: block;
  overflow: visible;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ost-c-product:hover .ost-c-product__image {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(21, 124, 209, 0.6);
            box-shadow: 0px 0px 10px 0px rgba(21, 124, 209, 0.6);
  }
  .ost-c-product:hover .ost-c-product__name {
    color: #157CD1;
    text-decoration: underline;
  }
}
.ost-c-product__image {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px transparent;
          box-shadow: 0px 0px 10px 0px transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.ost-c-product__image img {
  width: 100%;
  height: auto;
}
.ost-c-product__name {
  display: block;
  position: relative;
  margin-top: calc(15px - 0.2em);
  padding-left: 1.3em;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ost-c-product__name .arw {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #157CD1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  top: 2px;
}
.ost-c-product__name .arw::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ost-c-product__name {
    margin-top: calc(13px - 0.2em);
    padding-left: 1.4em;
  }
}

.ost-p-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ost-p-flow__head {
  padding-right: 60px;
  width: 46%;
}
.ost-p-flow__head > .ost-c-sup {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}
.ost-p-flow__body {
  width: 54%;
}
.ost-p-flow .heading {
  position: relative;
  margin-bottom: 64px;
  padding-top: 52px;
  font-size: 220%;
  line-height: 1.36;
  font-weight: bold;
  color: #157CD1;
}
.ost-p-flow .heading img {
  display: block;
  margin-bottom: 10px;
}
.ost-p-flow .heading .num {
  position: absolute;
  top: -0.15em;
  left: -30px;
  font-size: 818%;
  line-height: 1;
  color: rgba(21, 124, 209, 0.1);
}
.ost-p-flow .ost-c-linkBtn {
  margin-top: 43px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ost-p-flow {
    display: block;
  }
  .ost-p-flow__head {
    padding-right: 0;
    width: 100%;
  }
  .ost-p-flow__head > .ost-c-sup {
    margin-top: 20px;
  }
  .ost-p-flow__body {
    margin-top: 60px;
    width: 100%;
  }
  .ost-p-flow .heading {
    margin-bottom: calc(57px - 0.33em);
    padding-top: calc(28px - 0.33em);
    font-size: 180%;
    line-height: 1.66;
  }
  .ost-p-flow .heading .num {
    left: -24px;
    font-size: 777%;
  }
  .ost-p-flow .ost-c-linkBtn {
    margin-top: 32px;
  }
}

.ost-pg-technology .ost-c-pageHeading {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .ost-pg-technology .ost-c-pageHeading {
    margin-bottom: 35px;
  }
}
.ost-pg-technology .ost-mv {
  position: relative;
  padding: 70px 0 80px;
}
.ost-pg-technology .ost-mv::before, .ost-pg-technology .ost-mv::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: url(../../images/bg_round_01_blue.png) 50% 50%/contain no-repeat;
}
.ost-pg-technology .ost-mv::before {
  top: 40px;
  right: calc(50% + 337px);
}
.ost-pg-technology .ost-mv::after {
  bottom: -52px;
  left: calc(50% + 337px);
}
.ost-pg-technology .ost-mv .ost-c-container {
  position: relative;
  z-index: 1;
}
.ost-pg-technology .ost-mv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.ost-pg-technology .ost-mv__heading .text {
  margin-left: 40px;
  border-left: 4px solid #157CD1;
  padding: calc(10px - 0.18em) 0 calc(10px - 0.18em) 40px;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.36;
  color: #157CD1;
}
.ost-pg-technology .ost-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ost-pg-technology .ost-mv__movie {
  width: 58%;
}
.ost-pg-technology .ost-mv__movie video {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.ost-pg-technology .ost-mv__lead {
  width: 36.84%;
}
.ost-pg-technology .ost-mv__lead .lead {
  font-size: 160%;
  line-height: 1.6;
}
.ost-pg-technology .ost-mv__lead .lead .em {
  font-size: 125%;
  font-weight: bold;
  color: #157CD1;
}
.ost-pg-technology .ost-mv .ost-c-linkBtn {
  margin-top: 40px;
  width: 100%;
}
.ost-pg-technology .ost-mv .ost-c-sup {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ost-pg-technology .ost-mv {
    padding: 40px 0 80px;
  }
  .ost-pg-technology .ost-mv::before, .ost-pg-technology .ost-mv::after {
    width: 200px;
    height: 200px;
  }
  .ost-pg-technology .ost-mv::before {
    top: 0px;
    right: auto;
    left: -100px;
  }
  .ost-pg-technology .ost-mv::after {
    bottom: auto;
    top: 278px;
    right: -100px;
  }
  .ost-pg-technology .ost-mv__heading {
    display: block;
    margin-bottom: 30px;
  }
  .ost-pg-technology .ost-mv__heading .text {
    display: block;
    margin: 30px 0 0 0;
    padding: calc(14px - 0.33em) 0 calc(14px - 0.33em) 20px;
    font-size: 180%;
    line-height: 1.66;
  }
  .ost-pg-technology .ost-mv__body {
    display: block;
  }
  .ost-pg-technology .ost-mv__movie {
    width: 100%;
  }
  .ost-pg-technology .ost-mv__lead {
    margin-top: 30px;
    width: 100%;
  }
  .ost-pg-technology .ost-mv .ost-c-linkBtn {
    margin-top: 36px;
  }
}
.ost-pg-technology .ost-p-conversionArea {
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .ost-pg-technology .ost-p-conversionArea {
    padding-top: 0px;
  }
}

.ost-pg-company .ost-mv {
  padding: 50px 0 130px;
}
.ost-pg-company .ost-mv::before, .ost-pg-company .ost-mv::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: url(../../images/bg_round_01_blue.png) 50% 50%/contain no-repeat;
}
.ost-pg-company .ost-mv::before {
  top: 0;
  right: calc(50% + 337px);
}
.ost-pg-company .ost-mv::after {
  bottom: -12px;
  left: calc(50% + 337px);
}
.ost-pg-company .ost-mv .ost-c-container {
  position: relative;
  z-index: 1;
}
.ost-pg-company .ost-mv__wrapper::before {
  z-index: 0;
  bottom: auto;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(225, 237, 245)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(225, 237, 245) 0%, rgb(255, 255, 255) 100%);
}
.ost-pg-company .ost-mv__wrapper::after {
  content: none;
}
.ost-pg-company .ost-mv .ost-c-container {
  position: relative;
}
.ost-pg-company .ost-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ost-pg-company .ost-mv__movie {
  width: 58.94%;
}
.ost-pg-company .ost-mv__movie video {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.ost-pg-company .ost-mv__lead {
  width: 36.42%;
  font-weight: bold;
}
.ost-pg-company .ost-mv__lead .upper {
  font-size: 260%;
  line-height: 1.5;
}
.ost-pg-company .ost-mv__lead .upper .em {
  color: #157CD1;
}
.ost-pg-company .ost-mv__lead .bottom {
  margin-top: 37px;
  font-size: 160%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ost-pg-company .ost-mv {
    padding: 86px 0 100px;
  }
  .ost-pg-company .ost-mv::before, .ost-pg-company .ost-mv::after {
    width: 200px;
    height: 200px;
  }
  .ost-pg-company .ost-mv::before {
    top: -16px;
    right: auto;
    left: -100px;
  }
  .ost-pg-company .ost-mv::after {
    bottom: 0;
    left: auto;
    right: -100px;
  }
  .ost-pg-company .ost-mv__body {
    display: block;
  }
  .ost-pg-company .ost-mv__movie {
    margin-top: 28px;
    width: 100%;
  }
  .ost-pg-company .ost-mv__lead {
    width: 100%;
  }
  .ost-pg-company .ost-mv__lead .upper {
    font-size: 200%;
    line-height: 1.4;
  }
  .ost-pg-company .ost-mv__lead .bottom {
    margin-top: calc(26px - 0.3em);
    font-size: 140%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .ost-pg-company .ost-gradationWrapper {
    background: rgb(225, 237, 245);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(225, 237, 245)), to(rgba(255, 255, 255, 0.01)));
    background: linear-gradient(0deg, rgb(225, 237, 245) 0%, rgba(255, 255, 255, 0.01) 100%);
  }
}
.ost-pg-company .ost-pointArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 20px;
  padding: 28px 36px 38px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
}
.ost-pg-company .ost-pointArea__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
  font-size: 180%;
  line-height: 166%;
  font-weight: bold;
  color: #157CD1;
}
.ost-pg-company .ost-pointArea__heading > * {
  display: block;
}
.ost-pg-company .ost-pointArea__heading .text {
  margin-top: 12px;
}
.ost-pg-company .ost-pointArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.ost-pg-company .ost-pointArea__list li {
  border-left: 1px solid #C7DFF1;
  padding: 0 16px;
  color: #157CD1;
  font-weight: bold;
}
.ost-pg-company .ost-pointArea__list li h3 {
  font-size: 120%;
  font-weight: bold;
}
.ost-pg-company .ost-pointArea__list li h3 .num {
  padding-left: 0.3em;
  font-size: 166%;
}
.ost-pg-company .ost-pointArea__list li p {
  margin-top: calc(17px - 0.1125em);
  font-size: 160%;
  line-height: 1.225;
}
.ost-pg-company .ost-pointArea__link {
  position: absolute;
  top: 100%;
  left: calc(50% - 130px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ost-pg-company .ost-pointArea {
    display: block;
    margin-top: -60px;
    padding: 40px 15px 32px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ost-pg-company .ost-pointArea__heading {
    display: block;
    padding: 0 0 26px 0;
    text-align: center;
  }
  .ost-pg-company .ost-pointArea__heading img {
    margin: 0 auto;
  }
  .ost-pg-company .ost-pointArea__list {
    display: block;
  }
  .ost-pg-company .ost-pointArea__list li {
    border-left: none;
    border-top: 1px solid #C7DFF1;
    padding: 10px 15px 18px;
    text-align: center;
  }
  .ost-pg-company .ost-pointArea__list li p {
    margin-top: calc(7px - 0.1125em);
  }
  .ost-pg-company .ost-pointArea__link {
    left: calc(50% - 130px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.ost-pg-company .ost-leadArea {
  margin-top: 66px;
}
.ost-pg-company .ost-leadArea__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 125px;
}
.ost-pg-company .ost-leadArea__gallery li {
  width: 48.42%;
}
.ost-pg-company .ost-leadArea__gallery li button {
  width: 100%;
  border: none;
  padding: 0;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ost-pg-company .ost-leadArea__gallery li button:hover img {
    opacity: 0.8;
  }
}
.ost-pg-company .ost-leadArea__gallery li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ost-pg-company .ost-leadArea {
    margin-top: 100px;
  }
  .ost-pg-company .ost-leadArea__gallery {
    display: block;
    margin-top: 80px;
  }
  .ost-pg-company .ost-leadArea__gallery li {
    width: 100%;
  }
  .ost-pg-company .ost-leadArea__gallery li + li {
    margin-top: 10px;
  }
}
.ost-pg-company .ost-aboutArea {
  margin-top: 50px;
  padding-bottom: 76px;
}
@media screen and (min-width: 768px) {
  .ost-pg-company .ost-aboutArea__wrapper.ost-c-gradation {
    background-color: transparent;
  }
  .ost-pg-company .ost-aboutArea__wrapper.ost-c-gradation::before {
    height: 1230px;
    bottom: 0;
  }
  .ost-pg-company .ost-aboutArea__wrapper.ost-c-gradation::after {
    height: 162px;
  }
}
.ost-pg-company .ost-aboutArea__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
.ost-pg-company .ost-aboutArea__body > * {
  width: 47.36%;
}
.ost-pg-company .ost-aboutArea__links li + li {
  margin-top: 30px;
}
.ost-pg-company .ost-aboutArea__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #BBC5CC;
  padding: 18px 20px;
  font-size: 160%;
}
.ost-pg-company .ost-aboutArea__info dl:last-of-type {
  border-bottom: 1px solid #BBC5CC;
}
.ost-pg-company .ost-aboutArea__info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1em;
  width: 98px;
  color: #157CD1;
  font-weight: bold;
}
.ost-pg-company .ost-aboutArea__info dd {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ost-pg-company .ost-aboutArea {
    margin-top: 32px;
    padding-bottom: 80px;
  }
  .ost-pg-company .ost-aboutArea__wrapper::after {
    height: 120px;
  }
  .ost-pg-company .ost-aboutArea__body {
    display: block;
    margin-top: 30px;
  }
  .ost-pg-company .ost-aboutArea__body > * {
    width: 100%;
  }
  .ost-pg-company .ost-aboutArea__links li + li {
    margin-top: 15px;
  }
  .ost-pg-company .ost-aboutArea__info {
    margin-top: 30px;
  }
  .ost-pg-company .ost-aboutArea__info dl {
    padding: 10px 0;
    font-size: 140%;
  }
  .ost-pg-company .ost-aboutArea__info dt {
    width: 64px;
  }
}
.ost-pg-company .ost-p-conversionArea {
  padding-top: 116px;
}
@media screen and (max-width: 767px) {
  .ost-pg-company .ost-p-conversionArea {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .ost-pg-company .modal__container {
    width: 850px;
  }
}
.ost-pg-company .modal__container video {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.ost-pg-menu .ost-menu {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.ost-pg-menu .ost-menu__msg {
  margin-top: 68px;
  text-align: center;
}
.ost-pg-menu .ost-menu__catWrapper {
  width: 100%;
  overflow: auto;
}
.ost-pg-menu .ost-menu__catWrapper:nth-child(odd) {
  background-color: #fff;
}
.ost-pg-menu .ost-menu__catWrapper:nth-child(even) {
  background-color: #F2F7FA;
}
.ost-pg-menu .ost-menu__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0;
  width: auto;
}
.ost-pg-menu .ost-menu__catList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.ost-pg-menu .ost-menu__catList > li:first-of-type {
  padding-left: 30px;
}
.ost-pg-menu .ost-menu__catList > li:last-of-type {
  padding-right: 30px;
}
.ost-pg-menu .ost-menu__catList > li.-current button {
  border-bottom: 4px solid #157CD1;
  color: #157CD1;
}
.ost-pg-menu .ost-menu__catList > li.-current button .text::before, .ost-pg-menu .ost-menu__catList > li.-current button .text::after {
  opacity: 1;
}
.ost-pg-menu .ost-menu__catList button {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border: none;
  border-bottom: 4px solid transparent;
  padding: 30px 20px;
  background: none;
  font-size: 140%;
  font-weight: bold;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  cursor: pointer;
}
.ost-pg-menu .ost-menu__catList button .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.ost-pg-menu .ost-menu__catList button .text::before, .ost-pg-menu .ost-menu__catList button .text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ost-pg-menu .ost-menu__catList button .text::before {
  z-index: -2;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: rgba(21, 124, 209, 0.05);
}
.ost-pg-menu .ost-menu__catList button .text::after {
  z-index: -1;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: rgba(21, 124, 209, 0.05);
}
.ost-pg-menu .ost-menu__catList button .sup {
  display: block;
  font-size: 85%;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ost-pg-menu .ost-menu__catList button:hover {
    border-bottom: 4px solid #157CD1;
    color: #157CD1;
  }
  .ost-pg-menu .ost-menu__catList button:hover .text::before, .ost-pg-menu .ost-menu__catList button:hover .text::after {
    opacity: 1;
  }
}
.ost-pg-menu .ost-menu__catList--sol {
  display: none;
}
.ost-pg-menu .ost-menu__catList--sol.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ost-pg-menu .ost-menu__body {
  border-top: 1px solid #C7DFF1;
  padding: 45px 40px 50px;
  background-color: #F2F7FA;
}
.ost-pg-menu .ost-menu__lead {
  display: none;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 20px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
}
.ost-pg-menu .ost-menu__lead.-active {
  display: block;
  -webkit-animation: 0.3s ease forwards fadeIn;
          animation: 0.3s ease forwards fadeIn;
}
.ost-pg-menu .ost-menu__lead::after {
  content: "";
  display: block;
  clear: both;
}
.ost-pg-menu .ost-menu__lead img {
  width: 100%;
  height: auto;
}
.ost-pg-menu .ost-menu__lead > .image {
  float: left;
  margin-right: 30px;
  width: 30.37%;
}
.ost-pg-menu .ost-menu__lead > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(40px - 0.35em);
}
.ost-pg-menu .ost-menu__lead > .text .ost-c-text {
  margin-right: 20px;
}
.ost-pg-menu .ost-menu__lead > .text .image {
  width: 34.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ost-pg-menu .ost-menu__lead .ost-c-sup {
  margin-top: calc(35px - 0.2em);
}
.ost-pg-menu .ost-menu__products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}
.ost-pg-menu .ost-menu__products li {
  width: 16.6%;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .ost-pg-menu .ost-menu {
    margin-top: 30px;
  }
  .ost-pg-menu .ost-menu__catList > li:first-of-type {
    padding-left: 10px;
  }
  .ost-pg-menu .ost-menu__catList > li:last-of-type {
    padding-right: 10px;
  }
  .ost-pg-menu .ost-menu__catList button {
    padding: 20px 10px 12px;
  }
  .ost-pg-menu .ost-menu__body {
    padding: 35px 20px 40px;
  }
  .ost-pg-menu .ost-menu__lead {
    margin-bottom: 20px;
    padding: 40px 15px;
  }
  .ost-pg-menu .ost-menu__lead > .image {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .ost-pg-menu .ost-menu__lead > .text {
    display: block;
    margin-top: calc(20px - 0.35em);
  }
  .ost-pg-menu .ost-menu__lead > .text .ost-c-text {
    margin-right: 0;
  }
  .ost-pg-menu .ost-menu__lead > .text .image {
    width: 100%;
  }
  .ost-pg-menu .ost-menu__lead .ost-c-sup {
    margin-top: calc(20px - 0.2em);
  }
  .ost-pg-menu .ost-menu__products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0 -15px;
  }
  .ost-pg-menu .ost-menu__products li {
    width: 50%;
    padding: 20px 0 0 15px;
  }
}

.ost-productModal {
  width: 850px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ost-productModal {
    width: 100%;
    padding: 0 10px;
    max-height: 100%;
  }
}
.ost-productModal__head {
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #F2F7FA;
}
.ost-productModal__cat {
  padding: 13px 40px 12px 40px;
  color: #157CD1;
  font-size: 170%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .ost-productModal__cat {
    padding: 17px 15px 14px 15px;
    font-size: 148%;
  }
}
.ost-productModal__cat .sup {
  font-size: 80%;
  margin-left: 11px;
  letter-spacing: 0.05em;
}
.ost-productModal__body {
  max-height: calc(100% - 110px);
  overflow: auto;
}
.ost-productModal__bodyCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 40px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ost-productModal__bodyCont {
    padding: 30px 20px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ost-productModal__image {
  min-width: 300px;
  width: 300px;
  height: 300px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .ost-productModal__image {
    min-width: 200px;
    width: 200px;
    height: 200px;
    margin-right: 0;
  }
}
.ost-productModal__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.ost-productModal__info {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ost-productModal__info {
    margin-top: 27px;
  }
}
.ost-productModal__info .solution {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ost-productModal__info .solution {
    font-size: 140%;
    letter-spacing: 0.04em;
  }
}
.ost-productModal__info .ost-c-text {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .ost-productModal__info .ost-c-text {
    margin-top: 27px;
  }
}
.ost-productModal__name {
  padding-top: 14px;
  padding-bottom: 34px;
  position: relative;
  color: #157CD1;
  font-size: 240%;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.ost-productModal__name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #157CD1;
}
@media screen and (max-width: 767px) {
  .ost-productModal__name {
    padding-top: 5px;
    padding-bottom: 24px;
    font-size: 200%;
  }
}
.ost-productModal__foot a {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  background-color: #157CD1;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.ost-productModal__foot a[target=_blank] {
  position: relative;
}
.ost-productModal__foot a[target=_blank]:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 21px;
  width: 16px;
  height: 16px;
  background: center/contain no-repeat;
  background-image: url(../../images/icon_window_01_white_2x.png);
}
@media screen and (max-width: 767px) {
  .ost-productModal__foot a[target=_blank]:after {
    right: 16px;
  }
}
.ost-productModal__foot a .arw {
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #157CD1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #fff;
}
.ost-productModal__foot a .arw::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ost-productModal__foot a .arw {
    left: 14px;
  }
}
.ost-productModal__foot a .arw::before {
  border-color: transparent transparent transparent #157CD1;
}
@media screen and (min-width: 768px) {
  .ost-productModal__foot a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .ost-productModal__foot a:hover {
    background-color: #114C7D;
  }
}
@media screen and (max-width: 767px) {
  .ost-productModal__foot a {
    padding: 13px;
  }
}

.ost-pg-menu .modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 100vh;
}
.ost-pg-menu .modal__header .modal__close {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ost-pg-menu .modal__header .modal__close {
    padding-right: 10px;
  }
}
.ost-pg-menu .modal__header .modal__close::before {
  font-size: 130%;
}
.ost-pg-menu .modal__content {
  margin-top: 14px;
  max-height: 70vh;
  overflow: hidden;
}

.ost-pg-order .ost-c-pageHeading {
  position: relative;
  z-index: 1;
}
.ost-pg-order .ost-flow {
  margin-top: 95px;
  position: relative;
}
.ost-pg-order .ost-flow__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ost-pg-order .ost-flow__anchor li {
  width: 50%;
}
.ost-pg-order .ost-flow__anchor li + li {
  border-left: 2px solid #E1EDF5;
}
.ost-pg-order .ost-flow__anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 26px 40px;
  height: 100%;
  font-size: 180%;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #157CD1;
  background-color: #fff;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .ost-pg-order .ost-flow__anchor a:hover {
    background-color: #114C7D;
    color: #fff;
  }
  .ost-pg-order .ost-flow__anchor a:hover img {
    opacity: 1;
  }
  .ost-pg-order .ost-flow__anchor a:hover .num {
    color: rgba(255, 255, 255, 0.1);
  }
  .ost-pg-order .ost-flow__anchor a:hover .arw {
    background-color: #fff;
  }
  .ost-pg-order .ost-flow__anchor a:hover .arw::before {
    border-color: transparent transparent transparent #114C7D;
  }
}
.ost-pg-order .ost-flow__anchor .num {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 380%;
  color: rgba(21, 124, 209, 0.1);
  line-height: 1;
}
.ost-pg-order .ost-flow__anchor .arw {
  position: absolute;
  top: calc(50% - 8px);
  left: 30px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #157CD1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ost-pg-order .ost-flow__anchor .arw::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.ost-pg-order .ost-flow__contentList {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
}
.ost-pg-order .ost-flow__content {
  padding: 100px 60px 80px;
}
.ost-pg-order .ost-flow__content:nth-child(odd) {
  background-color: #F2F7FA;
}
.ost-pg-order .ost-flow__content:nth-child(even) {
  background-color: #fff;
}
.ost-pg-order .ost-flow__content:first-child {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .ost-pg-order .ost-flow {
    margin-top: 125px;
  }
  .ost-pg-order .ost-flow__anchor {
    width: 88%;
  }
  .ost-pg-order .ost-flow__anchor a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 30px 19px 45px;
    font-size: 160%;
    line-height: 1.4;
  }
  .ost-pg-order .ost-flow__anchor .num {
    top: -5px;
    left: 10px;
    font-size: 375%;
  }
  .ost-pg-order .ost-flow__anchor .arw {
    top: auto;
    bottom: 12px;
    left: calc(50% - 8px);
  }
  .ost-pg-order .ost-flow__content {
    padding: 77px 20px 80px;
  }
  .ost-pg-order .ost-flow__content:first-child {
    padding-top: 146px;
  }
}

.ost-pg-technologyDetail .ost-mv {
  position: relative;
}
.ost-pg-technologyDetail .ost-mv::before, .ost-pg-technologyDetail .ost-mv::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: url(../../images/bg_round_01_blue.png) 50% 50%/contain no-repeat;
}
.ost-pg-technologyDetail .ost-mv::before {
  top: -42px;
  right: calc(50% + 337px);
}
.ost-pg-technologyDetail .ost-mv::after {
  bottom: 90px;
  left: calc(50% + 337px);
}
.ost-pg-technologyDetail .ost-mv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.ost-pg-technologyDetail .ost-mv__heading .text {
  margin-left: 40px;
  border-left: 4px solid #157CD1;
  padding: calc(10px - 0.18em) 0 calc(10px - 0.18em) 40px;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.36;
  color: #157CD1;
}
.ost-pg-technologyDetail .ost-mv__movie {
  margin-bottom: 50px;
}
.ost-pg-technologyDetail .ost-mv__movie video {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.ost-pg-technologyDetail .ost-mv .ost-c-text + .ost-c-text {
  margin-top: calc(24px - 0.35em);
}
.ost-pg-technologyDetail .ost-mv .ost-c-sup {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .ost-pg-technologyDetail .ost-mv::before, .ost-pg-technologyDetail .ost-mv::after {
    width: 200px;
    height: 200px;
  }
  .ost-pg-technologyDetail .ost-mv::before {
    top: -12vw;
    right: auto;
    left: -100px;
  }
  .ost-pg-technologyDetail .ost-mv::after {
    bottom: auto;
    top: 67vw;
    right: -100px;
    left: auto;
  }
  .ost-pg-technologyDetail .ost-mv__heading {
    display: block;
    margin-bottom: 30px;
  }
  .ost-pg-technologyDetail .ost-mv__heading .text {
    display: block;
    margin: 30px 0 0;
    padding: calc(10px - 0.33em) 0 calc(10px - 0.33em) 22px;
    font-size: 180%;
    line-height: 1.66;
  }
  .ost-pg-technologyDetail .ost-mv__movie {
    margin-bottom: 30px;
  }
}
.ost-pg-technologyDetail .ost-comparison {
  margin-top: 125px;
}
.ost-pg-technologyDetail .ost-comparison__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 90px 0 100px;
}
.ost-pg-technologyDetail .ost-comparison__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 0 20px 20px 0;
  min-width: 670px;
  height: 100%;
  background: rgb(18, 109, 184);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(18, 109, 184)), to(rgb(63, 143, 209)));
  background: linear-gradient(0deg, rgb(18, 109, 184) 0%, rgb(63, 143, 209) 100%);
}
@media screen and (min-width: 768px) {
  .ost-pg-technologyDetail .ost-comparison__wrapper::before {
    left: calc((100vw - 945px) / -2);
    width: calc(70.52% + (100vw - 945px) / 2);
  }
}
@media screen and (max-width: 950px) {
  .ost-pg-technologyDetail .ost-comparison__wrapper::before {
    left: -10px;
  }
}
.ost-pg-technologyDetail .ost-comparison__head {
  position: relative;
  padding-right: 40px;
  color: #fff;
}
.ost-pg-technologyDetail .ost-comparison__head .ost-c-heading {
  color: #fff;
  border-color: #fff;
}
.ost-pg-technologyDetail .ost-comparison__head .ost-c-text {
  margin-top: calc(20px - 0.35em);
}
.ost-pg-technologyDetail .ost-comparison__head .ost-c-sup {
  margin-top: calc(45px - 0.2em);
}
.ost-pg-technologyDetail .ost-comparison__head .ost-c-sup + .ost-c-sup {
  margin-top: calc(17px - 0.2em);
}
.ost-pg-technologyDetail .ost-comparison__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 50px 40px;
  width: 58.94%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
}
.ost-pg-technologyDetail .ost-comparison__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.ost-pg-technologyDetail .ost-comparison__flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.ost-pg-technologyDetail .ost-comparison__flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 80px;
}
.ost-pg-technologyDetail .ost-comparison__flow li .num {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.1;
  font-size: 800%;
  line-height: 1;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ost-pg-technologyDetail .ost-comparison__flow li .heading {
  font-size: 140%;
  line-height: 1.4;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ost-pg-technologyDetail .ost-comparison__flow li .heading .sup {
  font-size: 85%;
  display: block;
}
.ost-pg-technologyDetail .ost-comparison__flow li .image {
  width: 100%;
  text-align: center;
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus {
  color: #157CD1;
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus li {
  padding: 0 50px 0 20px;
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus li .num {
  color: #157CD1;
  -webkit-transform: translate(calc(-50% - 20px), -50%);
          transform: translate(calc(-50% - 20px), -50%);
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus li .heading {
  width: 76px;
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus li:nth-of-type(3)::before, .ost-pg-technologyDetail .ost-comparison__flow--nexus li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 10px;
  height: 60px;
  border: 1px solid #157CD1;
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus li:nth-of-type(3)::before {
  left: 0;
  border-right: none;
}
.ost-pg-technologyDetail .ost-comparison__flow--nexus li:nth-of-type(3)::after {
  right: 30px;
  border-left: none;
}
.ost-pg-technologyDetail .ost-comparison__flow--old li .num {
  -webkit-transform: translate(calc(-50% + 24px), -50%);
          transform: translate(calc(-50% + 24px), -50%);
}
.ost-pg-technologyDetail .ost-comparison__flow--old li .heading {
  width: 86px;
}
.ost-pg-technologyDetail .ost-comparison__flow--old li::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 1px;
  height: 0%;
  background-color: #157CD1;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.ost-pg-technologyDetail .ost-comparison__flow--old li::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: calc(50% - 3px);
  left: -3px;
  border-radius: 50%;
  border: 1px solid #157CD1;
  width: 6px;
  height: 6px;
  background-color: #157CD1;
}
.ost-pg-technologyDetail .ost-comparison__flow--old li:nth-of-type(even)::after {
  background-color: #fff;
}
.ost-pg-technologyDetail .ost-comparison__flow--old li:last-of-type.-shown::before {
  height: 150%;
}
.ost-pg-technologyDetail .ost-comparison__flow--old li.-shown::before {
  height: 100%;
}
.ost-pg-technologyDetail .ost-comparison__flow--old .ost-comparison__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  padding-left: 24px;
}
.ost-pg-technologyDetail .ost-comparison__flowHeading {
  height: 30px;
  text-align: center;
  font-size: 220%;
  line-height: 1.36;
  font-weight: bold;
}
.ost-pg-technologyDetail .ost-comparison__flowHeading img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ost-pg-technologyDetail .ost-comparison {
    margin-top: 85px;
  }
  .ost-pg-technologyDetail .ost-comparison__wrapper {
    display: block;
    padding: 80px 0 40px;
  }
  .ost-pg-technologyDetail .ost-comparison__wrapper::before {
    left: -10px;
    width: calc(100vw - 30px);
    min-width: 0;
  }
  .ost-pg-technologyDetail .ost-comparison__head .ost-c-text {
    margin-top: calc(10px - 0.35em);
  }
  .ost-pg-technologyDetail .ost-comparison__head .ost-c-sup {
    margin-top: calc(34px - 0.2em);
  }
  .ost-pg-technologyDetail .ost-comparison__head .ost-c-sup + .ost-c-sup {
    margin-top: calc(14px - 0.2em);
  }
  .ost-pg-technologyDetail .ost-comparison__body {
    margin-top: 50px;
    padding: 40px 20px;
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-comparison__flow ol {
    margin-top: 50px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 125px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow li .num {
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .ost-pg-technologyDetail .ost-comparison__flow li .heading {
    text-align: center;
  }
  .ost-pg-technologyDetail .ost-comparison__flow li .heading .sup {
    font-size: 100%;
  }
  .ost-pg-technologyDetail .ost-comparison__flow li .image {
    margin-top: 12px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow li:nth-of-type(3)::after {
    right: 20px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--nexus .ost-comparison__flowHeading {
    margin-left: -14px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--nexus li {
    padding: 0 20px 0 0;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--nexus li .num {
    -webkit-transform: translate(-5px, -12px);
            transform: translate(-5px, -12px);
  }
  .ost-pg-technologyDetail .ost-comparison__flow--nexus li .heading {
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old .ost-comparison__flowHeading {
    margin-left: 14px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li .num {
    -webkit-transform: translate(15px, -12px);
            transform: translate(15px, -12px);
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li .heading {
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li::before {
    top: 5px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li::after {
    top: 5px;
    left: -3px;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li:first-of-type::before {
    top: calc(-79% + 5px);
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li:first-of-type.-shown::before {
    height: 179%;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li:last-of-type.-shown::before {
    height: 75%;
  }
  .ost-pg-technologyDetail .ost-comparison__flow--old li .ost-comparison__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
  .ost-pg-technologyDetail .ost-comparison__flowHeading {
    height: 40px;
    font-size: 160%;
    line-height: 1.2;
  }
  .ost-pg-technologyDetail .ost-comparison__flowHeading img {
    margin-top: 10px;
    width: 112px;
  }
}
.ost-pg-technologyDetail .ost-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0 -40px;
}
.ost-pg-technologyDetail .ost-feature__item {
  padding: 40px 0 0 40px;
  width: 33%;
}
.ost-pg-technologyDetail .ost-feature__heading {
  margin-bottom: 20px;
  color: #157CD1;
  font-weight: bold;
  text-align: center;
}
.ost-pg-technologyDetail .ost-feature__heading > * {
  display: block;
}
.ost-pg-technologyDetail .ost-feature__heading .num {
  font-size: 140%;
  letter-spacing: 0.04em;
}
.ost-pg-technologyDetail .ost-feature__heading .num .em {
  margin-left: 0.2em;
  font-size: 200%;
}
.ost-pg-technologyDetail .ost-feature__heading .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 0;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
}
.ost-pg-technologyDetail .ost-feature__heading .text {
  margin-top: calc(33px - 0.125em);
  font-size: 240%;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .ost-pg-technologyDetail .ost-feature {
    display: block;
    margin: 44px 0 0 0;
  }
  .ost-pg-technologyDetail .ost-feature__item {
    padding: 0;
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-feature__item + .ost-feature__item {
    margin-top: 44px;
  }
  .ost-pg-technologyDetail .ost-feature__item:nth-of-type(1) .ost-feature__heading .image img {
    margin-top: -5px;
    width: 101px;
  }
  .ost-pg-technologyDetail .ost-feature__item:nth-of-type(2) .ost-feature__heading .image img {
    width: 117px;
  }
  .ost-pg-technologyDetail .ost-feature__item:nth-of-type(3) .ost-feature__heading .image img {
    margin: 3px 0 0 4px;
    width: 130px;
  }
  .ost-pg-technologyDetail .ost-feature__heading .image {
    margin: 6px auto 0;
    width: 160px;
    height: 160px;
  }
  .ost-pg-technologyDetail .ost-feature__heading .text {
    margin-top: calc(19px - 0.25em);
    font-size: 200%;
    line-height: 1.5;
  }
}
.ost-pg-technologyDetail .ost-fullFlow {
  margin-top: 125px;
  padding-bottom: 130px;
}
.ost-pg-technologyDetail .ost-fullFlow__body {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
}
.ost-pg-technologyDetail .ost-fullFlow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #F2F7FA;
  height: 120px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:first-of-type {
  height: 200px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepHead,
.ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepBody {
  padding-top: 80px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepBody::before {
  top: 96px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepBody::after {
  content: none;
}
.ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) {
  height: 156px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) .ost-fullFlow__stepBody {
  padding-top: 36px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) .ost-fullFlow__stepBody::before {
  top: 52px;
}
.ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) .ost-fullFlow__stepBody::after {
  top: calc(-100% + 52px);
}
.ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) {
  background-color: #fff;
}
.ost-pg-technologyDetail .ost-fullFlow__stepHead {
  padding: 42px 50px 10px 60px;
  width: 23%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepHead .charge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 180%;
  font-weight: bold;
}
.ost-pg-technologyDetail .ost-fullFlow__stepHead .charge img {
  margin-right: 5px;
}
.ost-pg-technologyDetail .ost-fullFlow__stepHead .charge .sup {
  display: block;
  font-size: 72%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepHead .charge + .charge {
  margin-top: 16px;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody {
  position: relative;
  padding: 0 70px 28px 43px;
  width: 77%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__stepBody::after {
  content: "";
  position: absolute;
  background-color: #157CD1;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody::before {
  top: 16px;
  left: -4px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody::after {
  top: calc(-100% + 16px);
  left: 0;
  width: 1px;
  height: 0%;
  -webkit-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody.-shown::after {
  height: 100%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .bodyCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .sub {
  font-size: 140%;
  color: #157CD1;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .sub .num {
  padding-left: 0.2em;
  font-size: 157%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .text {
  display: block;
  font-size: 180%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .text .sup {
  display: block;
  font-size: 72%;
}
.ost-pg-technologyDetail .ost-fullFlow__stepBody .image {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ost-pg-technologyDetail .ost-fullFlow {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:first-of-type {
    height: auto;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepHead {
    padding-top: 40px;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepBody {
    padding-top: 0;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepBody::before {
    top: 16px;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:first-of-type .ost-fullFlow__stepBody::after {
    content: "";
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(3) .ost-fullFlow__stepBody.-shown::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody.-shown::after {
    height: calc(100% + 113px);
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody.-shown::after {
    height: calc(100% + 105px);
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody.-shown::after {
    height: calc(100% + 130px);
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6), .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) {
    height: auto;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) .ost-fullFlow__stepBody {
    padding-top: 0;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(4) .ost-fullFlow__stepBody::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(5) .ost-fullFlow__stepBody::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(6) .ost-fullFlow__stepBody::after, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__step:nth-of-type(7) .ost-fullFlow__stepBody::after {
    top: 16px;
  }
  .ost-pg-technologyDetail .ost-fullFlow__step:last-of-type .ost-fullFlow__stepBody::after {
    content: none;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepHead {
    padding: 40px 20px;
    width: 100%;
    text-align: center;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepHead .charge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 160%;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepHead .charge .sup {
    display: inline;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepHead .charge + .charge {
    margin-top: 8px;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody {
    padding: 0 20px 30px 48px;
    width: 100%;
    height: auto;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody::before, .ost-pg-technologyDetail .ost-fullFlow__stepBody::after {
    content: "";
    position: absolute;
    background-color: #157CD1;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody::before {
    top: 16px;
    left: 20px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody::after {
    top: 16px;
    left: 24px;
    width: 1px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody .heading {
    padding-left: 0;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .sub {
    font-size: 140%;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .text {
    font-size: 140%;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody .heading .text .sup {
    font-size: 84%;
  }
  .ost-pg-technologyDetail .ost-fullFlow__stepBody .image {
    width: 30%;
  }
}
.ost-pg-technologyDetail .ost-slide {
  position: relative;
  padding: 100px 0 170px;
  background: #157CD1;
  background: -webkit-gradient(linear, left top, left bottom, from(#157CD1), color-stop(43%, #157CD1), color-stop(86%, #E1EDF5), to(#fff));
  background: linear-gradient(180deg, #157CD1 0%, #157CD1 43%, #E1EDF5 86%, #fff 100%);
}
.ost-pg-technologyDetail .ost-slide .ost-c-heading {
  color: #fff;
  border-color: #fff;
}
.ost-pg-technologyDetail .ost-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.ost-pg-technologyDetail .ost-slide__wrapper {
  position: relative;
}
.ost-pg-technologyDetail .ost-slide__slideContainer {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.ost-pg-technologyDetail .ost-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  align-items: center;
  height: 100%;
  border-radius: 20px;
  padding: 60px;
  background-color: #fff;
}
.ost-pg-technologyDetail .ost-slide__item .image {
  width: 50%;
}
.ost-pg-technologyDetail .ost-slide__item .body {
  width: 45.5%;
}
.ost-pg-technologyDetail .ost-slide__item .ost-c-sup {
  margin-top: calc(25px - 0.2em);
}
.ost-pg-technologyDetail .ost-slide__heading {
  color: #157CD1;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.ost-pg-technologyDetail .ost-slide__heading > * {
  display: block;
}
.ost-pg-technologyDetail .ost-slide__heading .num {
  font-size: 140%;
}
.ost-pg-technologyDetail .ost-slide__heading .num .em {
  padding-left: 0.2em;
  font-size: 157%;
}
.ost-pg-technologyDetail .ost-slide__heading .text {
  font-size: 220%;
}
.ost-pg-technologyDetail .ost-slide__pager {
  position: absolute;
  top: 50%;
  width: 950px;
}
.ost-pg-technologyDetail .ost-slide .swiper-button-prev,
.ost-pg-technologyDetail .ost-slide .swiper-button-next {
  color: #fff;
  border: 4px solid #E1EDF5;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #157CD1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ost-pg-technologyDetail .ost-slide .swiper-button-prev::after,
.ost-pg-technologyDetail .ost-slide .swiper-button-next::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/icon_arrow_01_white.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .ost-pg-technologyDetail .ost-slide .swiper-button-prev:hover,
  .ost-pg-technologyDetail .ost-slide .swiper-button-next:hover {
    background-color: #114C7D;
  }
}
.ost-pg-technologyDetail .ost-slide .swiper-button-prev {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.ost-pg-technologyDetail .ost-slide .swiper-button-next {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.ost-pg-technologyDetail .ost-slide .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ost-pg-technologyDetail .ost-slide__nav {
  margin: 20px auto 0;
  width: 93%;
}
.ost-pg-technologyDetail .ost-slide__nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 0 -10px;
}
.ost-pg-technologyDetail .ost-slide__nav ol li {
  padding: 10px 0 0 10px;
  width: 33%;
}
.ost-pg-technologyDetail .ost-slide__nav ol li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: none;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  color: #157CD1;
  background: rgb(219, 234, 245);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), color-stop(50%, rgb(219, 234, 245)), to(rgb(194, 220, 241)));
  background: linear-gradient(0deg, #fff 0%, #fff 25%, rgb(219, 234, 245) 50%, rgb(194, 220, 241) 100%);
  background-size: 100% 400%;
  background-position: 0% 0%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(21, 124, 209, 0.1);
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  cursor: pointer;
}
.ost-pg-technologyDetail .ost-slide__nav ol li button .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #E1EDF5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 10px;
}
.ost-pg-technologyDetail .ost-slide__nav ol li button .num .em {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.ost-pg-technologyDetail .ost-slide__nav ol li button .text {
  margin-left: 10px;
  text-align: left;
}
.ost-pg-technologyDetail .ost-slide__nav ol li button.-active {
  background-position: 0% 100%;
}
@media screen and (min-width: 768px) {
  .ost-pg-technologyDetail .ost-slide__nav ol li button:hover {
    background-position: 0% 100%;
  }
}
@media screen and (max-width: 767px) {
  .ost-pg-technologyDetail .ost-slide {
    padding: 80px 0 27px;
    background-color: #157CD1;
  }
  .ost-pg-technologyDetail .ost-slide__item {
    display: block;
    padding: 44px 30px;
  }
  .ost-pg-technologyDetail .ost-slide__item .image {
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-slide__item .body {
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-slide__heading {
    margin-bottom: 23px;
  }
  .ost-pg-technologyDetail .ost-slide__heading .num {
    font-size: 140%;
  }
  .ost-pg-technologyDetail .ost-slide__heading .num .em {
    font-size: 157%;
  }
  .ost-pg-technologyDetail .ost-slide__heading .text {
    font-size: 220%;
  }
  .ost-pg-technologyDetail .ost-slide__pager {
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-slide .swiper-button-prev,
  .ost-pg-technologyDetail .ost-slide .swiper-button-next {
    width: 46px;
    height: 46px;
  }
  .ost-pg-technologyDetail .ost-slide .swiper-button-prev {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  .ost-pg-technologyDetail .ost-slide .swiper-button-next {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  .ost-pg-technologyDetail .ost-slide__nav {
    margin: 20px auto 0;
    width: 100%;
  }
  .ost-pg-technologyDetail .ost-slide__nav ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -15px 0 0 -15px;
  }
  .ost-pg-technologyDetail .ost-slide__nav ol li {
    padding: 15px 0 0 15px;
    width: 75px;
    height: 75px;
  }
  .ost-pg-technologyDetail .ost-slide__nav ol li button {
    padding: 0;
    height: 100%;
  }
  .ost-pg-technologyDetail .ost-slide__nav ol li button .num {
    border: none;
    width: 100%;
    height: 100%;
  }
  .ost-pg-technologyDetail .ost-slide__nav ol li button .text {
    display: none;
  }
}
.ost-pg-technologyDetail .ost-p-conversionArea {
  padding-top: 0;
}

.ost-u-spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .ost-u-spOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ost-u-pcOnly {
    display: none;
  }
}

.ost-u-fadeinFromBottom,
.ost-u-orderedFadeinFromBottom {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ost-u-fadeinFromBottom.-shown,
.ost-u-orderedFadeinFromBottom.-shown {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: ost-fadeinFromBottom;
          animation-name: ost-fadeinFromBottom;
}

.ost-u-fadeinFromRight {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.ost-u-fadeinFromRight.-shown {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: ost-fadeinFromRight;
          animation-name: ost-fadeinFromRight;
}

.ost-u-stretchBar {
  height: 0;
}
.ost-u-stretchBar.-shown {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: ost-stretchBar;
          animation-name: ost-stretchBar;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ost-fadeinFromBottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ost-fadeinFromBottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ost-fadeinFromRight {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ost-fadeinFromRight {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ost-stretchBar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes ost-stretchBar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes ost-stretchBar120p {
  0% {
    height: 0;
  }
  100% {
    height: 120%;
  }
}
@keyframes ost-stretchBar120p {
  0% {
    height: 0;
  }
  100% {
    height: 120%;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(136, 182, 219, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(136, 182, 219, 0.9)), to(rgba(225, 237, 245, 0.9)));
  background: linear-gradient(0deg, rgba(136, 182, 219, 0.9) 0%, rgba(225, 237, 245, 0.9) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: transparent;
  padding: 30px;
  max-width: 850px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  color: #157CD1;
  font-weight: bold;
  font-size: 140%;
  cursor: pointer;
}
.modal__close:hover {
  opacity: 0.75;
}

.modal__header .modal__close:before {
  content: "✕";
  margin-right: 8px;
}

.modal__content {
  margin-top: 10px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}