@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 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;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #212529;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 700;
  text-align: justify;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 3.7209302326vw;
  }
}

p,
h2 {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.flexbox {
  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;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner {
  width: 72.9166666667vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 86.0465116279vw;
  }
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
.f_regular {
  font-weight: 400;
}

.f_medium {
  font-weight: 500;
}

.f_bold {
  font-weight: 700;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.small {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .small {
    font-size: 2.7906976744vw;
  }
}

.space_s {
  letter-spacing: -0.05em;
}

.fs30 {
  font-size: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs30 {
    font-size: 3.9534883721vw;
  }
}

.fs28 {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs28 {
    font-size: 3.7209302326vw;
  }
}

.fs26 {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs26 {
    font-size: 3.488372093vw;
  }
}

.fs24 {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs24 {
    font-size: 3.023255814vw;
  }
}

.fs22 {
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs22 {
    font-size: 2.7906976744vw;
  }
}

.fs18 {
  font-size: 0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs18 {
    font-size: 2.3255813953vw;
  }
}

.fs14 {
  font-size: 0.7291666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .fs14 {
    font-size: 1.8604651163vw;
  }
}

.blue {
  color: #0075cf;
}

.marker {
  display: inline-block;
  padding: 0 0.2604166667vw;
  position: relative;
}
.marker::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(RGBa(0, 0, 0, 0)), color-stop(55%, RGBa(0, 0, 0, 0)), color-stop(55%, #fdbb2d), color-stop(90%, #fdbb2d), color-stop(90%, RGBa(0, 0, 0, 0)));
  background: linear-gradient(to bottom, RGBa(0, 0, 0, 0) 0%, RGBa(0, 0, 0, 0) 55%, #fdbb2d 55%, #fdbb2d 90%, RGBa(0, 0, 0, 0) 90%);
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.marker.animated::before {
  width: 100%;
}

em {
  color: #3b579a;
  font-weight: 700;
  font-style: normal;
}

/* common */
header {
  background-color: #fff;
  width: 100vw;
  height: 3.6458333333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0 0.15625vw 0.3125vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header {
    height: 16.2790697674vw;
  }
}
header .inner {
  height: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .inner {
    height: 16.2790697674vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-left: 6.976744186vw;
  }
}
header h1 {
  width: 4.7213541667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header h1 {
    width: 15.9302325581vw;
  }
}
header .nav_mark {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.3125vw;
  background-color: #ffe600;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .nav_mark {
    display: none;
  }
}
header nav {
  padding-top: 0.7291666667vw;
  padding-right: 28.6458333333vw;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav {
    width: 100%;
    height: 0;
    background-color: #666666;
    background-image: url(../img/fv_bg_sp.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1000;
    position: fixed;
    top: 16.2790697674vw;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding-right: 0;
    padding-top: 0;
  }
  header nav.flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header nav.open {
    height: calc(100vh - 16.2790697674vw);
    -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-bottom: 11.6279069767vw;
  }
}
header nav a {
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header nav a {
    color: #212529;
    font-size: 4.4186046512vw;
    background-color: #fff;
    text-align: center;
    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;
    width: 77.9069767442vw;
    height: 11.6279069767vw;
    border-radius: 5.8139534884vw;
    margin: 4.6511627907vw 0;
  }
}
header .contactbtn {
  font-size: 0.9375vw;
  color: #fff;
  background-color: #009cad;
  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;
  width: 10.4166666667vw;
  height: 3.125vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .contactbtn.btn1 {
    width: 16.2790697674vw;
    height: 16.2790697674vw;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 16.2790697674vw;
    text-indent: -9999px;
    background-color: #009cad;
    background-image: url(../img/icon_mail_sp.png);
    background-position: center;
    background-size: 8.7209302326vw;
    background-repeat: no-repeat;
  }
  header .contactbtn.btn1::before {
    display: none;
  }
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header #hamburger,
  header #hamburger div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
  header #hamburger {
    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;
    color: #fff;
    font-size: 3.488372093vw;
    width: 16.2790697674vw;
    height: 16.2790697674vw;
    top: 0;
    background-color: #ff8700;
    position: absolute;
    right: 0;
    z-index: 1001;
  }
  header #hamburger span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header #hamburger div {
    width: 70%;
    height: 0.6976744186vw;
    position: absolute;
    left: 0;
    background-color: #333333;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #hamburger div:nth-of-type(1) {
    top: 0.4651162791vw;
    left: 15%;
  }
  header #hamburger div:nth-of-type(2) {
    bottom: 0.4651162791vw;
    left: 15%;
  }
  header #hamburger.active {
    display: inline-block;
    background-color: #ff8700;
  }
  header #hamburger.active span {
    opacity: 0;
  }
  header #hamburger.active div {
    background-color: #fff;
    display: inline-block;
  }
  header #hamburger.active div:nth-of-type(1) {
    -webkit-transform: translateY(7.2093023256vw) rotate(-45deg);
    transform: translateY(7.2093023256vw) rotate(-45deg);
  }
  header #hamburger.active div:nth-of-type(2) {
    -webkit-transform: translateY(-7.2093023256vw) rotate(45deg);
    transform: translateY(-7.2093023256vw) rotate(45deg);
  }
}

