@charset "utf-8";
/* caimedia.jp on 20210908 */
/* ================================================================================
   destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css
   ================================================================================*/
*, ::after, ::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: #eee;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
a:hover {
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dottedp
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
embed, iframe, img, object, svg {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio
}
[type=button], [type=reset], [type=submit], button {
  cursor: pointer
}
[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
/* ================================================================================
   Start of Website css
   ================================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
/* ================================================================================*/ :root {
  --main-text-color: #424242;
  --bs-orange: #f56b48;
  --bs-white: #fafafafa;
  --bs-black: #403937;
  --bs-dark-gray: #424242;
  --bs-gray: #949494;
  /*--bs-medium-gray: #9F9F9F;*/
  --bs-medium-gray: #F7F7F7;
  --bs-light-gray: #F9F9F9;
  --bs-light-blue: #2ea9dd;
  --font-midashi: 'Noto Sans JP', sans-serif;
  --font-body: 'Noto Sans JP', sans-serif;
  /*	--font-body: 'vdl-v7marugothic', sans-serif;*/
  --font-sub: 'mr-eaves-modern', sans-serif;
}
/* ================================================================================
   Common Setting
   ================================================================================*/
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--font-body);
  font-weight: 500;
  font-style: normal;
  line-height: 1.75em;
  color: var(--main-text-color);
  font-size: inherit;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
img.charpy-img {
  width: 100%;
}
h1 {
  font-family: var(--font-midashi);
  font-size: clamp(20px, 5vw, 35px);
  font-weight: 700;
  line-height: 1.2em;
}
p, ul.wp-block-list {
  /*    font-size: clamp(14px, 4vw, 16px);*/
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.7em;
}
.accent-color {
  color: var(--bs-orange);
}
.white-color {
  color: var(--bs-white);
}
/* ================================================================================
   Navbar Setting
   ================================================================================*/
.navbar {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: rgba(140, 140, 140, 0.01) 0 6px 15px 0;
  -webkit-box-shadow: rgba(140, 140, 140, 0.01) 0 6px 15px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  border: none;
}
@media (max-width: 576px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.navbar .logo {
  max-width: 80px;
  height: auto;
}
@media (max-width: 576px) {
  .navbar .logo {
    max-width: 60px;
    height: auto;
  }
}
nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav a {
  display: inline-block;
  padding: 2em;
  font-size: clamp(12px, 1vw, 16px);
  transition: color .5s;
}
nav a:hover {
  color: var(--bs-orange);
}
@media (max-width: 930px) {
  nav a {
    padding: 2em 1em;
  }
}
nav img {
  display: none;
}
@media (max-width: 576px) {
  nav img {
    display: block;
    width: 7vw;
    max-width: 50px;
    max-height: 50px;
  }
}
.nav-accent-link {
  background: var(--bs-orange);
  color: var(--bs-white);
  filter: brightness(100%);
  transition: filter .5s;
}
.nav-accent-link:hover {
  filter: brightness(120%);
  color: var(--bs-white);
}
@media (max-width: 576px) {
  .nav-accent-link {
    background: transparent;
  }
}
/*sp nav-menu*/
.openbtn {
  position: relative;
  background: #403937;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background: var(--bs-gray);
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn {
  z-index: 100;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.nav-menu {
  display: none;
  position: fixed;
  width: 80vw !important;
  height: 100vh;
  padding-top: 50px;
  background: #403937;
  z-index: 90;
  animation: close-menu 0.3s forwards;
  opacity: 0;
}
.nav-menu.is-visible {
  display: block;
  animation: open-menu 0.3s forwards;
  opacity: 100;
  z-index: 90;
}
.nav-menu.is-visibleblock {
  display: block;
  box-shadow: rgb(0 0 0 / 30%) -1px 0 11px;
  -webkit-box-shadow: rgb(0 0 0 / 30%) -1px 0 11px;
}
@keyframes open-menu {
  from {
    transform: translateX(100vw);
    opacity: 0;
  }
  to {
    transform: translateX(21vw);
    opacity: 100;
  }
}
@keyframes close-menu {
  from {
    transform: translateX(21vw);
    opacity: 100;
  }
  to {
    transform: translateX(100vw);
    opacity: 0;
  }
}
.nav-menu .sp-link-02 li {
  border-bottom: 1px solid #565656;
}
.nav-menu .sp-link-02 a {
  display: flex;
  color: var(--bs-medium-gray);
  font-size: 1.5em;
  padding: 1.5em 1.5em 1.5em 1em;
  align-items: center;
}
.nav-menu .sp-link-02 a::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-top: 1px solid var(--bs-gray);
  border-right: 1px solid var(--bs-gray);
  transform: rotate(45deg);
}
.nav-menu .sp-link li a {
  color: var(--bs-medium-gray);
  display: block;
  font-size: 1.2em;
  padding: 1.5em 0 1.5em 1em;
}
.wrap.contentclass {
  margin-top: 100px;
  margin-bottom: 100px;
}
.c-title {
  color: #9F9F9F;
}
.h3-custom {
  color: #999999;
  font-size: 28px;
  margin: 10px 0 10px;
  line-height: 40px;
}
.space_80 {
  padding: 40px 0;
}
figure.product-img {
  text-align: center;
  margin: auto;
}
figcaption.caption {
  font-size: 11px;
}
h2.web-title {
  font-family: Lato;
  line-height: 40px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #333333;
}
h4.product-title {
  font-family: Lato;
  line-height: 40px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #999999;
}
h5.product-title {
  font-family: Lato;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
/*h6.cd-title {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}*/
.cd-title {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
a.link-blue {
  color: #2ea9dd;
}
.hrule {
  position: relative;
  margin: 30px auto;
  height: 1px;
  width: 95%;
  background: #e5e5e5;
  background: rgba(0, 0, 0, .05);
}
i.icon-custom {
  font-size: inherit;
}
table.table-custom {
  font-size: small;
}
tel.tel-custom {
  font-size: large;
}
/* ================================================================================
   Header Setting
   ================================================================================*/
.header-main-container {
  padding: 17em 0;
}
/*h1 animatin*/
.header-main-container h1 {
  font-size: clamp(30px, 8vw, 80px);
  line-height: 1em;
}
@media (max-width: 576px) {
  .header-main-container h1 {
    font-size: 40px;
  }
}
.header-main-container h1 span {
  display: inline-block;
}
.header-main-container p {
  /*font-size: clamp(12px,2vw,18px);*/
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5em;
}
.fadein {
  opacity: 0;
  transform: translateY(10px);
  animation: fadein 5s ease forwards;
}
@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*animation delay*/
.txt01 {
  animation-delay: .2s;
}
.txt02 {
  animation-delay: .8s;
}
.txt03 {
  animation-delay: 1s;
}
/* --------------------------
  2023 recruit bnr 
----------------------------- */
.recruit-bnr {
  width: 30%;
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.recruit-bnr:hover {
  opacity: 0.8;
}
@media screen and (max-width:820px) {
  .recruit-bnr {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-bnr {
    width: 90%;
    left: 50%;
    transform: translatex(-50%);
    bottom: 20px;
  }
}
/* --------------------------
   particle setting
----------------------------- */
.header-wrapper {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  /* height: 100%; */
  /*height: 100vh;*/
  /*background: #fafafa;*/
}
#particles-js {
  position: fixed; /*描画固定*/
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: inherit; /*背景色*/
}
/* ================================================================================
   Button Setting
   ================================================================================*/
.btn {
  display: inline-block;
  padding: 1em 2em;
  font-family: var(--font-midashi);
  /*    font-size: 1.5em;*/
  font-size: 1.6em;
  font-weight: 700;
  position: relative;
}
.btn--orange {
  color: var(--bs-white);
  background: var(--bs-orange);
  filter: brightness(100%);
  transition: background .5s;
  box-shadow: rgb(0 0 0 / 10%) 3px 5px 0;
  border-radius: 0;
}
.btn--orange:hover {
  /*filter: brightness(120%);*/
  background: #ff8963;
  color: var(--bs-white);
}
.btn--white {
  color: var(--bs-orange);
  background: var(--bs-white);
  transition: all 0.5s;
  box-shadow: rgb(0 0 0 / 10%) 3px 5px 0;
}
.btn--white:hover {
  /*filter:brightness(90%);*/
  background: #e0e0e0;
}
.btn--black {
  color: var(--bs-white);
  background: var(--bs-black);
  transition: all 0.5s;
  box-shadow: rgb(0 0 0 / 10%) 3px 5px 0;
}
.btn--black:hover {
  /*filter:brightness(90%);*/
  color: var(--bs-white);
  background: #645754;
}
.btn-link {
  display: inherit;
}
.btn-c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  /*width: 210px;*/
  color: #333;
  transition: all 0.3s;
}
.btn-c::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 1em;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.btn-c:hover {
  color: var(--bs-orange);
  transform: translateX(10px);
}
.btn--outline {
  color: var(--bs-black);
  background: var(--bs-white);
  border: 1px solid var(--bs-medium-gray);
  transition: all 0.5s;
}
.btn--outline:hover {
  /*filter:brightness(90%);*/
  color: var(--bs-white);
  background: var(--bs-orange);
  border: 1px solid var(--bs-white);
}
.btn--block {
  width: 100%;
}
.btn-mini {
  display: inline-block;
  padding: 1em 2em;
  font-family: var(--font-midashi);
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.btn--light-blue {
  color: var(--bs-white);
  background: var(--bs-light-blue);
  filter: brightness(100%);
  transition: background .5s;
  box-shadow: rgb(0 0 0 / 10%) 3px 5px 0;
  border-radius: 0;
  font-size: clamp(14px, 4vw, 16px);
}
.btn--light-blue:hover {
  /*filter: brightness(120%);*/
  background: #6c8dab;
  color: var(--bs-white);
}
.space_20 {
  padding: 20px 0;
}
.page-header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-color: rgba(0, 0, 0, .05);
  padding-bottom: 8px;
  margin: 0 0 20px;
  padding-top: 8px;
}
.container-custom {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
/* ================================================================================
   Container Setting
   ================================================================================*/
.makeup-container {
  background: var(--bs-light-gray);
  padding: 80px 0;
}
.whatwecando-container {
  background: var(--bs-light-gray);
  padding: 80px 0;
}
.enquiry-container {
  background: var(--bs-light-gray);
  padding: 80px 0;
}
.news-container {
  background: var(--bs-light-gray);
  padding: 80px 0;
}
.about-container {
  background: linear-gradient(#FF7F54, var(--bs-orange));
  padding: 80px 0;
}
@media (max-width: 576px) {
  .about-container {
    padding-bottom: 0;
  }
}
/* ================================================================================ */
.heading {
  margin-bottom: 1em;
  text-shadow: rgb(255 255 255 / 80%) 0px 1px 0;
  -webkit-text-shadow: rgb(255 255 255 / 30%) 0px 1px 0;
}
.heading span {
  display: flex;
  color: var(--bs-orange);
  font-size: 20px;
  font-family: var(--font-sub);
  margin-bottom: 2em;
}
.heading span.white {
  display: flex;
  color: var(--bs-white);
  font-size: 20px;
  font-family: var(--font-sub);
  margin-bottom: 2em;
}
.slick-slide {
  max-width: 320px !important;
}
/* --------------------------
   makeup container
----------------------------- */
.makeup-container {}
.card {
  background: var(--bs-white);
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px 2px;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px 2px;
  height: 100%;
  filter: brightness(100%);
  transition: filter .5s;
}
.card .card-body {
  padding: 1em 1em 2em;
}
.card .card-body h3 {
  color: var(--bs-orange);
  font-size: clamp(10px, 2vw, 12px);
  margin-bottom: 1em;
}
.card .card-body p {
  font-size: clamp(12px, 2vw, 14px);
}
.card:hover {
  filter: brightness(110%);
}
.card img {
  width: 100% !important;
}
.item {
  background: var(--bs-white);
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px 2px;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px 2px;
  height: 100%;
  filter: brightness(100%);
  transition: filter .5s;
}
.item .item-body {
  padding: 1em 1.4em 2em;
  min-height: 110px;
}
.item .item-body h3 {
  color: var(--bs-orange);
  font-size: clamp(10px, 2vw, 12px);
  margin-bottom: 1em;
}
.item .item-body p {
  font-size: clamp(14px, 2vw, 15px);
}
.item:hover {
  filter: brightness(110%);
}
.item img {
  width: 100% !important;
}
#makeup-slider.owl-carousel .owl-stage-outer {
  min-height: 400px;
}
@media (max-width: 768px) {
  #makeup-slider.owl-carousel .owl-stage-outer {
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  #makeup-slider.owl-carousel .owl-stage-outer {
    min-height: 350px;
  }
}
#makeup-slider .owl-stage-outer::before {
  content: "";
  width: 10%;
  height: 100%;
  background: linear-gradient(270deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#makeup-slider .owl-stage-outer::after {
  content: "";
  width: 10%;
  height: 100%;
  background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.owl-stage {
  display: flex;
}
/* --------------------------
   news container
----------------------------- */
.news-container {}
.news-container dl {
  border-top: 1px solid #ccc;
  line-height: 3em;
  font-size: clamp(12px, 2vw, 14px);
}
.news-container dt, .news-container dd {
  border-bottom: 1px solid #ccc;
}
.news-container dt {
  font-weight: normal;
}
.news-container dd a {
  display: block;
  transition: all .3s;
}
.news-container dd a::before {
  content: '';
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.news-container dd a:hover {
  color: var(--bs-orange);
}
@media (max-width: 576px) {
  .news-container dd a {
    /*        font-size: 75%;*/
    line-height: 2em;
  }
  .news-container dd a::before {
    border-left: 0;
    padding-left: 0;
  }
  .news-container dt, .news-container dd {
    width: 100%;
  }
  .news-container dd {
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .news-container dt {
    border-bottom: none;
  }
  .news-container dl {
    font-size: clamp(14px, 2vw, 15px);
  }
}
/* --------------------------
   about container
----------------------------- */
.about-container {}
.about-container .heading {
  text-shadow: rgb(255 255 255 / 30%) 0px 1px 0;
  -webkit-text-shadow: rgb(255 255 255 / 30%) 0px 1px 0;
}
.about-container .staff {
  opacity: 0.5;
  filter: brightness(110%);
}
/* --------------------------
   sdgs container
----------------------------- */
.sdgs-container {
  background: var(--bs-white);
  padding: 80px 0;
}
@media (max-width: 576px) {
  .sdgs-container {
    padding: 0;
  }
}
/* --------------------------
   footer container
----------------------------- */
footer {
  position: sticky;
  top: 100vh;
}
.footer-container {
  background: #403937;
  color: var(--bs-medium-gray);
  padding: 70px 0;
}
.footer-container h1 {
  font-size: clamp(20px, 2vw, 25px);
}
.footer-container h1 span {
  font-size: 50%;
}
.footer-container h2 {
  font-size: 12px;
}
.footer-container address, .footer-container .telephone {
  font-family: var(--font-sub);
  font-size: clamp(14px, 1vw, 14px);
  line-height: 1.5em;
}
.footer-container li {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2em;
  transition: color .5s;
}
.footer-container li:hover {
  color: var(--bs-orange);
}
@media (max-width: 576px) {
  .sp-link {
    border-top: 1px solid #565656;
  }
  .sp-link li {
    border-bottom: 1px solid #565656;
    padding: .5em;
  }
  .sp-link li:nth-child(odd) {
    border-right: 1px solid #565656;
  }
}
.icon-facebook:hover {
  color: var(--bs-orange);
}
/* --------------------------
   Utilities
----------------------------- */
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem!important;
}

.solution-thumbnail{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.solution-thumbnail-wrap{
    position:relative;
    overflow: hidden;
    margin-bottom:10px;
}
.solution-thumbnail-wrap img{
    transition:.3s;
    max-width: unset;
    height: 100%;
}
.solution-date{
    font-size: 1.25rem;
    line-height: 20px;
    display: none;
}
.solution-title{
    line-height: 25px;
    font-size: 1.8em;
    margin-bottom: 20px;
    >span{
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .solution-1.col-md-8{
        padding-right: 30px;
    }
    .solution-thumbnail-wrap{
        padding-top: 70%;
    }
    .col-md-4 .solution-thumbnail-wrap{
        padding-top: calc(70% - 40px);
    }
    .solution-article:hover img{
        transform: translateX(-50%) translateY(-50%) scale(1.05);
    }
    #solution-block .col-md-4{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .solution-title{
        overflow: hidden;
        word-break: break-all;
        height: 25px;
    }
}
@media (max-width: 767px) {
    .solution-article .solution-thumbnail-wrap{
        padding-top: 63%;
        width: 100%;
    }
}

.solution-wrapper{
    max-width: 600px;
    margin:0 auto;
}
