@charset "UTF-8";
body,
ul,
li {
  padding: 0;
  margin: 0;
}

.hero-section {
  position: relative;
  text-align: center;
  color: white;
}
.hero-section .slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-section .company-name {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 240px;
  height: 73px;
  /* UI Properties */
  text-align: center;
  font: normal normal 600 52px/100px Poppins;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 768px) {
  .hero-section .company-name {
    position: absolute;
    left: 50%;
    /* 親要素の横中央 */
    transform: translateX(-50%);
    /* 自身の幅の半分で調整して中央揃え */
    text-align: center;
    font: normal normal 600 42px/100px Poppins;
    /* フォントサイズを小さく調整 */
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
.hero-section .fade-out {
  opacity: 0;
}
.hero-section .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 94px;
  text-align: center;
  font: normal normal bold 34px/30px Noto Sans JP;
  letter-spacing: 7.14px;
  color: #ffffff;
  text-shadow: 0px 0px 36px #000000;
  opacity: 1;
  transition: opacity 0.6s ease;
  /* スライド切り替え速度の半分に設定 */
}
.hero-section .fade-out {
  opacity: 0;
}
@media (max-width: 768px) {
  .hero-section .overlay-text {
    font: normal normal bold 24px/28px Noto Sans JP;
    /* フォントサイズを小さく調整 */
  }
}
.hero-section img {
  width: 100%;
  height: 740px;
  object-fit: cover;
}

.corporate-philosophy {
  margin-top: 156px;
}
@media (max-width: 768px) {
  .corporate-philosophy {
    margin-top: 30px;
  }
}
.corporate-philosophy .philosophy-title {
  color: #200100;
  font-family: "Noto Sans JP";
  font-weight: 450;
  font-size: 18px;
  line-height: 100px;
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .corporate-philosophy .philosophy-title {
    font-size: 26px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .corporate-philosophy .philosophy-title {
    font-size: 10px;
    line-height: 2;
  }
}
@media (max-width: 376px) {
  .corporate-philosophy .philosophy-title {
    font-size: 10px;
    line-height: 2;
  }
}
.corporate-philosophy .philosophy-title span {
  text-align: left;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 26px;
  /* スマホ */
  /* 小型スマートフォン */
  letter-spacing: -1.04px;
  color: #0e98c1;
  opacity: 1;
  /* タブレット */
}
@media (max-width: 1024px) {
  .corporate-philosophy .philosophy-title span {
    font-size: 30px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .corporate-philosophy .philosophy-title span {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 376px) {
  .corporate-philosophy .philosophy-title span {
    font-size: 12px;
    line-height: 2;
  }
}
.corporate-philosophy .mes-description {
  color: #3e5055;
}
.corporate-philosophy .mes-description .value-M {
  background: transparent linear-gradient(180deg, #0da4d1 100%, #062e9b 0%) 0% 0% no-repeat padding-box;
}
.corporate-philosophy .mes-description .value-E {
  background: transparent linear-gradient(180deg, #0da4d1 40%, #062e9b 100%) 0% 0% no-repeat padding-box;
}
.corporate-philosophy .mes-description .value-S {
  background: transparent linear-gradient(180deg, #0da4d1 0%, #062e9b 100%) 0% 0% no-repeat padding-box;
}
.corporate-philosophy .mes-description .value-initial {
  background-clip: text;
  color: transparent;
}
.corporate-philosophy .mes-description .value-ja {
  font: normal normal normal 36px/30px Noto Sans JP;
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .corporate-philosophy .mes-description .value-ja {
    font: normal normal normal 36px/20px Noto Sans JP;
  }
}
@media (max-width: 767px) {
  .corporate-philosophy .mes-description .value-ja {
    font: normal normal normal 19px/10px Noto Sans JP;
  }
}
@media (max-width: 376px) {
  .corporate-philosophy .mes-description .value-ja {
    font: normal normal normal 16px/35px Noto Sans JP;
  }
}
.corporate-philosophy .mes-description .value-ja .value {
  font: normal normal 600 130px/136px "Poppins";
  /* タブレット */
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .corporate-philosophy .mes-description .value-ja .value {
    font: normal normal 600 100px/136px "Poppins";
  }
}
@media (max-width: 767px) {
  .corporate-philosophy .mes-description .value-ja .value {
    font: normal normal 600 58px/66px "Poppins";
  }
}
@media (max-width: 376px) {
  .corporate-philosophy .mes-description .value-ja .value {
    font: normal normal 600 50px/46px "Poppins";
  }
}
.corporate-philosophy .custom-margin {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .corporate-philosophy .custom-margin {
    margin-bottom: 44px;
  }
}
.corporate-philosophy .underline {
  display: inline-block;
  border-bottom: 6px solid #c4c4c4;
  /* タブレット */
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .corporate-philosophy .underline {
    border-bottom: 5px solid #c4c4c4;
  }
}
@media (max-width: 767px) {
  .corporate-philosophy .underline {
    border-bottom: 4px solid #c4c4c4;
  }
}
@media (max-width: 376px) {
  .corporate-philosophy .underline {
    border-bottom: 3px solid #c4c4c4;
  }
}
.corporate-philosophy #text-and-image #mission .mission-title {
  font: normal normal 600 18px/68px Noto Sans JP;
}
.corporate-philosophy #text-and-image #mission .mission-title span {
  color: #0e98c1;
  font: normal normal 600 26px Poppins;
  margin-right: 26px;
}
.corporate-philosophy #text-and-image .image {
  z-index: -1;
  position: absolute;
  left: 43%;
  top: -26%;
}
.corporate-philosophy #text-and-image .image .custom-image {
  max-width: 110%;
  /* 親要素の幅を超えないように調整 */
}
@media (max-width: 768px) {
  .corporate-philosophy #text-and-image .image {
    position: static;
    /* 元の位置に戻す */
    top: auto;
    left: auto;
    height: auto;
  }
}
.corporate-philosophy .message {
  color: #200100;
  font: normal normal normal 32px/68px Noto Sans JP;
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .corporate-philosophy .message {
    font: normal normal normal 32px/2 Noto Sans JP;
  }
}
@media (max-width: 767px) {
  .corporate-philosophy .message {
    font: normal normal normal 22px/2 Noto Sans JP;
  }
}
@media (max-width: 376px) {
  .corporate-philosophy .message {
    font: normal normal normal 18px/2 Noto Sans JP;
  }
}

.mes-acronym {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.value-and-message-section {
  margin-top: 120px;
  background: #fafafa 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3019607843);
  border-radius: 32px;
  opacity: 1;
}
@media (max-width: 768px) {
  .value-and-message-section {
    margin-top: 90px;
  }
}
.value-and-message-section .values-section {
  padding-top: 80px;
}
.value-and-message-section .values-section .custom-list {
  counter-reset: list-counter 0;
  padding-left: 0;
  list-style: none;
}
.value-and-message-section .values-section .custom-list li {
  text-align: left;
  font: normal normal bold 24px Noto Sans JP;
  letter-spacing: -1.04px;
  color: #200100;
  opacity: 1;
  counter-increment: list-counter;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .value-and-message-section .values-section .custom-list li {
    font: normal normal bold 14px Noto Sans JP;
  }
}
@media (max-width: 768px) {
  .value-and-message-section .values-section .custom-list li {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.value-and-message-section .values-section .custom-list li::before {
  content: "0" counter(list-counter);
  font-size: 24px;
  font-weight: bold;
  color: #0e98c1;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .value-and-message-section .values-section .custom-list li::before {
    font-size: 15px;
  }
}
.value-and-message-section .values-section .custom-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ddd;
}
.value-and-message-section .values-section .custom-list li span {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .value-and-message-section .values-section .custom-list li span {
    margin-left: 0px;
  }
}
.value-and-message-section .values-section .custom-list li:nth-child(4)::after {
  background-color: transparent;
}
.value-and-message-section .cta-banner {
  overflow-wrap: break-word;
  /* テキストを折り返す */
  word-wrap: break-word;
  /* テキストを折り返す */
  word-break: break-word;
  /* 長い単語を途中で折り返す */
  white-space: normal;
  /* テキストを折り返せるようにする */
  padding: 40px;
  background: transparent linear-gradient(97deg, #0da4d1 0%, #062e9b 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-variant: normal;
  font-weight: 240;
  font-size: 30px;
  font-family: "Noto Sans JP";
  letter-spacing: -1.2px;
  opacity: 1;
}
@media (max-width: 767px) {
  .value-and-message-section .cta-banner {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .value-and-message-section .cta-banner {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
.value-and-message-section .cta-banner span {
  font: normal normal normal 20px Noto Sans JP;
}
@media (max-width: 768px) {
  .value-and-message-section .cta-banner span {
    font: normal normal normal 10px Noto Sans JP;
  }
}
.value-and-message-section .cta-banner p {
  margin: 0;
}
@media (max-width: 768px) {
  .value-and-message-section .cta-banner p {
    line-height: 2;
  }
}
.value-and-message-section .message-section {
  margin-top: 119px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .value-and-message-section .message-section {
    margin-top: 30px;
  }
  .value-and-message-section .message-section .mb-md-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .value-and-message-section .message-section .message-text {
    margin-top: 50px;
  }
}
.value-and-message-section .message-section .representative-comment p {
  margin-bottom: 2em;
  overflow-wrap: break-word;
}
.value-and-message-section .message-section .representative-comment span {
  font: normal normal bold 18px/28px Noto Sans JP;
  color: #0e98c1;
}

.service-section {
  margin-top: 91px;
}
.service-section .slide-status {
  font: normal normal normal 22px Noto Sans JP;
}
.service-section .service-message {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .service-section .service-message {
    text-align: left;
  }
}
.service-section .service-message p {
  margin-bottom: 2em;
}
.service-section .service-message span {
  font: normal normal bold 18px/28px Noto Sans JP;
  color: #0e98c1;
}
.service-section .service-title {
  color: #0e98c1;
  font: normal normal 600 20px Poppins;
  letter-spacing: -0.8px;
}
.service-section .service-text {
  font: normal normal bold 32px Noto Sans JP;
  letter-spacing: -1.28px;
}
.service-section .swiper-services {
  --add-bottom: 30px;
  padding-bottom: var(--add-bottom);
}
.service-section .swiper-services .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #200100;
  /* 枠線の色と太さを指定 */
  width: 12px;
  height: 12px;
}
.service-section .swiper-services .swiper-pagination-bullet-active {
  background-color: #0e98c1;
  border: none;
  /* 枠線の色と太さを指定 */
}
.service-section .swiper-services .swiper-pagination-bullets {
  width: initial;
  left: initial;
  right: 0;
}
.service-section .swiper-services [class^=swiper-button-] {
  top: calc(50% - var(--add-bottom) / 2);
}

.company-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafafa 0% 0% no-repeat padding-box;
  box-shadow: 0px -16px 16px -16px rgba(0, 0, 0, 0.3019607843);
  border-radius: 32px 32px 0px 0px;
  opacity: 1;
}
.company-section .bt-gray {
  border-top: 3px solid #c4c4c4;
}
.company-section .bt-gray .info-label {
  font: normal normal 600 16px Poppins;
}
.company-section .bt-gray .info-value {
  font: normal normal 600 16px Poppins;
}

.recruit-info-section {
  padding: 100px;
  background: transparent linear-gradient(138deg, #0da4d1 0%, #062e9b 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 32px;
  opacity: 1;
  color: #ffffff;
}
@media (max-width: 991px) {
  .recruit-info-section {
    padding: 100px 10px;
    text-align: center;
  }
}
.recruit-info-section .lh-custom {
  line-height: 2;
}
@media (min-width: 768) {
  .recruit-info-section .lh-custom {
    line-height: 3;
  }
}
.recruit-info-section .conditions {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 20px;
  font-family: "Noto Sans JP";
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 767px) {
  .recruit-info-section .conditions {
    font-size: 18px;
  }
}
@media (max-width: 376px) {
  .recruit-info-section .conditions {
    font-size: 13px;
  }
}
.recruit-info-section .conditions .lh-3 {
  line-height: 3;
}
.recruit-info-section .border-bottom-2 {
  border-bottom: 2px solid #ffffff;
}
.recruit-info-section table tr:first-child td {
  border-top: 1px solid #e0e0e0;
  /* 上側に横線を表示 */
}
.recruit-info-section table td {
  border-bottom: 1px solid #e0e0e0;
}
.recruit-info-section .col-label {
  font: normal normal 600 18px Poppins;
  border-top: 2px solid #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .recruit-info-section .col-label {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.recruit-info-section .col-content {
  font: normal normal normal 18px Noto Sans JP;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .recruit-info-section .col-content {
    border-top: none;
    padding-bottom: 1rem;
    /* 内容の下にパディング */
  }
}
.recruit-info-section .apeal {
  padding: 70px 100px;
  /* スマホ */
  /* 小型スマートフォン */
  background: rgba(255, 255, 255, 0.16);
  /* 背景にのみ透明度を適用 */
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .recruit-info-section .apeal {
    padding: 70px 100px;
  }
}
@media (max-width: 767px) {
  .recruit-info-section .apeal {
    padding: 60px 30px;
  }
}
@media (max-width: 376px) {
  .recruit-info-section .apeal {
    padding: 50px 30px;
  }
}
.recruit-info-section .apeal .apeal-lg {
  font-style: normal;
  font-variant: normal;
  font-weight: 240;
  font-size: 30px;
  font-family: "Noto Sans JP";
  /* タブレット */
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .recruit-info-section .apeal .apeal-lg {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .recruit-info-section .apeal .apeal-lg {
    font-size: 22px;
  }
}
@media (max-width: 376px) {
  .recruit-info-section .apeal .apeal-lg {
    font-size: 20px;
  }
}
.recruit-info-section .apeal .apeal-sm {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: "Poppins";
  /* タブレット */
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .recruit-info-section .apeal .apeal-sm {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recruit-info-section .apeal .apeal-sm {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  .recruit-info-section .apeal .apeal-sm {
    font-size: 14px;
  }
}

.representive-message-section .message {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  font-family: "Noto Sans JP";
  /* スマホ */
  /* 小型スマートフォン */
}
@media (max-width: 1024px) {
  .representive-message-section .message {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .representive-message-section .message {
    font-size: 20px;
  }
}
@media (max-width: 376px) {
  .representive-message-section .message {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .representive-message-section .custom-margin {
    margin-top: 3rem;
  }
}

.join-section {
  padding: 100px;
  background: transparent linear-gradient(138deg, #0da4d1 0%, #062e9b 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .join-section {
    padding: 100px 10px 50px 10px;
  }
  .join-section p {
    text-align: center;
  }
}
.join-section .item-line-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .join-section .item-line-top::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.join-section .contact-item {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 2rem 0 !important;
}
@media (max-width: 991px) {
  .join-section .contact-item {
    margin: 0px 30px 0px;
    gap: 0.5rem;
  }
}
.join-section .contact-item .phone-number {
  font: normal normal normal clamp(35px, 4vw, 48px) Poppins;
}
@media (min-width: 992px) {
  .join-section .contact-item .phone-number {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .join-section .contact-item .col-lg-2-5 {
    flex: 0 0 20.833333%;
    max-width: 20.833333%;
  }
  .join-section .contact-item .col-lg-9-5 {
    flex: 0 0 79.166667%;
    max-width: 79.166667%;
  }
}
.join-section .contact-item .mail {
  font: normal normal normal clamp(20px, 4vw, 27px) Poppins;
  text-align: center;
  margin: 0;
}
.join-section .contact-item .manager {
  font: normal normal normal 30px Noto Sans JP;
}
.join-section .contact-item .contact-key {
  padding: 0;
  font: normal normal normal 22px Noto Sans JP;
  text-align: center;
  margin: 0;
}

.policy-section {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .policy-section {
    padding: 0px 30px;
  }
}
.policy-section .col-label {
  border-top: 2px solid #0e98c1;
  color: #0e98c1;
  padding: 30px 40px 50px 0px;
}
@media (max-width: 768px) {
  .policy-section .col-label {
    padding: 10px 0px 0px 0px;
  }
}
.policy-section .col-content {
  padding: 30px 40px 50px 0px;
  border-top: 2px solid #cccccc;
}
@media (max-width: 768px) {
  .policy-section .col-content {
    border-top: none;
    padding: 10px 0px 50px 0px;
  }
}

footer {
  background: transparent linear-gradient(94deg, #0da4d1 0%, #062e9b 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 1440px;
  height: 88px;
}

.title-line {
  position: relative;
  padding-bottom: 30px;
}
.title-line::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 60px;
  height: 4px;
  background-color: #0ebcbc;
}
@media (max-width: 991px) {
  .title-line::before {
    left: 50%;
    /* 親要素の横中央 */
    transform: translateX(-50%);
    /* 自身の幅の半分で調整して中央揃え */
    text-align: center;
  }
}

.title-line-service {
  position: relative;
}
.title-line-service::before {
  content: "";
  position: absolute;
  left: 50%;
  /* 親要素の横中央 */
  transform: translateX(-50%);
  /* 自身の幅の半分で調整して中央揃え */
  text-align: center;
  width: 60px;
  height: 2px;
  background-color: #0ebcbc;
}

.title-line-white {
  position: relative;
}
.title-line-white::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 1px;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .title-line-white::before {
    left: 50%;
    /* 親要素の横中央 */
    transform: translateX(-50%);
    /* 自身の幅の半分で調整して中央揃え */
    text-align: center;
  }
}

.title {
  padding-top: 30px;
  font: normal normal bold 18px Noto Sans JP;
  letter-spacing: -0.72px;
  color: #200100;
  opacity: 1;
}
.title p {
  font: normal normal bold 18px Noto Sans JP;
  letter-spacing: -0.72px;
  color: #200100;
  opacity: 1;
}
.title span {
  font: normal normal 600 45px/60px Poppins;
  letter-spacing: -1.8px;
  color: #0e98c1;
  opacity: 1;
}
.title h2 {
  font: normal normal 600 45px/60px Poppins;
  letter-spacing: -1.8px;
  color: #0e98c1;
  opacity: 1;
}
@media (max-width: 991px) {
  .title {
    text-align: center;
  }
  .title span {
    text-align: center;
  }
}

.title-white {
  font: normal normal bold 18px Noto Sans JP;
  letter-spacing: -0.72px;
  color: #ffffff;
  opacity: 1;
}
.title-white p {
  font: normal normal bold 18px Noto Sans JP;
  letter-spacing: -0.72px;
  color: #ffffff;
  opacity: 1;
}
.title-white span {
  font: normal normal 600 45px/60px Poppins;
  letter-spacing: -1.8px;
  color: #ffffff;
  opacity: 1;
}
.title-white h2 {
  font: normal normal 600 45px/60px Poppins;
  letter-spacing: -1.8px;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 768px) {
  .title-white {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .d-custom-lg-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .d-custom-md-none {
    display: none !important;
  }
}
.mr-15 {
  margin-right: 15px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-19 {
  margin-right: 19px;
}

.m-0-auto {
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.mt-100 {
  margin-top: 100px;
}

.p-100 {
  padding: 100px;
}

.fs-48 {
  font-size: 48px;
}

.rounded-20 {
  border-radius: 20px;
}

.container {
  max-width: 1240px !important;
}

@media (min-width: 992px) {
  .offset-lg-0-5 {
    margin-left: 4.1666666667%;
  }
  .col-lg-5-75 {
    flex: 0 0 47.9166666667%;
    max-width: 47.9166666667%;
  }
  .col-lg-5-5 {
    flex: 0 0 45.833%;
    max-width: 45.833%;
  }
}

/*# sourceMappingURL=style.css.map */