footer {
  height: 20.8333333333vw;
  padding-top: 2.8645833333vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#bbb));
  background: linear-gradient(to top, #e6e6e6 0%, #bbb 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    height: auto;
    padding-top: 11.6279069767vw;
    padding-bottom: 1.1627906977vw;
  }
}
footer .f_logo {
  width: 6.25vw;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .f_logo {
    width: 19.7674418605vw;
    margin-bottom: 3.488372093vw;
  }
}
footer .snslink {
  margin-bottom: 4.3229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .snslink {
    margin-bottom: 9.3023255814vw;
  }
}
footer .snslink a {
  display: inline-block;
  width: 2.6041666667vw;
  margin-right: 0.9375vw;
}
footer .snslink a img {
  width: 100%;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .snslink a {
    width: 6.976744186vw;
    margin-right: 2.3255813953vw;
    margin-bottom: 20.9302325581vw;
  }
}
footer .footerlink {
  font-weight: 400;
  color: #fff;
  font-size: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}
footer .footerlink::before {
  content: "｜ ";
}
footer .footerlink a::after {
  content: " ｜ ";
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .footerlink {
    font-size: 3.2558139535vw;
    margin-bottom: 13.9534883721vw;
  }
  footer .footerlink a {
    display: block;
    margin-bottom: 2.3255813953vw;
  }
  footer .footerlink a::before {
    content: "●";
    margin-right: 0.5em;
  }
  footer .footerlink::before {
    content: "";
  }
  footer .footerlink a::after {
    content: "";
  }
  footer .footerlink a::before {
    content: "● ";
  }
}
footer small {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    font-size: 3.2558139535vw;
  }
}

main {
  overflow: hidden;
  width: 100%;
}

.totop {
  width: 1.8229166667vw;
  position: fixed;
  right: 3.6458333333vw;
  bottom: 3.125vw;
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .totop {
    width: 6.8604651163vw;
    right: 1.1627906977vw;
    bottom: 6.976744186vw;
    z-index: 10;
  }
}
.totop img {
  width: 100%;
}

/* content */
#fv {
  height: 100vh;
  background-image: url(../img/fv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv {
    background-image: url(../img/fv_bg_sp.png);
    padding-top: 16.2790697674vw;
    background-size: 100%;
    background-position: top center;
  }
}
#fv .fv_objwrap {
  height: calc(100vh - 3.6458333333vw);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap {
    height: calc(100vh - 16.2790697674vw);
  }
}
#fv .fv_objwrap .fv_textwrap {
  position: absolute;
  top: 2.0833333333vw;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .fv_textwrap {
    left: 0;
    width: 100%;
    display: block;
    position: relative;
    top: 11.6279069767vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-width: 375px) {
  #fv .fv_objwrap .fv_textwrap {
    top: 5.8139534884vw;
  }
}
#fv .fv_objwrap .fv_textwrap .wr_logo {
  width: 32.2916666667vw;
}
#fv .fv_objwrap .fv_textwrap .text {
  font-size: 2.34375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .fv_textwrap .text {
    font-size: 5.8139534884vw;
    text-align: center;
    margin-bottom: 5.8139534884vw;
  }
}
#fv .fv_objwrap .fv_textwrap .catch {
  font-size: 2.34375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .fv_textwrap .catch {
    font-size: 5.2325581395vw;
    text-align: center;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .wr_logo {
    width: 38.023255814vw;
    position: absolute;
    bottom: 11.6279069767vw;
    right: 6.976744186vw;
  }
}
#fv .fv_objwrap .fv_img {
  width: 30.5vw;
  position: absolute;
  top: 2.0833333333vw;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .fv_objwrap .fv_img {
    width: 76.7441860465vw;
    left: 0;
    top: 76.7441860465vw;
    bottom: auto;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-width: 375px) {
  #fv .fv_objwrap .fv_img {
    width: 69.7674418605vw;
    top: 52.3255813953vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #fv .inner {
    width: 100%;
  }
}

.headwrap {
  width: 100%;
}
.headwrap h2 {
  font-size: 1.875vw;
  font-weight: 700;
  color: #3b579a;
  line-height: 1.4;
  text-align: center;
  height: 6.7708333333vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  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;
  padding-bottom: 0.6770833333vw;
  margin-bottom: -0.6770833333vw;
  z-index: 1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .headwrap h2 {
    font-size: 4.8837209302vw;
    width: 100%;
    height: 11.6279069767vw;
  }
}
.headwrap .en {
  font-size: 6.25vw;
  font-family: "Century Gothic", sans-serif;
  color: #e7f2f6;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .headwrap .en {
    font-size: 11.6279069767vw;
  }
}

