@charset "UTF-8";
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: url("../fonts/hiragino-kaku-gothic-pro-w3.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W6";
  font-weight: bold;
  src: url("../fonts/hiragino-kaku-gothic-pro-w6.otf") format("opentype");
}
body {
  background-color: #fff;
  font-size: 12px;
  font-family: "πâÆπâ⌐πé«πâÄΦºÆπé┤ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro",Osaka, Meiryo, "MS PGothic", sans-serif;
  color: #240303;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 22px;
  }
}
body.header-over-content:not(.scrolling) .header-site {
  background-color: transparent;
  box-shadow: none;
  top: 33px;
}
@media only screen and (min-width: 768px) {
  body.header-over-content:not(.scrolling) .header-site {
    top: 56px;
  }
}
@media only screen and (min-width: 992px) {
  body.header-over-content:not(.scrolling) .header-site .navbar-nav > li > .nav-link {
    color: #240303;
  }
}
body.header-over-content:not(.scrolling) .header-site .navbar-bar,
body.header-over-content:not(.scrolling) .header-site .navbar-toggler {
  color: #240303;
}
body.header-over-content:not(.scrolling) .header-site .navbar-bar:not(.collapsed) .icon-bar,
body.header-over-content:not(.scrolling) .header-site .navbar-toggler:not(.collapsed) .icon-bar {
  color: transparent;
}
body.header-over-content:not(.scrolling) .header-site .navbar-bar:not(.collapsed) .icon-bar:before, body.header-over-content:not(.scrolling) .header-site .navbar-bar:not(.collapsed) .icon-bar:after,
body.header-over-content:not(.scrolling) .header-site .navbar-toggler:not(.collapsed) .icon-bar:before,
body.header-over-content:not(.scrolling) .header-site .navbar-toggler:not(.collapsed) .icon-bar:after {
  color: #240303;
}
body.header-over-content:not(.scrolling) .header-site .navbar-brand-site-main {
  color: #240303;
}
body.header-over-content:not(.scrolling) .header-site .navbar-brand-site-main:hover {
  color: #D62B31;
}

a {
  text-decoration: none;
}
a:hover {
  color: #82191d;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1730px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding: 0 7.5%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  font-size: 12px;
}
.btn:hover, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-sm {
  font-size: 8px;
  line-height: 1.5;
  padding: 5px 12px;
}
@media only screen and (min-width: 768px) {
  .btn-sm {
    font-size: 18px;
    padding: 7px 20px;
  }
}

.btn-lg {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 18px;
}
@media only screen and (min-width: 768px) {
  .btn-lg {
    font-size: 24px;
    padding: 8px 30px;
  }
}

.btn-danger2 {
  background-color: #D62B31;
  border-color: #D62B31;
  color: #fff;
}
.btn-danger2:hover {
  background-color: #ad2126;
  border-color: #ad2126;
  color: #fff;
}

.btn-toggler-icon {
  display: inline-block;
  margin-left: 22px;
  position: relative;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  vertical-align: middle;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .btn-toggler-icon {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 9px;
    top: -2px;
    margin-left: 40px;
  }
}

.btn-shadow {
  position: relative;
}
.btn-shadow::after, .btn-shadow::before {
  content: '';
  background-color: #8A0C0C;
  position: absolute;
}
.btn-shadow::after {
  top: 7px;
  height: 100%;
  width: 7px;
  right: -7px;
}
.btn-shadow::before {
  bottom: -7px;
  right: -7px;
  height: 7px;
  width: 100%;
}

.btn-arrow-solid-right {
  display: inline-block;
  margin-left: 31px;
  position: relative;
  width: 10px;
  height: 16px;
  background: url("../images/icons/icon-arrow-solid-left.svg") no-repeat 0 0;
  background-size: 10px 16px;
}
@media only screen and (min-width: 768px) {
  .btn-arrow-solid-right {
    width: 15px;
    height: 25px;
    background-size: 15px 25px;
    margin-left: 40px;
  }
}

.btn-outline-grey {
  border-color: #240303;
  color: #240303;
  background-color: transparent;
}
.btn-outline-grey:hover, .btn-outline-grey:focus {
  background-color: #240303;
  color: #fff;
}

.rounded-42 {
  border-radius: 42px;
}

.min-w-105 {
  min-width: 105px;
}

.section-heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 50px;
  }
}

.title {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.3;
}

.title-type-1 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-type-1 {
    font-size: 62px;
  }
}

.title-type-2 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-type-2 {
    font-size: 48px;
  }
}

.title-type-3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-type-3 {
    font-size: 32px;
  }
}

.title-type-4 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-type-4 {
    font-size: 26px;
  }
}

.header-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.15s ease-in-out;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding: 10px 0;
}