#strongpoint .headwrap .en,
#casestudy .headwrap .en {
  color: #ffffff;
}

#system .headwrap .en {
  color: #bfe0ec;
}
#system .animated .fadeup {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
#system .animated .scaleup_h {
  -webkit-animation: scaleup_h 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scaleup_h 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#system .animated .scaleup_v {
  -webkit-animation: scaleup_v 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scaleup_v 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#system .animated .popup {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bgbl {
  background-color: #bfe0ec;
}

.bgwh {
  background-color: #fff;
}

#problem {
  padding-top: 4.4270833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem {
    padding-top: 9.8837209302vw;
  }
}
#problem .headwrap {
  margin-bottom: 11.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem .headwrap {
    margin-bottom: 25.8139534884vw;
  }
}
#problem .bgbl {
  padding-bottom: 10.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem .bgbl {
    padding-bottom: 22.9069767442vw;
  }
}
#problem .bgbl::after {
  content: "";
  display: block;
  width: 6.5104166667vw;
  height: 3.3333333333vw;
  background-image: url(../img/bgbl_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -3.3333333333vw;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem .bgbl::after {
    width: 14.5348837209vw;
    height: 7.4418604651vw;
    bottom: 7.4418604651vw;
  }
}
#problem .flexbox:first-child {
  top: -9.7395833333vw;
  margin-bottom: -9.7395833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem .flexbox:first-child {
    top: -21.7441860465vw;
    margin-bottom: -21.7441860465vw;
  }
}
#problem .flexbox:first-child > div {
  text-align: center;
  background-color: #e7f2f6;
  width: 20.8333333333vw;
  padding: 2.6041666667vw 0;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem .flexbox:first-child > div {
    width: 100%;
    padding: 5.8139534884vw 0;
    margin-bottom: 5.8139534884vw;
  }
}
#problem .flexbox:first-child > div img {
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem .flexbox:first-child > div img {
    margin-bottom: 2.9069767442vw;
  }
}
#problem #webreport {
  margin-top: 4.0104166667vw;
  padding: 3.6458333333vw 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport {
    margin-top: 8.9534883721vw;
  }
}
#problem #webreport .imgwrap {
  width: 28.125vw;
  height: 24.6354166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .imgwrap {
    width: 62.7906976744vw;
    height: 55vw;
    margin-bottom: 6.976744186vw;
  }
}
#problem #webreport .imgwrap.animated .scaleup_c {
  -webkit-animation: scaleup_c 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scaleup_c 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
#problem #webreport .imgwrap img {
  position: absolute;
}
#problem #webreport .imgwrap img:first-child {
  width: 20.8333333333vw;
  top: 3.6458333333vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .imgwrap img:first-child {
    width: 46.511627907vw;
    top: 8.1395348837vw;
  }
}
#problem #webreport .imgwrap img:nth-child(2) {
  width: 9.375vw;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .imgwrap img:nth-child(2) {
    width: 20.9302325581vw;
  }
}
#problem #webreport .imgwrap img:nth-child(3) {
  width: 9.375vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .imgwrap img:nth-child(3) {
    width: 20.9302325581vw;
  }
}
#problem #webreport .imgwrap img:nth-child(4) {
  width: 9.375vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .imgwrap img:nth-child(4) {
    width: 20.9302325581vw;
  }
}
#problem #webreport .txtwrap {
  font-size: 1.5625vw;
  text-align: center;
  width: 35.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .txtwrap {
    font-size: 3.488372093vw;
    width: 100%;
  }
}
#problem #webreport .txtwrap img {
  width: 22.3958333333vw;
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #problem #webreport .txtwrap img {
    width: 50vw;
    margin-bottom: 4.0697674419vw;
  }
}

#merit {
  padding-top: 7.03125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit {
    padding-top: 15.6976744186vw;
  }
}
#merit .headwrap {
  margin-bottom: 16.40625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .headwrap {
    margin-bottom: 36.6279069767vw;
  }
}
#merit .bgbl .flexbox {
  top: -12.5vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .bgbl .flexbox {
    top: -27.9069767442vw;
  }
}
#merit .bgbl .flexbox > div {
  text-align: center;
  background-color: #e7f2f6;
  padding: 3.6458333333vw 1.5625vw 1.3020833333vw;
  border-radius: 0.2604166667vw;
  width: 20.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .bgbl .flexbox > div {
    padding: 8.1395348837vw 3.488372093vw 2.9069767442vw;
    border-radius: 0.5813953488vw;
    width: 100%;
    margin-bottom: 16.2790697674vw;
  }
}
#merit .bgbl .flexbox > div .num {
  font-family: "Bebas Kai", sans-serif;
  color: #38aad6;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -3.125vw;
  left: 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .bgbl .flexbox > div .num {
    font-size: 13.9534883721vw;
    top: -6.976744186vw;
    left: 2.9069767442vw;
  }
}
#merit .bgbl .flexbox > div .bgwh {
  padding: 1.3020833333vw 1.0416666667vw 0;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .bgbl .flexbox > div .bgwh {
    padding: 2.9069767442vw 2.3255813953vw 0;
    margin-top: 3.488372093vw;
  }
}
#merit .bgbl .flexbox > div .bgwh p {
  margin-top: 0.9375vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .bgbl .flexbox > div .bgwh p {
    margin-top: 2.0930232558vw;
    margin-bottom: 4.1860465116vw;
  }
}
#merit .bgbl .flexbox > div:first-child .bgwh p {
  margin-top: 0vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #merit .bgbl .flexbox > div:first-child .bgwh p {
    margin-top: 0vw;
    margin-bottom: 2.3255813953vw;
  }
}

#strongpoint {
  background-color: #bfe0ec;
}
#strongpoint .headwrap {
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .headwrap {
    margin-bottom: 8.7209302326vw;
  }
}
#strongpoint .inner {
  width: 66.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .inner {
    width: 86.0465116279vw;
  }
}
#strongpoint .inner > p {
  font-size: 1.5625vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .inner > p {
    font-size: 3.488372093vw;
    width: 100vw;
    margin-left: -6.976744186vw;
  }
}
#strongpoint .inner em {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .inner em {
    font-size: 4.6511627907vw;
  }
}
#strongpoint .inner .flexbox {
  margin-top: 4.1666666667vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .inner .flexbox {
    margin-top: 11.6279069767vw;
  }
}
#strongpoint .inner .flexbox > div {
  width: 30.2083333333vw;
  padding: 1.3020833333vw 0;
  margin-bottom: 4.6875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .inner .flexbox > div {
    width: 100%;
    padding: 5.8139534884vw 0;
    margin-bottom: 11.6279069767vw;
  }
}
#strongpoint .inner .flexbox > div .baloon {
  font-size: 1.1458333333vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  width: 15.1041666667vw;
  height: 6.09375vw;
  background-image: url(../img/strongpoint_baloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 1.0416666667vw;
  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;
  position: absolute;
  top: -3.5416666667vw;
  left: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #strongpoint .inner .flexbox > div .baloon {
    font-size: 3.2558139535vw;
    width: 40.4651162791vw;
    height: 16.976744186vw;
    padding-bottom: 2.3255813953vw;
    top: -7.9069767442vw;
    left: 3.488372093vw;
  }
}

#system {
  background-color: #e7f2f6;
  padding-top: 4.6875vw;
  padding-bottom: 1.8229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system {
    padding-top: 10.4651162791vw;
    padding-bottom: 4.0697674419vw;
  }
}
#system .inner {
  width: 66.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .inner {
    width: 86.0465116279vw;
  }
}
#system .headwrap {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .headwrap {
    margin-bottom: 4.6511627907vw;
  }
}
#system .imgwrap > .flexbox {
  margin-bottom: 6.09375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap > .flexbox {
    margin-bottom: 13.6046511628vw;
    z-index: 10;
  }
}
#system .imgwrap > .flexbox .sysitem {
  text-align: center;
  background-color: #fff;
  border-radius: 0.2604166667vw;
  width: 16.6666666667vw;
  height: 21.875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap > .flexbox .sysitem {
    border-radius: 0.5813953488vw;
    width: 100%;
    height: auto;
    margin-bottom: 63.488372093vw;
    padding-bottom: 3.488372093vw;
  }
  #system .imgwrap > .flexbox .sysitem img {
    width: 100%;
  }
}
#system .imgwrap > .flexbox .sysitem p {
  color: #fff;
  font-size: 1.3541666667vw;
  text-align: center;
  background-color: #38aad6;
  padding: 1.3020833333vw 0;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap > .flexbox .sysitem p {
    font-size: 4.1860465116vw;
    padding: 2.9069767442vw 0;
    margin-bottom: 1.7441860465vw;
  }
}
#system .imgwrap > .flexbox .system01 {
  width: 26.9791666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap > .flexbox .system01 {
    width: 100%;
    margin-bottom: 19.7674418605vw;
  }
}
#system .imgwrap > .flexbox .system03 {
  margin-bottom: 0;
}
#system .imgwrap .system01child {
  z-index: 10;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .system01child {
    width: 100%;
  }
}
#system .imgwrap .system01child .flexbox {
  width: 26.875vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .system01child .flexbox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.1627906977vw;
  }
}
#system .imgwrap .system01child .flexbox div {
  width: 7.96875vw;
  border-radius: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .system01child .flexbox div {
    width: 25.3488372093vw;
    border-radius: 0.5813953488vw;
  }
}
#system .imgwrap .system01child .flexbox div p {
  font-size: 1.1458333333vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .system01child .flexbox div p {
    font-size: 3.488372093vw;
    margin-top: 0.5813953488vw;
  }
}
#system .imgwrap .system01child .small {
  font-size: 1.0416666667vw;
  font-weight: 500;
  margin-top: 1.1458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .system01child .small {
    font-size: 3.488372093vw;
    margin-top: 1.1627906977vw;
    margin-bottom: 9.3023255814vw;
  }
}
#system .imgwrap .baloon {
  color: #fff;
  font-size: 1.3541666667vw;
  text-align: center;
  line-height: 1.4;
  width: 18.5416666667vw;
  height: 9.21875vw;
  background-image: url(../img/system_baloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.6041666667vw;
  position: absolute;
  top: 21.0416666667vw;
  left: 40.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .baloon {
    font-size: 4.6511627907vw;
    width: 64.4186046512vw;
    height: 33.7209302326vw;
    padding-top: 5.8139534884vw;
    top: 234.8837209302vw;
    left: 0;
    z-index: 10;
  }
}
#system .imgwrap .baloon .small {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .baloon .small {
    font-size: 3.488372093vw;
  }
}
#system .imgwrap .arrow01,
#system .imgwrap .arrow02 {
  width: 6.3541666667vw;
  position: absolute;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .arrow01,
  #system .imgwrap .arrow02 {
    width: 15.4651162791vw;
  }
}
#system .imgwrap .arrow01 {
  top: 8.59375vw;
  left: 25.4166666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .arrow01 {
    top: 65.1162790698vw;
    left: auto;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}