.navbar-brand {
  margin-right: 0;
  height: 48px;
  font-size: 42px;
  line-height: 25px;
  color: #0A0A0A;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    padding-right: 26px;
  }
}
.navbar-brand .logo {
  height: 28px;
  width: 120px;
  display: flex;
  vertical-align: top;
  align-items: center;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 768px) {
  .navbar-brand .logo {
    height: 48px;
    width: 211px;
  }
}
.navbar-brand img {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.navbar-brand-site {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1.2;
  margin-right: auto;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1200px) {
  .navbar-brand-site {
    font-size: 0.875rem;
  }
}
.navbar-brand-site:hover {
  color: #D62B31;
}

.navbar-bar,
.navbar-toggler {
  background-color: transparent;
  color: #240303;
  outline: none !important;
  width: 20px;
  height: 14px;
  position: relative;
  border: none;
  padding: 0;
  z-index: 100;
}
.navbar-bar .icon-bar,
.navbar-toggler .icon-bar {
  display: inline-block;
  width: 100%;
  margin: 6px 0;
  border-bottom: solid 2px;
  position: relative;
  border-radius: 30px;
}
.navbar-bar .icon-bar:before, .navbar-bar .icon-bar:after,
.navbar-toggler .icon-bar:before,
.navbar-toggler .icon-bar:after {
  width: 100%;
  border-bottom: solid 2px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 30px;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar-bar .icon-bar:before,
.navbar-toggler .icon-bar:before {
  top: -6px;
}
.navbar-bar .icon-bar:after,
.navbar-toggler .icon-bar:after {
  top: 6px;
}
.navbar-bar:hover .icon-bar:after,
.navbar-toggler:hover .icon-bar:after {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .navbar-bar,
  .navbar-toggler {
    padding: 0;
  }
}
.navbar-bar:not(.collapsed),
.navbar-toggler:not(.collapsed) {
  color: #D62B31;
}
.navbar-bar:not(.collapsed) .fa-bars::before,
.navbar-toggler:not(.collapsed) .fa-bars::before {
  content: "\f00d";
}
.navbar-bar:not(.collapsed) .icon-bar,
.navbar-toggler:not(.collapsed) .icon-bar {
  color: transparent;
}
.navbar-bar:not(.collapsed) .icon-bar:before, .navbar-bar:not(.collapsed) .icon-bar:after,
.navbar-toggler:not(.collapsed) .icon-bar:before,
.navbar-toggler:not(.collapsed) .icon-bar:after {
  color: #0A0A0A;
  top: 0;
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar-bar:not(.collapsed) .icon-bar:before,
.navbar-toggler:not(.collapsed) .icon-bar:before {
  transform: rotate(-45deg);
}
.navbar-bar:not(.collapsed) .icon-bar:after,
.navbar-toggler:not(.collapsed) .icon-bar:after {
  transform: rotate(45deg);
  width: 100%;
}
.navbar-bar:focus,
.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .main-nav {
    bottom: 0;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.15s ease-in-out;
    z-index: 100;
    padding: 0;
  }
  .main-nav:not(.show) {
    opacity: 0;
    z-index: -111;
    left: -120%;
  }
}

.navbar {
  padding: 0;
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-nav a {
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav a {
    font-size: 18px;
  }
}
.navbar .navbar-nav a:before {
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 2px;
  content: "";
  position: absolute;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0;
  bottom: 2px;
}
.navbar .navbar-nav a:hover::before {
  width: calc(100% - 30px);
}
.navbar .navbar-nav > li > .nav-link {
  position: relative;
  text-transform: uppercase;
  padding: 15px;
  color: #0A0A0A;
}
.navbar .navbar-nav > li > .nav-link.show, .navbar .navbar-nav > li > .nav-link:hover, .navbar .navbar-nav > li > .nav-link.active {
  color: #D62B31;
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav > li > .nav-link {
    border-bottom: none;
    line-height: 1.5;
  }
  .navbar .navbar-nav > li > .nav-link:before {
    bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-nav > li:hover > .nav-link::before, .navbar .navbar-nav > li.active > .nav-link::before {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav > li:last-child {
    margin-left: 80px;
  }
}
.navbar .navbar-nav li {
  position: relative;
}
.navbar .navbar-nav li ul {
  list-style: none;
  padding: 0;
  border-radius: 0;
}
.navbar .navbar-nav li ul a {
  border-bottom: transparent solid 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
}
.navbar .navbar-nav li ul a.show, .navbar .navbar-nav li ul a:hover, .navbar .navbar-nav li ul a.active {
  background-color: transparent;
  text-decoration: none;
  color: #D62B31;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-nav li ul a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-black {
  background-color: #000;
}

.main-banner-item {
  width: 100%;
  position: relative;
  transition: opacity 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 6000ms linear;
}
.main-banner-item .container {
  position: relative;
}

.main-banner-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.main-banner-item-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.main-banner-item-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner-content {
  padding-top: 125px;
}
@media only screen and (min-width: 768px) {
  .main-banner-content {
    padding-top: 155px;
  }
}
@media only screen and (min-width: 992px) {
  .main-banner-content {
    padding-top: 125px;
  }
}

.main-banner-title {
  font-size: 24px;
  line-height: 1.41666;
  font-weight: normal;
  margin-bottom: 26px;
  font-family: "πâÆπâ⌐πé«πâÄΦºÆπé┤ Pro W6", "Hiragino Kaku Gothic Pro W6";
}
@media only screen and (min-width: 768px) {
  .main-banner-title {
    font-size: 57px;
    line-height: 1.56140;
    margin-bottom: 55px;
  }
}

.main-banner-store {
  margin-top: 30px;
  column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .main-banner-store {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .main-banner-item-img {
    padding: 20px 0 30px;
  }
}
.main-banner-item-img img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

/* ----------- intro -----------*/
.intro {
  padding-top: 45px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .intro {
    padding-top: 165px;
    margin-bottom: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/bg/intro-bg.svg");
  }
}

.intro-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/bg/intro-bg.png");
  background-size: auto 120px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .intro-img {
    background-image: none;
    margin: 0;
    padding: 0;
  }
}
.intro-img img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .intro-img img {
    width: 51%;
  }
}

.intro-item {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .intro-item {
    margin-bottom: 0;
  }
}

.intro-face {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .intro-face {
    justify-content: start;
    margin-bottom: 54px;
  }
}

.icon-face {
  width: 36px;
  height: 36px;
  margin: 0 6px;
}
@media only screen and (min-width: 992px) {
  .icon-face {
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .icon-face:not(:last-child) {
    margin-right: 30px;
  }
}

.intro-detail {
  margin-top: 54px;
}
@media only screen and (min-width: 768px) {
  .intro-detail {
    margin-top: 170px;
  }
  .intro-detail .row {
    margin-right: -11px;
    margin-left: -11px;
  }
  .intro-detail .row > * {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.intro-detail-summary {
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) {
  .intro-detail-summary {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
  }
}

.card .card-thumb img {
  transition: transform 0.3s linear 0s;
  width: 100%;
  height: auto;
}
.card .card-thumb:hover img {
  transform: scale(1.07);
}
.card.card-shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 25px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .card.card-shadow {
    margin-bottom: 0;
    height: 100%;
  }
}
.card.card-shadow .card-body {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .card.card-shadow .card-body {
    padding: 27px 40px 18px;
  }
}
.card.card-shadow .card-body .chart {
  margin-top: -25px;
}
@media only screen and (min-width: 768px) {
  .card.card-shadow .card-body .chart {
    margin-top: -38px;
  }
}
.card.card-shadow .card-title {
  color: #240303;
  font-size: 16px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .card.card-shadow .card-title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.card.card-shadow .card-title a {
  color: inherit;
}
.card.card-news {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border: 0;
  height: 100%;
}
.card.card-news .card-body {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .card.card-news .card-body {
    padding: 36px 42px 64px;
  }
}
.card.card-news .card-title {
  font-size: 11px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .card.card-news .card-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.card.card-news .card-title a {
  color: #D62B31;
}
.card.card-news .card-text {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .card.card-news .card-text {
    font-size: 20px;
  }
}

.card-number {
  font-size: 68px;
  padding-right: 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .card-number {
    font-size: 108px;
    padding-right: 27px;
  }
}

.card-icons {
  column-gap: 5px;
  row-gap: 5px;
  margin-left: 10px;
}

.card-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .card-icon {
    width: 64px;
    height: 64px;
  }
}

.ico-moon {
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url("../images/icons/ico-moon.svg") no-repeat 0 0;
  background-size: 21px 23px;
}
.ico-moon.small {
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
}
@media only screen and (min-width: 768px) {
  .ico-moon {
    width: 33px;
    height: 36px;
    background-size: 33px 36px;
  }
  .ico-moon.small {
    width: 22px;
    height: 25px;
    background-size: 22px 25px;
  }
}

.ico-sun {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/ico-sun.svg") no-repeat 0 0;
  background-size: 24px 24px;
}
.ico-sun.small {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
@media only screen and (min-width: 768px) {
  .ico-sun {
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
  }
  .ico-sun.small {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}

/* ----------- partner -----------*/
.grey {
  background-color: #F8F3EA;
}

.partner {
  padding: 37px 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .partner {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 170px;
  }
}
.partner .partner-img {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .partner .partner-img {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .partner .section-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .partner-box .section-heading {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .partner-box .btn {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.partner-text {
  margin-bottom: 29px;
  line-height: 1.35;
}
@media only screen and (min-width: 768px) {
  .partner-text {
    font-size: 20px;
    margin-bottom: 53px;
  }
}

/* ----------- flow -----------*/
.flow-swiper-carousel {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .flow-swiper-carousel {
    margin-bottom: 164px;
  }
}
.flow-swiper-carousel .swiper-slide {
  margin-top: 19px;
}
@media only screen and (min-width: 768px) {
  .flow-swiper-carousel .swiper-slide {
    margin-top: 31px;
  }
}

.flow-item {
  position: relative;
}

.flow-item-number {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 3px solid #F2F2F2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}
@media only screen and (min-width: 768px) {
  .flow-item-number {
    width: 62px;
    height: 62px;
    top: -31px;
  }
}

.flow-item-img img {
  border: 3px solid #F2F2F2;
  background-color: #fff;
}

.flow-item-name {
  border: 3px solid #F2F2F2;
  background-color: #fff;
  padding: 5px 10px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  position: relative;
  margin-top: 17px;
}
.flow-item-name::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  width: 17px;
  height: 6px;
  background-image: url("../images/icons/flow-polygon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 17px auto;
}
@media only screen and (min-width: 768px) {
  .flow-item-name {
    height: 60px;
    margin-top: 45px;
  }
  .flow-item-name::before {
    width: 28px;
    height: 16px;
    top: -16px;
    background-size: 28px auto;
  }
}

.flow-item-label {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .flow-item-label {
    font-size: 22px;
  }
}

/* ----------- news -----------*/
.news {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .news {
    margin-bottom: 167px;
  }
}
@media only screen and (min-width: 992px) {
  .news .section-heading {
    margin-bottom: 86px;
  }
}

.news-swiper-carousel .swiper-slide {
  padding: 10px 5px;
  height: auto;
}

/* ----------- media -----------*/
@media only screen and (min-width: 768px) {
  .media .section-heading {
    margin-bottom: 40px;
  }
}

.forms .form-control, .forms .form-select {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  border-radius: 0;
  height: 28px;
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .forms .form-control, .forms .form-select {
    height: 80px;
  }
}
.forms .form-control:focus, .forms .form-select:focus {
  border-color: #D62B31;
  box-shadow: none;
}
.forms .form-group {
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .forms .form-group {
    margin-bottom: 21px;
  }
}
.forms textarea.form-control {
  height: 122px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .forms textarea.form-control {
    height: 350px;
  }
}
.forms .form-label {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .forms .form-label {
    font-size: 32px;
  }
}
.forms .form-label .badge {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
}

.footer-top {
  border-top: 1px solid rgba(36, 3, 3, 0.2);
  padding-top: 22px;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 46px;
    padding-bottom: 46px;
    margin-top: 52px;
  }
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.social-circle {
  border-radius: 100%;
  border: 1px solid #707070;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .social-circle {
    width: 80px;
    height: 80px;
    gap: 30px;
  }
}
.social-circle:hover {
  background-color: #F8F3EA;
}

.ico-instagram {
  width: 14px;
  height: 14px;
  background: url(../images/icons/ico-instagram.png) no-repeat 0 0;
  background-size: 14px 14px;
}
@media only screen and (min-width: 768px) {
  .ico-instagram {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.ico-twitter {
  width: 16px;
  height: 13px;
  background: url(../images/icons/ico-twitter.png) no-repeat 0 0;
  background-size: 16px 13px;
}
@media only screen and (min-width: 768px) {
  .ico-twitter {
    width: 36px;
    height: 30px;
    background-size: 36px 30px;
  }
}

.sidebar-list {
  margin-bottom: 24px;
  font-size: 12px;
}
.sidebar-list li {
  padding: 5px 10px;
}
.sidebar-list li a {
  color: inherit;
}
.sidebar-list li a:hover {
  color: #D62B31;
}
@media only screen and (min-width: 992px) {
  .sidebar-list {
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    margin-bottom: 0;
  }
}

.copyright {
  font-size: 10px;
  padding-bottom: 33px;
}
@media only screen and (min-width: 992px) {
  .copyright {
    font-size: 20px;
  }
}
.copyright img {
  max-height: 11px;
}
@media only screen and (min-width: 992px) {
  .copyright img {
    max-height: unset;
  }
}

.footer-logo {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .footer-logo {
    margin-bottom: 0;
  }
}
.footer-logo img {
  max-height: 28px;
}
@media only screen and (min-width: 992px) {
  .footer-logo img {
    max-height: unset;
  }
}