#system .imgwrap .arrow02 {
  top: 8.59375vw;
  left: 45.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .arrow02 {
    top: 239.5348837209vw;
    left: auto;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}
#system .imgwrap .arrow03 {
  width: 2.3958333333vw;
  position: absolute;
  top: 22.7604166667vw;
  left: 12.2916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #system .imgwrap .arrow03 {
    width: 15.8139534884vw;
    top: 68.6046511628vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#license {
  padding-top: 5.7291666667vw;
  padding-bottom: 5.2083333333vw;
  background-color: #bfe0ec;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license {
    padding-top: 10.4651162791vw;
    padding-bottom: 4.0697674419vw;
  }
}
#license .headwrap {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license .headwrap {
    margin-bottom: 4.6511627907vw;
  }
}
#license p,
#license table {
  font-weight: 500;
}
#license .bold {
  font-size: 1.3541666667vw;
  font-weight: 700;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license .bold {
    font-size: 4.1860465116vw;
  }
}
#license table {
  width: 100%;
  margin-top: 0.5208333333vw;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license table {
    font-size: 2.7906976744vw;
    margin-top: 2.3255813953vw;
    margin-bottom: 5.8139534884vw;
  }
}
#license table th {
  color: #fff;
  text-align: center;
  background-color: #38aad6;
  padding: 0.5208333333vw;
  border: solid 0.0520833333vw #bfe0ec;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license table th {
    padding: 1.1627906977vw;
  }
}
#license table td {
  padding: 0.5208333333vw;
  border: solid 0.0520833333vw #bfe0ec;
  background-color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license table td {
    padding: 1.1627906977vw;
  }
}
#license table td.head {
  color: #fff;
  background-color: #38aad6;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #license table,
  #license tbody,
  #license tr,
  #license th,
  #license td {
    display: block;
    width: 100%;
  }
  #license table tr:first-child {
    display: none;
  }
  #license table td {
    border: 0 none;
  }
  #license table .name {
    font-weight: 700;
    padding-top: 1.1627906977vw;
    border-top: solid 0.1162790698vw #bfe0ec;
  }
}

#specification {
  padding-top: 5.7291666667vw;
  padding-bottom: 10.4166666667vw;
  background-color: #e7f2f6;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification {
    padding-top: 10.4651162791vw;
    padding-bottom: 4.0697674419vw;
  }
}
#specification .headwrap {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification .headwrap {
    margin-bottom: 4.6511627907vw;
  }
}
#specification .headwrap .en {
  color: #bfe0ec;
}
#specification .bold {
  font-size: 1.3541666667vw;
  font-weight: 700;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification .bold {
    font-size: 4.1860465116vw;
  }
}
#specification p,
#specification table {
  font-weight: 500;
}
#specification table {
  width: 100%;
  margin-top: 0.5208333333vw;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification table {
    font-size: 2.7906976744vw;
    margin-top: 1.1627906977vw;
    margin-bottom: 5.8139534884vw;
  }
}
#specification table caption {
  text-align: center;
  background-color: #eeeeee;
  padding: 1.0416666667vw 0.5208333333vw;
  font-size: 1.3541666667vw;
  font-weight: 700;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification table caption {
    padding: 2.3255813953vw;
    font-size: 3.023255814vw;
  }
}
#specification table th {
  color: #fff;
  line-height: 1.8;
  background-color: #38aad6;
  padding: 0.5208333333vw;
  border: solid 0.0520833333vw #bfe0ec;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification table th {
    padding: 1.1627906977vw;
  }
}
#specification table tr:first-child th,
#specification table tr:first-child td {
  border-top: none;
}
#specification table td {
  padding: 0.5208333333vw;
  border: solid 0.0520833333vw #bfe0ec;
  background-color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification table td {
    padding: 1.1627906977vw;
  }
}
#specification table td.head {
  color: #fff;
  line-height: 1.8;
  background-color: #38aad6;
  padding: 0.5208333333vw;
  border: solid 0.0520833333vw #bfe0ec;
}
#specification table td p {
  line-height: 1.4;
  margin-bottom: 0.5208333333vw;
}
#specification table td p.anno {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #specification caption {
    margin-bottom: 2.3255813953vw;
  }
  #specification table.nomarge {
    display: block;
    width: 100%;
  }
  #specification table.nomarge tbody,
  #specification table.nomarge tr,
  #specification table.nomarge th,
  #specification table.nomarge td,
  #specification table.nomarge caption {
    display: block;
    width: 100%;
  }
  #specification table.nomarge th {
    margin-top: 1.1627906977vw;
  }
  #specification table.nomarge td {
    border: 0 none;
    text-align: left;
    padding: 1.1627906977vw;
  }
  #specification table.nomarge .name {
    font-weight: 700;
    padding-top: 1.1627906977vw;
    border-top: solid 0.1162790698vw #bfe0ec;
  }
  #specification table.marge {
    display: block;
    width: 100%;
  }
  #specification table.marge tbody,
  #specification table.marge tr,
  #specification table.marge th,
  #specification table.marge td,
  #specification table.marge caption {
    display: block;
    width: 100%;
  }
  #specification table.marge tbody.nosp,
  #specification table.marge tr.nosp,
  #specification table.marge th.nosp,
  #specification table.marge td.nosp,
  #specification table.marge caption.nosp {
    display: none;
  }
  #specification table.marge th {
    margin-top: 1.1627906977vw;
  }
  #specification table.marge td {
    border: 0 none;
    text-align: left;
    padding: 1.1627906977vw;
  }
  #specification table.marge .col2wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #specification table.marge .col2 {
    width: 50%;
    float: left;
    border: solid 0.1162790698vw #bfe0ec;
  }
  #specification table.marge .sp_mt {
    margin-top: 1.1627906977vw;
  }
  #specification table.marge tr {
    clear: both;
    overflow: hidden;
  }
  #specification table.marge .name {
    font-weight: 700;
    padding-top: 1.1627906977vw;
    border-top: solid 0.1162790698vw #bfe0ec;
  }
}

#casestudy {
  padding-top: 5.7291666667vw;
  padding-bottom: 10.4166666667vw;
  background-color: #bfe0ec;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy {
    padding-top: 12.7906976744vw;
    padding-bottom: 23.2558139535vw;
  }
}
#casestudy .inner > .headwrap {
  margin-bottom: 7.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .inner > .headwrap {
    margin-bottom: 15.8139534884vw;
  }
}
#casestudy .case {
  background-color: #fff;
  margin-bottom: 12.5vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case {
    margin-bottom: 27.9069767442vw;
  }
}
#casestudy .case .baloon {
  color: #fff;
  font-family: "Century Gthic", sans-serif;
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 1;
  width: 10.6770833333vw;
  height: 10.6770833333vw;
  background-image: url(../img/casestudy_baloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.5208333333vw;
  position: absolute;
  top: -8.6979166667vw;
  left: -1.5625vw;
  z-index: 10;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .baloon {
    font-size: 3.488372093vw;
    width: 23.8372093023vw;
    height: 23.8372093023vw;
    padding-top: 1.1627906977vw;
    top: -19.4186046512vw;
    left: -3.488372093vw;
  }
}
#casestudy .case .baloon .num {
  font-family: "Bebas Kai", sans-serif;
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .baloon .num {
    font-size: 9.3023255814vw;
  }
}
#casestudy .case .headwrap {
  color: #fff;
  background-color: #38aad6;
  padding: 0.625vw 7.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap {
    padding: 2.3255813953vw 5.8139534884vw;
  }
}
#casestudy .case .headwrap .flexbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#casestudy .case .headwrap .flexbox .infohead {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .infohead {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .flexbox {
    margin-bottom: 1.1627906977vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#casestudy .case .headwrap .flexbox .flexbox div {
  border-left: solid 0.0520833333vw #fff;
  padding: 0.2604166667vw 1.3541666667vw 0.2604166667vw 0.6770833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .flexbox div {
    padding: 1.1627906977vw 2.3255813953vw;
  }
}
#casestudy .case .headwrap .flexbox .flexbox div:first-child {
  padding-right: 1.8229166667vw;
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .flexbox div:first-child {
    padding-right: 2.3255813953vw;
  }
}
#casestudy .case .headwrap .flexbox .flexbox div p:first-child {
  font-size: 0.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .flexbox div p:first-child {
    font-size: 3.023255814vw;
    line-height: 1.4;
  }
}
#casestudy .case .headwrap .flexbox .flexbox div p:last-child {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .flexbox div p:last-child {
    font-size: 3.023255814vw;
  }
}
#casestudy .case .headwrap .flexbox .bgwh {
  color: #363636;
  font-size: 1.0416666667vw;
  font-weight: 500;
  width: 19.7916666667vw;
  height: 2.1875vw;
  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;
  margin-top: 0.6770833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case .headwrap .flexbox .bgwh {
    font-size: 3.023255814vw;
    width: 73.8372093023vw;
    height: 6.976744186vw;
    margin-top: 1.1627906977vw;
  }
}
#casestudy .case > .bgwh {
  padding: 1.0416666667vw 7.0833333333vw 1.9270833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh {
    padding: 2.3255813953vw 5.8139534884vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .fs18 {
    font-size: 3.2558139535vw;
  }
}
#casestudy .case > .bgwh .title {
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .title {
    font-size: 4.1860465116vw;
    margin-bottom: 2.7906976744vw;
  }
}
#casestudy .case > .bgwh .beforewrap,
#casestudy .case > .bgwh .afterwrap {
  color: #363636;
  padding: 0.9375vw 1.8229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .beforewrap,
  #casestudy .case > .bgwh .afterwrap {
    padding: 2.0930232558vw 4.0697674419vw;
  }
}
#casestudy .case > .bgwh .beforewrap > .head,
#casestudy .case > .bgwh .afterwrap > .head {
  font-size: 1.3541666667vw;
  font-weight: 700;
  margin-bottom: 5.1041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .beforewrap > .head,
  #casestudy .case > .bgwh .afterwrap > .head {
    font-size: 4.6511627907vw;
    margin-bottom: 4.6511627907vw;
  }
}
#casestudy .case > .bgwh .beforewrap li,
#casestudy .case > .bgwh .afterwrap li {
  font-size: 1.1458333333vw;
  font-weight: 400;
  margin-bottom: 1.40625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .beforewrap li,
  #casestudy .case > .bgwh .afterwrap li {
    font-size: 3.2558139535vw;
    margin-bottom: 3.1395348837vw;
  }
}
#casestudy .case > .bgwh .beforewrap li p,
#casestudy .case > .bgwh .afterwrap li p {
  line-height: 1.4;
}
#casestudy .case > .bgwh .beforewrap li p .arrow,
#casestudy .case > .bgwh .afterwrap li p .arrow {
  width: 1.0416666667vw;
  margin-right: 0.2604166667vw;
  vertical-align: middle;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .beforewrap li p .arrow,
  #casestudy .case > .bgwh .afterwrap li p .arrow {
    width: 3.2558139535vw;
    margin-right: 0.5813953488vw;
  }
}
#casestudy .case > .bgwh .beforewrap li .head,
#casestudy .case > .bgwh .afterwrap li .head {
  font-size: 0.9375vw;
  width: 10.9375vw;
  height: 1.3020833333vw;
  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;
  margin-bottom: 0.2604166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .beforewrap li .head,
  #casestudy .case > .bgwh .afterwrap li .head {
    font-size: 2.7906976744vw;
    width: 32.5581395349vw;
    height: 4.4186046512vw;
    margin-bottom: 0.5813953488vw;
  }
}
#casestudy .case > .bgwh .beforewrap {
  background-color: #e7f2f6;
}
#casestudy .case > .bgwh .beforewrap li .head {
  background-color: #69bedf;
}
#casestudy .case > .bgwh .afterwrap {
  background-color: #fffbd6;
}
#casestudy .case > .bgwh .afterwrap li .head {
  background-color: #ffe600;
}
#casestudy .case > .bgwh .afterwrap li em {
  color: #ff9900;
}
#casestudy .case > .bgwh .caseimg {
  position: absolute;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .caseimg {
    position: relative;
    width: 52.3255813953vw;
    margin: 6.976744186vw auto 3.488372093vw;
  }
}
#casestudy .case > .bgwh .ba_arrow {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding-top: 0.5208333333vw;
  width: 15.625vw;
  height: 6.4583333333vw;
  background-image: url(../img/ba_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1.5625vw auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case > .bgwh .ba_arrow {
    font-size: 3.2558139535vw;
    padding-top: 2.3255813953vw;
    width: 58.1395348837vw;
    height: 21.6279069767vw;
    margin: 6.976744186vw auto;
  }
}
#casestudy .case.case01 .beforewrap .caseimg {
  width: 21.40625vw;
  top: -4.6875vw;
  right: 2.65625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case01 .beforewrap .caseimg {
    width: 47.7906976744vw;
    top: -10.4651162791vw;
    right: 5.9302325581vw;
  }
}
#casestudy .case.case01 .afterwrap .caseimg {
  width: 12.8125vw;
  top: -8.3854166667vw;
  right: 4.0104166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case01 .afterwrap .caseimg {
    width: 28.6046511628vw;
    top: -18.7209302326vw;
    right: 8.9534883721vw;
  }
}
#casestudy .case.case02 .beforewrap .caseimg {
  width: 26.4583333333vw;
  top: -7.6041666667vw;
  right: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case02 .beforewrap .caseimg {
    width: 59.0697674419vw;
    top: -16.976744186vw;
  }
}
#casestudy .case.case02 .afterwrap {
  margin-top: 6.5104166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case02 .afterwrap {
    margin-top: 0;
  }
}
#casestudy .case.case02 .afterwrap .caseimg {
  width: 23.8541666667vw;
  top: -6.9270833333vw;
  right: 2.4479166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case02 .afterwrap .caseimg {
    width: 53.2558139535vw;
    top: -15.4651162791vw;
    right: 5.4651162791vw;
  }
}
#casestudy .case.case03 {
  margin-bottom: 0;
}
#casestudy .case.case03 .beforewrap .caseimg {
  width: 26.7708333333vw;
  top: -6.3020833333vw;
  right: 1.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case03 .beforewrap .caseimg {
    width: 59.7674418605vw;
    top: -14.0697674419vw;
    right: 3.2558139535vw;
  }
}
#casestudy .case.case03 .afterwrap {
  margin-top: 8.59375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case03 .afterwrap {
    margin-top: 0;
  }
}
#casestudy .case.case03 .afterwrap .caseimg {
  width: 34.7395833333vw;
  top: -6.8229166667vw;
  right: 1.6145833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #casestudy .case.case03 .afterwrap .caseimg {
    width: 77.5581395349vw;
    top: -15.2325581395vw;
    right: 3.6046511628vw;
  }
}

#contact .contactwrap .inner {
  padding: 3.6458333333vw 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #contact .contactwrap .inner {
    padding: 5.8139534884vw 0 0;
  }
}
#contact .contactwrap a {
  color: #fff;
  font-size: 1.4583333333vw;
  font-weight: 700;
  text-align: center;
  width: 21.875vw;
  height: 6.7708333333vw;
  border-radius: 3.3854166667vw;
  padding-left: 2.34375vw;
  background: #00b1bd;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #contact .contactwrap a {
    font-size: 3.7209302326vw;
    text-align: justify;
    width: 100%;
    height: 15.1162790698vw;
    border-radius: 7.5581395349vw;
    padding-left: 7.5581395349vw;
    margin-bottom: 5.8139534884vw;
  }
}
#contact .contactwrap a span {
  font-size: 1.0416666667vw;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #contact .contactwrap a span {
    font-size: 2.5581395349vw;
  }
}
#contact .contactwrap a::after {
  content: "";
  display: inline-block;
  width: 1.5104166667vw;
  height: 1.09375vw;
  background-image: url(../img/btn_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.96875vw;
  right: 1.6145833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #contact .contactwrap a::after {
    width: 3.3720930233vw;
    height: 2.4418604651vw;
    top: 6.6279069767vw;
    right: 3.6046511628vw;
  }
}
#contact .contactwrap .head {
  font-size: 1.5625vw;
  text-align: center;
  padding-bottom: 1.3020833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #contact .contactwrap .head {
    font-size: 3.7209302326vw;
    padding-top: 2.9069767442vw;
  }
}

/* animation */
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  line-height: 1;
}

.smooth.animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out;
          animation: poyopoyo 2s ease-out;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.popup {
  opacity: 0;
}

.popup.animated {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(2.0833333333vw) scale(0.8);
            transform: translateY(2.0833333333vw) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(2.0833333333vw) scale(0.8);
            transform: translateY(2.0833333333vw) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.scaleup_h {
  opacity: 0;
}

.scaleup_h.animated {
  -webkit-animation: scaleup_h 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scaleup_h 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scaleup_h {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes scaleup_h {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.scaleup_v {
  opacity: 0;
}

.scaleup_v.animated {
  -webkit-animation: scaleup_v 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scaleup_v 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scaleup_v {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

@keyframes scaleup_v {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}
.scaleup_c {
  opacity: 0;
}

.scaleup_c.animated {
  -webkit-animation: scaleup_c 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scaleup_c 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scaleup_c {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleup_c {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* animation_delay */
.delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.delay_15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.delay_18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .delay_3,
  .delay_6,
  .delay_9,
  .delay_12,
  .delay_15,
  .delay_18 {
    -webkit-animation-delay: 0 !important;
            animation-delay: 0 !important;
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-3-13 16:35:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(0.2083333333vw);
            filter: blur(0.2083333333vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(0.2083333333vw);
            filter: blur(0.2083333333vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.puff-in-center.animated {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.puff-in-center {
  opacity: 0;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-13 18:11:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-5.2083333333vw);
            transform: translateX(-5.2083333333vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-5.2083333333vw);
            transform: translateX(-5.2083333333vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slide-right {
  opacity: 0;
}

.slide-right.animated {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}