@charset "UTF-8";
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #2d5dea;
}

a:hover {
  color: #1e3c8c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

strong,
b {
  font-weight: 700;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

p {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #1e3c8c;
}

::selection {
  background: #1e3c8c;
}

.preloader-modern .loader-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #1e283c;
}

.preloader-modern .loader-title::after {
  background: #2d5dea;
  bottom: auto;
  display: block;
  position: relative;
  margin-top: 10px;
}

.preloader-modern .loader-subtitle {
  color: #8e939d;
}

.breadcrumbs {
  color: #a5a9b1;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 48px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs a {
  color: #787e8a;
}

.breadcrumbs a:hover {
  color: #1e3c8c;
}

.pager-pagination {
  padding-top: 25px;
}

.pager-pagination .pagination {
  margin-top: 0;
}

.pager-pagination .current {
  background-color: #1e3c8c;
  border-color: #1e3c8c !important;
}

@media (max-width: 991px) {
  .row-has-sidebar .pager-pagination {
    padding-bottom: 0;
  }
}

a.btn-common {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 12px 0;
  width: 240px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  margin: 0 auto;
}

a.btn-common:hover {
  background-color: transparent;
  background-position: left center;
}

@media screen and (min-width: 768px) {
  a.btn-common {
    font-size: 18px;
    padding: 12px 0;
  }
}

a.btn-common:hover {
  color: #1e3c8c;
  text-decoration: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta {
  background: #1e3c8c;
  background-image: url(../images/CTA-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta {
    padding: 40px 25px;
  }
}

@media (min-width: 992px) {
  .cta {
    text-align: left;
    padding: 60px 0;
  }
}

.cta.DB {
  background-image: url(../images/DB-CTA-bg.jpg);
}

.cta.RO {
  background-image: url(../images/RO-CTA-bg.jpg);
}

.cta.DF {
  background-image: url(../images/DF-CTA-bg.jpg);
}

.cta .cta-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta .cta-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .cta .cta-title {
    font-size: 22px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1200px) {
  .cta .cta-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.cta .cta-description {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .cta .cta-description {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .cta .cta-description {
    font-size: 18px;
  }
}

.cta .cta-link {
  text-align: center;
}

.cta .cta-link a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 16px;
  padding: 18px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 280px;
}

.cta .cta-link a:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a {
    font-size: 20px;
    padding: 20px 32px;
    margin: 0 0 16px;
    width: 360px;
  }
}

@media (min-width: 992px) {
  .cta .cta-link a {
    font-size: 24px;
    margin: 0 0 24px;
    width: 440px;
  }
}

.cta .cta-link a:hover {
  color: #00bcd4;
}

.cta .cta-link a i {
  font-size: 20px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a i {
    font-size: 24px;
    margin-right: 8px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px) {
  .cta .cta-link a i {
    font-size: 32px;
    margin-right: 8px;
    margin-top: -3px;
  }
}

.cta .cta-link a.AL {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, #fff 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #ff9800;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 18px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 280px;
}

.cta .cta-link a.AL:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.AL {
    font-size: 20px;
    padding: 24px 32px;
    margin: 0 0 10px;
    width: 360px;
  }
}

@media (min-width: 992px) {
  .cta .cta-link a.AL {
    font-size: 24px;
    margin: 0 0 24px;
    width: 440px;
  }
}

.cta .cta-link a.AL:hover {
  color: #ff9800;
}

.cta .cta-link a.AL i {
  font-size: 20px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a.AL i {
    font-size: 24px;
    margin-right: 8px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px) {
  .cta .cta-link a.AL i {
    font-size: 32px;
    margin-right: 8px;
    margin-top: -3px;
  }
}

.cta .cta-link a.SPL, .cta .cta-link a.SSFE {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, #fff 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #ff9800;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  white-space: nowrap;
}

.cta .cta-link a.SPL:hover, .cta .cta-link a.SSFE:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.SPL, .cta .cta-link a.SSFE {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .cta .cta-link a.SPL, .cta .cta-link a.SSFE {
    font-size: 24px;
    margin: 0 0 24px;
  }
}

.cta .cta-link a.SPL:hover, .cta .cta-link a.SSFE:hover {
  color: #ff9800;
}

.cta .cta-link a.SPL i, .cta .cta-link a.SSFE i {
  font-size: 20px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a.SPL i, .cta .cta-link a.SSFE i {
    font-size: 24px;
    margin-right: 8px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px) {
  .cta .cta-link a.SPL i, .cta .cta-link a.SSFE i {
    font-size: 32px;
    margin-right: 8px;
    margin-top: -3px;
  }
}

.cta .cta-link a.DB {
  background-color: #FFC800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #FFC800));
  background-image: linear-gradient(to right, #fff 50%, #FFC800 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #FFC800;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 20px 0px 18px;
  white-space: nowrap;
  border-radius: 48px;
  width: 240px;
}

.cta .cta-link a.DB:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.DB {
    font-size: 24px;
    padding: 28px 32px 24px;
    width: 360px;
  }
}

@media (min-width: 992px) {
  .cta .cta-link a.DB {
    font-size: 32px;
    width: 480px;
  }
}

.cta .cta-link a.DB:hover {
  color: #FFC800;
}

.cta .cta-link a.DB i {
  font-size: 20px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a.DB i {
    font-size: 32px;
    margin-right: 12px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px) {
  .cta .cta-link a.DB i {
    font-size: 40px;
    margin-right: 16px;
    margin-top: -3px;
  }
}

.cta .cta-link a.RO {
  background-color: #FFC800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #FFC800));
  background-image: linear-gradient(to right, #fff 50%, #FFC800 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #FFC800;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 16px;
  padding: 20px 0px 18px;
  white-space: nowrap;
  border-radius: 48px;
  width: 240px;
}

.cta .cta-link a.RO:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.RO {
    font-size: 24px;
    padding: 28px 32px 24px;
    width: 320px;
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .cta .cta-link a.RO {
    font-size: 32px;
    width: 440px;
    margin: 0 0 24px;
  }
}

.cta .cta-link a.RO:hover {
  color: #FFC800;
}

.cta .cta-link a.RO i {
  font-size: 20px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a.RO i {
    font-size: 32px;
    margin-right: 12px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px) {
  .cta .cta-link a.RO i {
    font-size: 40px;
    margin-right: 16px;
    margin-top: -3px;
  }
}

.cta .cta-link a.DF {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 16px;
  padding: 20px 0px 18px;
  white-space: nowrap;
  border-radius: 48px;
  width: 280px;
}

.cta .cta-link a.DF:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.DF {
    font-size: 24px;
    padding: 28px 32px 24px;
    width: 400px;
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .cta .cta-link a.DF {
    font-size: 28px;
    width: 480px;
    margin: 0 0 24px;
  }
}

.cta .cta-link a.DF:hover {
  color: #00bcd4;
}

.cta .cta-link a.DF i {
  font-size: 20px;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a.DF i {
    font-size: 32px;
    margin-right: 12px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 992px) {
  .cta .cta-link a.DF i {
    font-size: 36px;
    margin-right: 16px;
    margin-top: -3px;
  }
}

.cta .cta-link a.inquiry {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #ffffff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 12px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 120px;
}

.cta .cta-link a.inquiry:hover {
  background-color: #ffffff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.inquiry {
    font-size: 18px;
    padding: 12px 0;
    width: 120px;
  }
}

.cta .cta-link a.inquiry:hover {
  color: #ff9800;
}

.cta .cta-link a.inquiry.DF:hover {
  color: #00bcd4;
}

.cta .cta-link a.sub {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, transparent));
  background-image: linear-gradient(to right, transparent 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 8px 0px;
  border: none;
  width: auto;
}

.cta .cta-link a.sub:hover {
  background-color: transparent;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta .cta-link a.sub {
    font-size: 18px;
    padding: 8px 0;
  }
}

.cta .cta-link a.sub:hover {
  color: #ff9800;
}

.cta .cta-link a.sub i {
  font-size: 16px;
  margin-left: 6px;
  margin-top: -3px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta .cta-link a.sub i {
    font-size: 20px;
    margin-left: 8px;
    margin-top: -3px;
  }
}

.cta .cta-link a.wp {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1e3c8c), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #1e3c8c 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
}

.cta .cta-link a.wp:hover {
  background-color: #1e3c8c;
  background-position: left center;
}

.cta .cta-link a.wp:hover {
  color: #fff;
}

.cta-message {
  background: #1e3c8c;
  background-image: url(../images/CTA-segawa.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 120px 15px 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-message {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .cta-message {
    text-align: left;
    padding: 40px 0;
  }
}

.cta-message .cta-card {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
  padding: 30px 15px;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .cta-message .cta-card {
    text-align: left;
    padding: 40px 15px;
  }
}

.cta-message .cta-title {
  color: #1e283c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-message .cta-title {
    font-size: 26px;
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .cta-message .cta-title {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .cta-message .cta-title {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.cta-message .cta-title span {
  font-size: 16px;
  font-weight: 500;
  color: #2d5dea;
}

@media (min-width: 768px) {
  .cta-message .cta-title span {
    font-size: 18px;
  }
}

.cta-message .cta-link {
  text-align: center;
}

.cta-message a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 2px solid #00bcd4;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 240px;
}

.cta-message a:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .cta-message a {
    font-size: 18px;
    padding: 16px 0;
    width: 240px;
  }
}

.cta-message a:hover {
  color: #00bcd4;
}

.cta-conference {
  background-image: url(../images/frontpage-conference-bg_mb.jpg);
  background-color: #3C0064;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (min-width: 768px) {
  .cta-conference {
    background-image: url(../images/frontpage-conference-bg.jpg);
    background-size: 100%;
  }
}

.cta-conference:hover {
  opacity: 0.95;
}

.cta-conference a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .cta-conference a {
    padding: 0;
  }
}

.cta-conference a img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cta-conference a img {
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .cta-conference a img {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .cta-conference a img {
    width: 40%;
  }
}

@media screen and (min-width: 1440px) {
  .cta-conference a img {
    width: 33%;
  }
}

.cta-conference a:hover {
  opacity: 0.8;
}

.cta-seminar {
  margin-bottom: 0;
  padding: 30px 0 20px;
  background: url(/wp-content/themes/full-kaiten/assets/images/CTA-seminar.jpg) no-repeat top center;
  background-size: cover;
  color: #1e3c8c;
}

@media screen and (min-width: 768px) {
  .cta-seminar {
    padding: 60px 0;
  }
}

@media screen and (min-width: 992px) {
  .cta-seminar {
    padding: 80px 0;
  }
}

.cta-seminar .cta-title {
  text-align: center;
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .cta-seminar .cta-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .cta-seminar .cta-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1280px) {
  .cta-seminar .cta-title {
    font-size: 32px;
  }
}

.cta-seminar .cta-title::after {
  content: "";
  display: none;
}

.cta-seminar .banner {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cta-seminar .banner {
    margin-bottom: 0px;
  }
}

.cta-seminar a {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.2);
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cta-seminar a {
    width: 100%;
  }
}

.cta-seminar a img {
  border-radius: 8px;
}

.cta-seminar a:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(30, 60, 140, 0.4);
          box-shadow: 0 10px 30px 0 rgba(30, 60, 140, 0.4);
}

.cta-seminar .tag {
  display: inline-block;
  text-align: center;
  border: 1px solid #1e3c8c;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px 18px 4px;
  margin: 8px auto 0;
}

@media (min-width: 768px) {
  .cta-seminar .tag {
    font-size: 16px;
  }
}

.floating-ban {
  position: fixed;
  z-index: 20;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-ban .pc {
  width: 320px;
  margin: 0 30px 30px 0;
}

.floating-ban .pc img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(30, 40, 60, 0.2);
          box-shadow: 0 5px 10px rgba(30, 40, 60, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-ban .pc img:hover {
  -webkit-box-shadow: 0 10px 20px rgba(30, 40, 60, 0.3);
          box-shadow: 0 10px 20px rgba(30, 40, 60, 0.3);
}

.floating-ban .pc .Bnr {
  display: none;
  position: relative;
}

.floating-ban .pc .Bnr .close {
  position: absolute;
  right: -12px;
  top: -12px;
  opacity: 1.0;
}

.floating-ban .pc .Bnr .close a {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #1e283c;
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.floating-ban .pc .Bnr .close a:hover {
  opacity: 0.7;
}

.floating-ban .pc .Bnr .close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.floating-ban .sp {
  display: none;
}

@media (max-width: 768px) {
  .floating-ban .pc {
    display: none;
  }
  .floating-ban .sp {
    display: block;
    width: 160px;
    margin: 0 20px 20px 0;
  }
  .floating-ban .sp img {
    border-radius: 8px;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(30, 40, 60, 0.2);
            box-shadow: 0 5px 10px rgba(30, 40, 60, 0.2);
  }
  .floating-ban .sp .Bnr {
    display: none;
    position: relative;
  }
  .floating-ban .sp .Bnr .close {
    position: absolute;
    right: -8px;
    top: -8px;
    opacity: 1.0;
  }
  .floating-ban .sp .Bnr .close a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #1e283c;
    border-radius: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
  }
  .floating-ban .sp .Bnr .close a:hover {
    opacity: 0.7;
  }
  .floating-ban .sp .Bnr .close a img {
    width: 100%;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .floating-ban .sp .Bnr .close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

.floating-ban.front .pc {
  display: none;
}

.floating-ban.front .sp {
  display: block;
}

@media (min-width: 768px) {
  .floating-ban.front .pc {
    display: block;
  }
  .floating-ban.front .sp {
    display: none;
  }
}

@media (min-width: 992px) {
  .floating-ban.front .pc {
    display: block;
  }
  .floating-ban.front .sp {
    display: none;
  }
}

.cta-wp {
  margin-top: 0px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .cta-wp {
    margin-top: calc(0vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .cta-wp {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .cta-wp {
    margin-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .cta-wp {
    margin-bottom: 100px;
  }
}

.cta-wp .inner {
  border-radius: 12px;
  border: 2px solid #00bcd4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.cta-wp .inner .mock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .cta-wp .inner .mock {
    padding: 0 16px;
  }
}

@media screen and (min-width: 992px) {
  .cta-wp .inner .mock {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-wp .inner .mock {
    padding: 0 32px;
  }
}

.cta-wp .inner .mock img {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .cta-wp .inner .mock img {
    width: 120px;
  }
}

@media screen and (min-width: 992px) {
  .cta-wp .inner .mock img {
    width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-wp .inner .mock img {
    width: 210px;
  }
}

.cta-wp .inner .content {
  padding: 0px 12px 0px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .cta-wp .inner .content {
    padding: 20px 32px 20px 0;
  }
}

.cta-wp .inner .content .sub {
  color: #00bcd4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 2px;
  border-bottom: 1px #00bcd4 solid;
}

@media screen and (min-width: 768px) {
  .cta-wp .inner .content .sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .cta-wp .inner .content .sub {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.cta-wp .inner .content .sub i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cta-wp .inner .content .sub i {
    font-size: 22px;
    margin-right: 8px;
  }
}

.cta-wp .inner .content .title {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .cta-wp .inner .content .title {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .cta-wp .inner .content .title {
    font-size: 24px;
  }
}

.cta-wp .inner .content .title span {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .cta-wp .inner .content .title span {
    font-size: 18px;
  }
}

.cta-wp a {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, #fff));
  background-image: linear-gradient(to right, #00bcd4 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: block;
  border-radius: 12px;
}

.cta-wp a:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.cta-wp a:hover {
  color: #00bcd4;
}

.cta-wp a:hover .inner .content .sub {
  color: #fff;
  border-bottom: 1px #fff solid;
}

.cta-wp a:hover .inner .content .title {
  color: #fff;
}

.philosophy-banner {
  background: #fff;
}

.philosophy-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.philosophy-banner a::after {
  background: url(../images/philosophy-banner.jpg) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  height: 50vw;
  width: 100%;
}

@media (min-width: 768px) {
  .philosophy-banner a::after {
    height: auto;
    width: 50%;
  }
}

.philosophy-banner a:hover .banner-text {
  background-color: transparent;
  background-position: left center;
}

.philosophy-banner a:hover .banner-text h2,
.philosophy-banner a:hover .banner-text p {
  color: #1e3c8c;
}

.philosophy-banner a:hover .banner-text h2::after,
.philosophy-banner a:hover .banner-text p::after {
  border-color: #1e3c8c;
}

.philosophy-banner .banner-text {
  border: 12px solid #1e3c8c;
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  padding: 22px 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .philosophy-banner .banner-text {
    padding: 65px 13px;
    width: 50%;
  }
}

.philosophy-banner .banner-text h2,
.philosophy-banner .banner-text p {
  color: #fff;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.philosophy-banner .banner-text h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .philosophy-banner .banner-text h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.philosophy-banner .banner-text h2::after {
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  margin: 14px auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60px;
}

@media (min-width: 768px) {
  .philosophy-banner .banner-text h2::after {
    margin-top: 22px;
  }
}

.philosophy-banner .banner-text p {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .philosophy-banner .banner-text p {
    font-size: 16px;
    line-height: 2;
  }
}

.philosophy-banner .banner-text p .nowrap {
  display: inline-block;
}

@media (min-width: 768px) {
  .philosophy-banner .banner-text p .xs {
    display: none;
  }
}

.addthis_inline_share_toolbox_e8ma {
  margin: 20px auto 0;
  max-width: 850px;
  padding-left: 25px;
}

@media (min-width: 768px) {
  .addthis_inline_share_toolbox_e8ma {
    padding-left: 0;
  }
}

.addthis_inline_share_toolbox_e8ma a.at-icon-wrapper.at-share-btn {
  margin-right: 12px;
  margin-bottom: 0;
  padding: 8px;
}

.FAQ .px-accordion__item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
  color: var(--fk-navy) !important;
  padding-right: 50px;
  border-bottom-color: var(--fk-gray200) !important;
}

.FAQ .px-accordion__item-title:after,
.FAQ .px-accordion__item-title:before {
  background: var(--fk-black) !important;
}

.FAQ .px-accordion__item-title.question {
  text-indent: -2em;
  padding-left: 2em;
}

.FAQ .px-accordion__item-description {
  font-size: 16px;
  line-height: 2;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 15px;
  color: var(--fk-black);
}

.FAQ .px-accordion__item-description strong {
  font-weight: bold;
}

.FAQ .px-accordion__item-description .head {
  font-weight: bold;
  color: var(--fk-black);
}

.FAQ .px-accordion__item-description ul {
  margin-bottom: 0;
}

.FAQ .px-accordion__item-description ul li {
  text-indent: 0;
  margin-bottom: 10px;
}

.FAQ .px-accordion__item-description p.note {
  color: var(--fk-gray600);
  font-size: 14px;
  padding-left: 1.2em;
}

.FAQ .px-accordion__item-description.answer {
  text-indent: -1.9em;
  padding-left: 4em;
  padding-top: 30px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .FAQ .px-accordion__item-title {
    font-size: 15px;
    line-height: 1.5;
    padding-right: 30px;
  }
  .FAQ .px-accordion__item-description {
    font-size: 15px;
    line-height: 2;
    padding-right: 30px;
  }
  .FAQ .px-accordion__item-title.question {
    text-indent: -2em;
    padding-left: 2em;
  }
  .FAQ .px-accordion__item-description.answer {
    text-indent: -1.8em;
    padding-left: 4.0em;
  }
}

.tag-new {
  display: inline-block;
  margin: 0 4px;
  background-color: #00bcd4;
  color: #fff !important;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .tag-new {
    font-size: 10px;
    line-height: 12px;
    height: 16px;
  }
}

.right-menu.classic {
  margin: auto;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 480px) {
  .right-menu.classic {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .right-menu.classic {
    max-width: 100%;
    padding: 0 10px !important;
  }
}

@media (min-width: 1200px) {
  .right-menu.classic {
    max-width: 100%;
  }
}

.right-menu.classic .logo img {
  max-width: 160px;
}

@media (min-width: 768px) {
  .right-menu.classic .logo img {
    max-width: 160px;
  }
}

@media (min-width: 992px) {
  .right-menu.classic .logo img {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .right-menu.classic .logo img {
    max-width: 240px;
  }
}

@media (max-width: 991px) {
  .right-menu.classic .logo img.logo-mobile {
    padding: 0;
  }
}

.right-menu.classic .logo span {
  color: #fff;
}

@media (min-width: 992px) {
  .right-menu.classic #topmenu {
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .right-menu.classic #topmenu {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .right-menu.classic #topmenu > ul {
    padding-bottom: 0px;
  }
}

.right-menu.classic #topmenu > ul > li a {
  margin-right: 6px;
  font-size: 14px;
  width: 100% !important;
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
}

@media (min-width: 1200px) {
  .right-menu.classic #topmenu > ul > li a {
    margin-right: 16px;
    font-size: 16px;
    width: auto;
  }
}

.right-menu.classic #topmenu .mob-nav-close {
  color: #a5a9b1;
}

.right-menu.classic #topmenu .menu {
  text-align: left;
}

.right-menu.classic #topmenu .menu a[href="#"] {
  cursor: default;
  pointer-events: none;
}

.right-menu.classic #topmenu .menu a[href="#"]::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-align: center;
  text-rendering: auto;
  width: 16px;
}

@media (max-width: 991px) {
  .right-menu.classic #topmenu .menu a[href="#"]::after {
    content: none;
  }
}

.right-menu.classic #topmenu .menu li {
  vertical-align: middle;
}

.right-menu.classic #topmenu .menu li.current-menu-parent > a, .right-menu.classic #topmenu .menu li.current-menu-item > a {
  font-weight: 700;
}

.right-menu.classic #topmenu .menu li a {
  color: #fff;
  font-weight: normal;
}

@media (max-width: 991px) {
  .right-menu.classic #topmenu .menu li a {
    color: #1e283c;
  }
}

.right-menu.classic #topmenu .menu li a:hover {
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 991px) {
  .right-menu.classic #topmenu .menu li a:hover {
    color: #1e283c;
  }
}

@media (min-width: 992px) {
  .right-menu.classic #topmenu .menu .sub-menu {
    -webkit-box-shadow: 0 5px 10px 0 rgba(30, 60, 140, 0.3);
            box-shadow: 0 5px 10px 0 rgba(30, 60, 140, 0.3);
    border-radius: 8px;
    min-width: 280px;
    left: -12px;
    padding: 20px 0;
  }
}

.right-menu.classic #topmenu .menu .sub-menu li {
  padding: 8px 24px;
}

.right-menu.classic #topmenu .menu .sub-menu li.current-menu-item a {
  font-weight: 500;
  line-height: 1.5;
}

.right-menu.classic #topmenu .menu .sub-menu li.current-menu-item a:hover {
  opacity: 0.6;
}

.right-menu.classic #topmenu .menu .sub-menu li a {
  color: #1e283c;
  margin-right: 0;
}

.right-menu.classic #topmenu .menu .sub-menu li a:hover {
  font-weight: normal;
}

.right-menu.classic #topmenu .menu .sub-menu li a span {
  color: #787e8a;
}

.right-menu.classic #topmenu .tel {
  width: 108px;
}

.right-menu.classic #topmenu .tel.pc {
  display: none;
}

@media (min-width: 992px) {
  .right-menu.classic #topmenu .tel.pc {
    display: inline-block;
    width: 84px;
    padding-top: 2px;
    padding-right: 2px;
  }
  .right-menu.classic #topmenu .tel.pc img {
    width: 84px;
  }
}

@media (min-width: 1200px) {
  .right-menu.classic #topmenu .tel.pc {
    display: inline-block;
    width: 108px;
    padding-top: 4px;
    padding-right: 4px;
  }
  .right-menu.classic #topmenu .tel.pc img {
    width: 108px;
  }
}

.right-menu.classic #topmenu .tel.pc.alt {
  display: none;
}

.right-menu.classic #topmenu .tel.mobile {
  display: none;
}

@media (max-width: 991px) {
  .right-menu.classic #topmenu .tel.mobile {
    display: inline-block;
    margin-bottom: 10px;
  }
  .right-menu.classic #topmenu .tel.mobile img {
    width: 108px;
  }
}

.right-menu.classic #topmenu .search-icon-wrapper {
  cursor: default;
  margin-left: 6px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .right-menu.classic #topmenu .search-icon-wrapper {
    margin-bottom: 0px;
  }
}

.right-menu.classic #topmenu .search-icon-wrapper .cta-btn {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, #fff 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  width: 200px;
  padding: 10px 24px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #ff9800;
  display: inline-block;
}

.right-menu.classic #topmenu .search-icon-wrapper .cta-btn:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 992px) {
  .right-menu.classic #topmenu .search-icon-wrapper .cta-btn {
    font-size: 14px;
    padding: 10px 12px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .right-menu.classic #topmenu .search-icon-wrapper .cta-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}

.right-menu.classic #topmenu .search-icon-wrapper .cta-btn:hover {
  color: #ff9800;
}

.right-menu.classic #topmenu .search-icon-wrapper .cta-btn.alt {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff9800), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #ff9800 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #ff9800;
}

.right-menu.classic #topmenu .search-icon-wrapper .cta-btn.alt:hover {
  background-color: #ff9800;
  background-position: left center;
}

.right-menu.classic #topmenu .search-icon-wrapper .cta-btn.alt:hover {
  color: #ffffff;
}

.right-menu.classic .mob-nav .line {
  background: #fff;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .tel.pc {
  display: none;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .tel.pc.alt {
  display: inline-block;
}

@media (max-width: 991px) {
  .header_top_bg.bg-fixed-color .right-menu #topmenu .tel.pc.alt {
    display: none;
  }
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .menu li a {
  color: #1e283c;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .menu li a:hover {
  color: #1e283c;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .menu .sub-menu li a:hover {
  color: #1e3c8c;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper .cta-btn {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, transparent 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-color: #ff9800;
  color: #fff;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper .cta-btn:hover {
  background-color: transparent;
  background-position: left center;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper .cta-btn:hover {
  color: #ff9800;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper .cta-btn.alt {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff9800), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #ff9800 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #ff9800;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper .cta-btn.alt:hover {
  background-color: #ff9800;
  background-position: left center;
}

.header_top_bg.bg-fixed-color .right-menu #topmenu .search-icon-wrapper .cta-btn.alt:hover {
  color: #ffffff;
}

.header_top_bg.bg-fixed-color .right-menu .mob-nav .line {
  background: #1e3c8c !important;
}

@media (max-width: 991px) {
  .right-menu #topmenu .menu li.menu-item-has-children i,
  #topmenu .menu li.menu-item-has-children i {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 100% !important;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 28px;
    text-align: right;
  }
}

.only_logo .top-menu {
  height: 50px !important;
  padding: 10px 0 !important;
  text-align: left !important;
}

@media (max-width: 991px) {
  .only_logo .top-menu {
    height: 40px !important;
    padding: 10px 0 !important;
  }
}

.only_logo .top-menu .main-logo {
  width: 180px;
}

.only_logo .top-menu .main-logo.logo-mobile {
  padding: 0 !important;
  width: 120px;
}

.only_logo .top-menu .logo-hover {
  width: 180px;
}

@media (max-width: 991px) {
  .only_logo .top-menu .logo-hover {
    hpadding: 0 !important;
    width: 120px;
  }
}

#footer.simple {
  background: #fff;
  position: relative;
}

#footer.simple > .container:first-child {
  border-bottom: 1px solid #e8e9eb;
}

@media (max-width: 991px) {
  #footer.simple .footer-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
  }
}

#footer.simple .footer-info .footer-logo {
  margin-top: -10px;
  margin-bottom: 0;
}

#footer.simple .footer-info .footer-info-text p {
  margin-top: 15px;
  margin-bottom: 48px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 991px) {
  #footer.simple .footer-info .footer-info-text p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#footer.simple .footer-info .footer-info-media {
  padding-right: 10px;
}

@media (max-width: 991px) {
  #footer.simple .footer-info .footer-info-media {
    padding-right: 0;
  }
}

#footer.simple .footer-info .footer-info-media a {
  font-size: 14px;
  text-align: center;
  color: #1e3c8c;
  display: block;
  margin: 0 0 8px;
  background-color: #f4f6fA;
  border-radius: 20px;
  padding: 4px 20px;
}

@media (max-width: 991px) {
  #footer.simple .footer-info .footer-info-media a {
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
  }
}

#footer.simple .footer-info .footer-info-media a:hover {
  opacity: 0.6;
}

#footer.simple .copyright {
  color: #787e8a !important;
}

#footer.simple .menu li {
  line-height: 1.2;
  padding: 8px 0;
}

#footer.simple .menu li a {
  font-size: 14px;
  line-height: 1.2;
}

#footer.simple .menu .menu-item > a {
  padding: 8px 0;
}

#footer.simple .menu .sub-menu {
  margin-left: 0;
  padding: 8px 0;
}

#footer.simple .menu .sub-menu li {
  margin-left: 0;
}

#footer.simple .menu .sub-menu li::before {
  content: "―";
  display: inline-block;
  margin-right: 2px;
  overflow: hidden;
  vertical-align: top;
  width: 6px;
}

@media (max-width: 370px) {
  #footer.simple .sidebar-item {
    width: 50%;
  }
}

#footer.simple .sidebar-item li a[href="#"] {
  color: #787e8a;
  cursor: default;
  pointer-events: none;
}

#footer.simple .sidebar-item:nth-of-type(3) {
  float: right;
}

#footer.simple .sidebar-item:last-child:nth-child(2n + 1) {
  margin-left: 0;
}

#footer.simple .sidebar-item[class*="widget_"] a {
  color: #4b5363;
}

#footer.simple .sidebar-item[class*="widget_"] a span {
  color: #787e8a;
}

#footer.simple .sidebar-item[class*="widget_"] a:hover {
  color: #2d5dea;
}

#footer.simple .sidebar-item[class*="widget_"] a:hover span {
  color: #2d5dea;
}

#footer.simple .sidebar-item.widget_nav_menu .item-wrap {
  max-width: none;
  text-align: left;
}

#footer.simple .sidebar-item.widget_nav_menu .item-wrap h5 {
  color: #1e3c8c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer.simple .footer-bottom-wrap {
  padding: 16px 0 20px;
}

#footer.simple .footer-bottom-wrap > .container {
  padding: 0;
}

@media (max-width: 767px) {
  #footer.simple .footer-bottom-col:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}

.footer-bottom-container .footer-bottom-nav {
  color: #d2d4d8;
  font-size: 14px;
  padding: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .footer-bottom-container .footer-bottom-nav {
    line-height: 40px;
    white-space: normal;
  }
}

.footer-bottom-container .footer-bottom-nav a {
  color: #4b5363;
  white-space: nowrap;
}

.footer-bottom-container .footer-bottom-nav a:hover {
  color: #2d5dea;
}

.footer-bottom-container .footer-bottom-nav a:first-child {
  margin-left: 15px;
}

.footer-bottom-container .footer-bottom-nav a:nth-child(3) {
  margin-right: 15px;
}

.footer-bottom-container .footer-bottom-nav .fa-facebook-official {
  color: #4b5363;
  font-size: 0;
  margin: 0 8px 0 15px;
}

.footer-bottom-container .footer-bottom-nav .fa-facebook-official:before {
  font-size: 20px;
}

.footer-bottom-container .footer-bottom-nav .fa-twitter {
  color: #4b5363;
  font-size: 0;
  margin: 0 15px 0 0;
}

.footer-bottom-container .footer-bottom-nav .fa-twitter:before {
  font-size: 20px;
}

.row-has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .row-has-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.row-has-sidebar .sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .row-has-sidebar .sidebar {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .row-has-sidebar .sidebar {
    padding: 0;
  }
}

.single-news-container .row-has-sidebar .sidebar {
  margin-top: 0;
}

@media (max-width: 991px) {
  .single-news-container .row-has-sidebar .sidebar {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .main-wrapper .col-md-3 .sidebar .sidebar-item,
  .main-wrapper .col-md-3 .sidebar-item {
    margin-bottom: 30px;
  }
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > h5,
.main-wrapper .col-md-3 .sidebar-item > h5 {
  border-bottom: 0;
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.88;
  margin-bottom: 24px;
  text-align: left;
}

@media (max-width: 991px) {
  .main-wrapper .col-md-3 .sidebar .sidebar-item > h5,
  .main-wrapper .col-md-3 .sidebar-item > h5 {
    font-size: 18px;
  }
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > h5::after,
.main-wrapper .col-md-3 .sidebar-item > h5::after {
  border-bottom: 3px solid #1e3c8c;
  content: "";
  display: block;
  margin-top: 8px;
  width: 36px;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > ul,
.main-wrapper .col-md-3 .sidebar-item > ul {
  margin-bottom: 4px;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > ul > li,
.main-wrapper .col-md-3 .sidebar-item > ul > li {
  color: #787e8a;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 !important;
}

@media (max-width: 991px) {
  .main-wrapper .col-md-3 .sidebar .sidebar-item > ul > li,
  .main-wrapper .col-md-3 .sidebar-item > ul > li {
    font-size: 16px;
  }
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > ul > li + li,
.main-wrapper .col-md-3 .sidebar-item > ul > li + li {
  border-top: 1px solid #e8e9eb;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > ul > li a,
.main-wrapper .col-md-3 .sidebar-item > ul > li a {
  color: inherit;
  font-size: inherit !important;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item > ul > li a:hover,
.main-wrapper .col-md-3 .sidebar-item > ul > li a:hover {
  color: #1e3c8c !important;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item p,
.main-wrapper .col-md-3 .sidebar-item p {
  font-size: 14px !important;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item a,
.main-wrapper .col-md-3 .sidebar-item a {
  color: #00bcd4;
  font-size: 14px !important;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item a:hover,
.main-wrapper .col-md-3 .sidebar-item a:hover {
  color: #2d5dea !important;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item a.btn-detail,
.main-wrapper .col-md-3 .sidebar-item a.btn-detail {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, transparent 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  padding: 6px;
  width: 80%;
  border: 1px solid #00bcd4;
  border-radius: 30px;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item a.btn-detail:hover,
.main-wrapper .col-md-3 .sidebar-item a.btn-detail:hover {
  background-color: transparent;
  background-position: left center;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item a.btn-detail:hover,
.main-wrapper .col-md-3 .sidebar-item a.btn-detail:hover {
  color: #00bcd4 !important;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item .seminar-list a:hover,
.main-wrapper .col-md-3 .sidebar-item .seminar-list a:hover {
  opacity: 0.7;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item.widget_tag_cloud .tagcloud a.tag-cloud-link,
.main-wrapper .col-md-3 .sidebar-item.widget_tag_cloud .tagcloud a.tag-cloud-link {
  background-color: transparent;
  color: #1e3c8c;
  font-weight: 500;
  font-size: 12px;
  padding: 0;
  margin: 0 10px 10px 0;
}

.main-wrapper .col-md-3 .sidebar .sidebar-item.widget_tag_cloud .tagcloud a.tag-cloud-link .tag-link-count,
.main-wrapper .col-md-3 .sidebar-item.widget_tag_cloud .tagcloud a.tag-cloud-link .tag-link-count {
  color: #787e8a;
  font-size: 12px !important;
}

/*カスタマイズ*/
ul.wpp-list.wpp-ranking {
  padding: 0;
}

/*ランキング順位表示*/
ul.wpp-list.wpp-ranking li {
  border-bottom: 1px solid #d2d4d8;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

ul.wpp-list.wpp-ranking li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/*記事タイトル*/
ul.wpp-list.wpp-ranking li a.wpp-post-title {
  text-decoration: none;
  font-size: 12px;
  color: #1e283c;
  font-weight: normal;
  margin: 0;
}

ul.wpp-list.wpp-ranking li a.wpp-post-title:hover {
  color: #2d5dea;
}

/*アイキャッチ*/
ul.wpp-list.wpp-ranking li img {
  margin: 10px 10px 10px 0;
}

/*ランキングカウンター*/
ul.wpp-list.wpp-ranking li:before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #787e8a;
  border: 2px solid #fff;
  padding: 8px 10px;
  border-radius: 50%;
  z-index: 1;
  top: 0px;
  left: -10px;
}

/*カウント数*/
ul.wpp-list.wpp-ranking li {
  counter-increment: wpp-count;
}

/*ランキング1〜3の色変更*/
ul.wpp-list.wpp-ranking li:nth-child(1):before {
  background-color: #00bcd4;
}

ul.wpp-list.wpp-ranking li:nth-child(2):before {
  background-color: #2d5dea;
}

ul.wpp-list.wpp-ranking li:nth-child(3):before {
  background-color: #1e3c8c;
}

.category-archive {
  background-color: #f4f6fA;
}

.category-archive .category-post-list-outer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.padding-both .archive-container {
  padding-bottom: 40px !important;
}

@media (max-width: 767px) {
  .padding-both .archive-container {
    padding-bottom: 20px !important;
  }
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page .post-list {
  margin: 0;
}

.post-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px;
}

@media (min-width: 640px) {
  .post-list > li {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .post-list > li {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .post-list.category {
    padding: 25px 10px 0;
  }
}

@media (min-width: 576px) {
  .post-list.category > li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .post-list.category > li {
    width: calc(100% / 3);
  }
}

.post-list.seminar {
  background-color: transparent;
}

@media (max-width: 767px) {
  .post-list.seminar {
    padding: 25px 10px 0;
  }
}

@media (min-width: 768px) {
  .post-list.seminar > li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .post-list.seminar > li {
    width: calc(100% / 3);
  }
}

.post-list .card {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-list .card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-list .card > a:hover .post-thumbnail {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.post-list .card .post-thumbnail {
  margin-bottom: -10px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.post-list .card .card-body {
  background: #fff;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px 24px;
  position: relative;
}

@media (min-width: 768px) {
  .post-list .card .card-body {
    padding: 15px;
  }
}

.post-list .card .card-footer {
  border-top: 1px solid #e8e9eb;
  padding: 12px 24px;
}

.post-list .card .post-meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-list .card .cat {
  font-size: 12px;
  line-height: 18px;
  margin-right: 12px;
  padding: 2px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .post-list .card .cat {
    font-size: 12px;
    line-height: 16px;
  }
}

.post-list .card .post-date {
  color: #787e8a;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .post-list .card .post-date {
    font-size: 14px;
    line-height: 16px;
  }
}

.post-list .card .post-title {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.post-list .card .post-excerpt {
  color: #787e8a;
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .post-list .card .post-excerpt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.post-list .card .post-client {
  color: #787e8a;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}

.post-list .card .post-client-items {
  color: #787e8a;
  font-size: 12px;
  margin-bottom: 6px;
}

.post-list .card ul.post-client-type {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.post-list .card ul.post-client-type li {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 4px 4px 0;
}

.post-list .card ul.post-client-type li.retail {
  background: #2d5dea;
}

.post-list .card ul.post-client-type li.wholesale {
  background: #009688;
}

.post-list .card ul.post-client-type li.store {
  background: #64B446;
}

.post-list .card ul.post-client-type li.ec {
  background: #00bcd4;
}

.post-list .card ul.post-client-type li.outlet {
  background: #ba68c8;
}

.post-list .card .post-client-category {
  color: #1e283c;
  font-size: 12px;
  line-height: 1;
}

.post-list .card .post-client-category div {
  color: #ffffff;
  background-color: #2d5dea;
  display: inline-block;
  font-size: 10px;
  padding: 4px 6px 2px;
  margin: 0 4px 0 0;
}

.cat {
  background: #a5a9b1;
  color: #fff;
}

.cat.events-seminar {
  background: #1e3c8c;
}

.cat.events-seminar-new {
  background: #00bcd4;
}

.cat.events-exhibition {
  background: #00bcd4;
}

.cat.events-extra {
  background: #00bcd4;
}

.cat.events {
  background: #00bcd4;
}

.cat.seminar-video {
  background: #009688;
}

.cat.report {
  background: #64B446;
}

.cat.media {
  margin-top: 0;
  background: #1e3c8c;
}

.cat.releases {
  background: #2d5dea;
}

.cat.rproduct-updates {
  background: #2d5dea;
}

.post-paper,
.metro-load-more {
  background: none;
}

.single-post .main-wrapper {
  background: #f4f6fA;
}

.single-post .main-wrapper .container:not(.cta-row) {
  padding-bottom: 60px !important;
}

@media (max-width: 767px) {
  .single-post .main-wrapper .container:not(.cta-row) {
    padding: 46px 15px 30px !important;
  }
}

.single-post .main-wrapper .container:not(.cta-row) .col-xs-12 > h2:first-child {
  margin-top: 20px;
}

.single-post .post-paper {
  text-align: left;
}

.single-post .post-paper h2 {
  color: #1e3c8c;
  font-size: 32px;
  line-height: 1.5;
  margin: 2em auto;
}

@media (max-width: 991px) {
  .single-post .post-paper h2 {
    font-size: 24px;
  }
}

.single-post .post-paper h2::after {
  content: "";
  display: block;
  margin: 18px auto 0;
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .single-post .post-paper h2::after {
    height: 6px;
  }
}

.single-post .post-paper h3 {
  color: #1e3c8c;
  font-size: 20px;
  line-height: 1.6;
  margin: 64px 0 32px;
}

.single-post .post-paper h4 {
  color: #1e283c;
  font-size: 18px;
  line-height: 2;
  margin: 2em 0 0;
}

.single-post .post-paper ul,
.single-post .post-paper ol,
.single-post .post-paper p {
  color: #4b5363;
  line-height: 2;
  margin-bottom: 2em;
}

.single-post .post-paper ul li,
.single-post .post-paper ol li {
  color: #4b5363;
}

@media (max-width: 767px) {
  .single-post .single-news-container {
    padding: 50px 15px !important;
  }
}

@media (min-width: 992px) {
  .single-post .single-news-container .post-details {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .single-post .single-news-container .post-details .single-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-case .row,
.single-success .row,
.single-news-container .row {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .single-case .row,
  .single-success .row,
  .single-news-container .row {
    padding: 0;
  }
}

.single-case .row .post-details,
.single-success .row .post-details,
.single-news-container .row .post-details {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .single-case .row .post-details,
  .single-success .row .post-details,
  .single-news-container .row .post-details {
    padding: 0;
  }
}

.single-case .single-content,
.single-success .single-content,
.single-news-container .single-content {
  background: none;
}

@media (max-width: 991px) {
  .single-case .single-content,
  .single-success .single-content,
  .single-news-container .single-content {
    margin-top: 0;
  }
}

.single-case .post-paper,
.single-success .post-paper,
.single-news-container .post-paper {
  background: #fff;
  color: #4b5363;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  max-width: 850px;
  padding: 40px;
}

@media (max-width: 991px) {
  .single-case .post-paper,
  .single-success .post-paper,
  .single-news-container .post-paper {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .single-case .post-paper,
  .single-success .post-paper,
  .single-news-container .post-paper {
    margin-top: 0;
  }
}

.single-case .post-paper h2,
.single-success .post-paper h2,
.single-news-container .post-paper h2 {
  color: #1e283c;
  font-size: 24px;
  line-height: 1.5;
  margin: 40px 0 20px;
}

@media (max-width: 991px) {
  .single-case .post-paper h2,
  .single-success .post-paper h2,
  .single-news-container .post-paper h2 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
}

.single-case .post-paper h2::after,
.single-success .post-paper h2::after,
.single-news-container .post-paper h2::after {
  content: none;
}

.single-case .post-paper h2.gray,
.single-success .post-paper h2.gray,
.single-news-container .post-paper h2.gray {
  color: #ffffff;
  background-color: #787e8a;
  padding: 12px 0;
  border-radius: 4px;
  text-align: center;
}

.single-case .post-paper h2.navy,
.single-success .post-paper h2.navy,
.single-news-container .post-paper h2.navy {
  color: #ffffff;
  background-color: #1e3c8c;
  padding: 12px 0;
  border-radius: 4px;
  text-align: center;
}

.single-case .post-paper h2.viridian,
.single-success .post-paper h2.viridian,
.single-news-container .post-paper h2.viridian {
  color: #ffffff;
  background-color: #009688;
  padding: 12px 0;
  border-radius: 4px;
  text-align: center;
}

.single-case .post-paper h3,
.single-success .post-paper h3,
.single-news-container .post-paper h3 {
  color: #1e283c;
  font-size: 20px;
  line-height: 1.75;
  margin: 40px 0 20px;
}

@media (max-width: 991px) {
  .single-case .post-paper h3,
  .single-success .post-paper h3,
  .single-news-container .post-paper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0 20px;
  }
}

.single-case .post-paper h3.navy,
.single-success .post-paper h3.navy,
.single-news-container .post-paper h3.navy {
  color: #1e3c8c;
}

.single-case .post-paper ul,
.single-case .post-paper ol,
.single-case .post-paper p,
.single-success .post-paper ul,
.single-success .post-paper ol,
.single-success .post-paper p,
.single-news-container .post-paper ul,
.single-news-container .post-paper ol,
.single-news-container .post-paper p {
  color: #4b5363;
  font-size: 16px;
  margin-bottom: 2em;
}

@media (max-width: 991px) {
  .single-case .post-paper ul,
  .single-case .post-paper ol,
  .single-case .post-paper p,
  .single-success .post-paper ul,
  .single-success .post-paper ol,
  .single-success .post-paper p,
  .single-news-container .post-paper ul,
  .single-news-container .post-paper ol,
  .single-news-container .post-paper p {
    font-size: 15px;
    line-height: 2;
  }
}

.single-case .post-paper ul:last-child,
.single-case .post-paper ol:last-child,
.single-case .post-paper p:last-child,
.single-success .post-paper ul:last-child,
.single-success .post-paper ol:last-child,
.single-success .post-paper p:last-child,
.single-news-container .post-paper ul:last-child,
.single-news-container .post-paper ol:last-child,
.single-news-container .post-paper p:last-child {
  margin-bottom: 0;
}

.single-case .post-paper ul li,
.single-case .post-paper ol li,
.single-success .post-paper ul li,
.single-success .post-paper ol li,
.single-news-container .post-paper ul li,
.single-news-container .post-paper ol li {
  color: #4b5363;
}

.single-case .post-paper figure,
.single-success .post-paper figure,
.single-news-container .post-paper figure {
  margin-bottom: 32px;
}

.single-case .post-paper figcaption,
.single-success .post-paper figcaption,
.single-news-container .post-paper figcaption {
  color: #787e8a;
  font-size: 14px;
  margin-top: 10px;
}

.single-case .post-paper blockquote,
.single-success .post-paper blockquote,
.single-news-container .post-paper blockquote {
  background-color: #f4f6fA;
  padding: 10px 24px 20px;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .single-case .post-paper blockquote,
  .single-success .post-paper blockquote,
  .single-news-container .post-paper blockquote {
    padding: 10px 40px 30px;
    margin: 30px 0;
  }
}

.single-case .post-paper blockquote p,
.single-success .post-paper blockquote p,
.single-news-container .post-paper blockquote p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #1e283c;
  text-align: left;
  margin: 0;
}

.single-case .post-paper blockquote p::before,
.single-success .post-paper blockquote p::before,
.single-news-container .post-paper blockquote p::before {
  display: block;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #1e3c8c;
  font-family: "Ionicons", sans-serif;
  font-size: 40px;
  content: "\f347";
  opacity: 0.2;
}

@media (min-width: 768px) {
  .single-case .post-paper blockquote p::before,
  .single-success .post-paper blockquote p::before,
  .single-news-container .post-paper blockquote p::before {
    margin-left: -10px;
  }
}

.single-case .post-paper blockquote cite,
.single-success .post-paper blockquote cite,
.single-news-container .post-paper blockquote cite {
  text-align: right;
  color: #787e8a;
  font-size: 15px;
}

.single-case .main-top-content,
.single-success .main-top-content,
.single-news-container .main-top-content {
  border-bottom: 1px solid #e8e9eb;
  margin: 0px -40px 40px;
  padding: 0px 40px;
}

@media (max-width: 991px) {
  .single-case .main-top-content,
  .single-success .main-top-content,
  .single-news-container .main-top-content {
    margin: 0px -25px 20px;
    padding: 0px 25px;
  }
}

.single-case .main-top-content .client,
.single-success .main-top-content .client,
.single-news-container .main-top-content .client {
  color: #787e8a;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .single-case .main-top-content .client,
  .single-success .main-top-content .client,
  .single-news-container .main-top-content .client {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .single-case .main-top-content .client,
  .single-success .main-top-content .client,
  .single-news-container .main-top-content .client {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .single-case .main-top-content .client-meta,
  .single-success .main-top-content .client-meta,
  .single-news-container .main-top-content .client-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.single-case .main-top-content .client-items,
.single-success .main-top-content .client-items,
.single-news-container .main-top-content .client-items {
  color: #787e8a;
  font-size: 14px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .single-case .main-top-content .client-items,
  .single-success .main-top-content .client-items,
  .single-news-container .main-top-content .client-items {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.single-case .main-top-content .client-type,
.single-success .main-top-content .client-type,
.single-news-container .main-top-content .client-type {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .single-case .main-top-content .client-type,
  .single-success .main-top-content .client-type,
  .single-news-container .main-top-content .client-type {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.single-case .main-top-content .client-type div,
.single-success .main-top-content .client-type div,
.single-news-container .main-top-content .client-type div {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 4px 4px 0;
}

@media (min-width: 768px) {
  .single-case .main-top-content .client-type div,
  .single-success .main-top-content .client-type div,
  .single-news-container .main-top-content .client-type div {
    padding: 6px 12px;
  }
}

.single-case .main-top-content .client-type div:last-child,
.single-success .main-top-content .client-type div:last-child,
.single-news-container .main-top-content .client-type div:last-child {
  margin: 0 0 4px 0;
}

.single-case .main-top-content .client-type div.retail,
.single-success .main-top-content .client-type div.retail,
.single-news-container .main-top-content .client-type div.retail {
  background: #2d5dea;
}

.single-case .main-top-content .client-type div.wholesale,
.single-success .main-top-content .client-type div.wholesale,
.single-news-container .main-top-content .client-type div.wholesale {
  background: #009688;
}

.single-case .main-top-content .client-type div.store,
.single-success .main-top-content .client-type div.store,
.single-news-container .main-top-content .client-type div.store {
  background: #64B446;
}

.single-case .main-top-content .client-type div.ec,
.single-success .main-top-content .client-type div.ec,
.single-news-container .main-top-content .client-type div.ec {
  background: #00bcd4;
}

.single-case .main-top-content .client-type div.outlet,
.single-success .main-top-content .client-type div.outlet,
.single-news-container .main-top-content .client-type div.outlet {
  background: #ba68c8;
}

.single-case .main-top-content .client-category,
.single-success .main-top-content .client-category,
.single-news-container .main-top-content .client-category {
  color: #1e283c;
  font-size: 12px;
  line-height: 1em;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .single-case .main-top-content .client-category,
  .single-success .main-top-content .client-category,
  .single-news-container .main-top-content .client-category {
    font-size: 16px;
    padding-bottom: 16px;
  }
}

.single-case .main-top-content .client-category div,
.single-success .main-top-content .client-category div,
.single-news-container .main-top-content .client-category div {
  color: #ffffff;
  background-color: #2d5dea;
  display: inline-block;
  font-size: 10px;
  padding: 2px 6px;
  margin: 0 6px 0 0;
}

@media (min-width: 768px) {
  .single-case .main-top-content .client-category div,
  .single-success .main-top-content .client-category div,
  .single-news-container .main-top-content .client-category div {
    font-size: 14px;
    padding: 4px 12px;
    margin: 0 8px 0 0;
  }
}

.single-case .post-title,
.single-success .post-title,
.single-news-container .post-title {
  color: #1e283c;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .single-case .post-title,
  .single-success .post-title,
  .single-news-container .post-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single-case .post-title,
  .single-success .post-title,
  .single-news-container .post-title {
    font-size: 20px;
  }
}

.single-case .post-meta,
.single-success .post-meta,
.single-news-container .post-meta {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .single-case .post-meta,
  .single-success .post-meta,
  .single-news-container .post-meta {
    margin-bottom: 10px;
  }
}

.single-case .category-label,
.single-success .category-label,
.single-news-container .category-label {
  background: #a5a9b1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
  padding: 2px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .single-case .category-label,
  .single-success .category-label,
  .single-news-container .category-label {
    font-size: 14px;
    line-height: 18px;
  }
}

.single-case .post-date,
.single-success .post-date,
.single-news-container .post-date {
  color: #787e8a;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .single-case .post-date,
  .single-success .post-date,
  .single-news-container .post-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.single-case .post-banner,
.single-success .post-banner,
.single-news-container .post-banner {
  min-height: auto;
  margin: 20px 0;
}

.single-case .fb_iframe_widget,
.single-success .fb_iframe_widget,
.single-news-container .fb_iframe_widget {
  display: block;
  margin: 40px auto;
  width: 100%;
}

@media (min-width: 768px) {
  .single-case .fb_iframe_widget,
  .single-success .fb_iframe_widget,
  .single-news-container .fb_iframe_widget {
    margin: 30px auto;
    width: 500px;
  }
}

.wp-block-embed-twitter {
  width: 100%;
  margin: 30px auto;
}

@media (min-width: 768px) {
  .wp-block-embed-twitter {
    width: 500px;
    margin: 40px auto;
  }
}

iframe.note-embed {
  width: 100%;
  margin: 30px auto;
}

@media (min-width: 768px) {
  iframe.note-embed {
    width: 500px;
    margin: 40px auto;
  }
}

.btn-inquiry {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .btn-inquiry {
    margin: 40px auto;
  }
}

.btn-inquiry a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1 !important;
  margin: 0 auto;
  padding: 12px 24px;
  width: 40%;
  min-width: 240px;
  border-radius: 60px;
  text-align: center;
}

.btn-inquiry a:hover {
  background-color: transparent;
  background-position: left center;
}

@media (min-width: 768px) {
  .btn-inquiry a {
    font-size: 18px;
    padding: 18px 36px;
  }
}

.btn-inquiry a:hover {
  color: #1e3c8c;
}

.btn-wp00 {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .btn-wp00 {
    margin: 40px auto;
  }
}

.btn-wp00 a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, transparent 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border: 1px solid #00bcd4;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25 !important;
  margin: 0 auto;
  padding: 12px 24px;
  width: 60%;
  min-width: 240px;
  border-radius: 60px;
  text-align: center;
}

.btn-wp00 a:hover {
  background-color: transparent;
  background-position: left center;
}

@media (min-width: 768px) {
  .btn-wp00 a {
    font-size: 20px;
    padding: 18px 36px;
  }
}

.btn-wp00 a:hover {
  color: #00bcd4;
}

.wp-block-embed-wordpress blockquote.wp-embedded-content {
  background: none;
  padding: 0;
  margin: 30px auto;
}

@media (min-width: 768px) {
  .wp-block-embed-wordpress blockquote.wp-embedded-content {
    margin: 40px auto;
  }
}

.wp-block-embed-wordpress blockquote.wp-embedded-content a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1 !important;
  margin: 0 auto;
  padding: 12px 24px;
  width: 40%;
  min-width: 240px;
  border-radius: 60px;
}

.wp-block-embed-wordpress blockquote.wp-embedded-content a:hover {
  background-color: transparent;
  background-position: left center;
}

@media (min-width: 768px) {
  .wp-block-embed-wordpress blockquote.wp-embedded-content a {
    font-size: 18px;
    padding: 18px 36px;
  }
}

.wp-block-embed-wordpress blockquote.wp-embedded-content a:hover {
  color: #1e3c8c;
}

.archive .main-wrapper,
.page .main-wrapper,
.single .main-wrapper {
  background: #f4f6fA;
}

.archive .post-little-banner,
.page .post-little-banner,
.single .post-little-banner {
  background-color: #1e3c8c;
  background-image: url(../images/header-bg.jpg);
  background-position: left 10% top 20%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 60px 0 30px;
}

@media (min-width: 992px) {
  .archive .post-little-banner,
  .page .post-little-banner,
  .single .post-little-banner {
    padding: 120px 0 40px;
    background-position: center center;
  }
}

.archive .post-little-banner.DB,
.page .post-little-banner.DB,
.single .post-little-banner.DB {
  background-image: url(../images/DB-header-bg.jpg);
}

.archive .post-little-banner.RO,
.page .post-little-banner.RO,
.single .post-little-banner.RO {
  background-image: url(../images/RO-header-bg.jpg);
}

.archive .post-little-banner.DF,
.page .post-little-banner.DF,
.single .post-little-banner.DF {
  background-image: url(../images/DF-hero-bg.png), -webkit-gradient(linear, left top, left bottom, from(#143c64), to(#1e283c));
  background-image: url(../images/DF-hero-bg.png), linear-gradient(to bottom, #143c64, #1e283c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%, contain;
}

.archive .post-little-banner .page-title-blog,
.page .post-little-banner .page-title-blog,
.single .post-little-banner .page-title-blog {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .archive .post-little-banner .page-title-blog,
  .page .post-little-banner .page-title-blog,
  .single .post-little-banner .page-title-blog {
    font-size: 32px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .archive .post-little-banner .page-title-blog,
  .page .post-little-banner .page-title-blog,
  .single .post-little-banner .page-title-blog {
    font-size: 24px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.archive .post-little-banner .page-title-blog span,
.page .post-little-banner .page-title-blog span,
.single .post-little-banner .page-title-blog span {
  color: #ffffff;
  font-size: 16px;
}

@media (min-width: 768px) {
  .archive .post-little-banner .page-title-blog span,
  .page .post-little-banner .page-title-blog span,
  .single .post-little-banner .page-title-blog span {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .archive .post-little-banner .page-title-blog span,
  .page .post-little-banner .page-title-blog span,
  .single .post-little-banner .page-title-blog span {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .archive .post-little-banner .page-title-blog span,
  .page .post-little-banner .page-title-blog span,
  .single .post-little-banner .page-title-blog span {
    font-size: 24px;
  }
}

.archive .post-little-banner .post-paper.no-vc,
.page .post-little-banner .post-paper.no-vc,
.single .post-little-banner .post-paper.no-vc {
  background: none;
}

.archive .post-little-banner .post-paper.no-vc > .container,
.page .post-little-banner .post-paper.no-vc > .container,
.single .post-little-banner .post-paper.no-vc > .container {
  width: 1000px;
}

.feature-page .main-wrapper,
.year2030-page .main-wrapper {
  background: #f4f6fA;
}

.feature-page .page-banner .page-title,
.year2030-page .page-banner .page-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .feature-page .page-banner .page-title,
  .year2030-page .page-banner .page-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.feature-page .page-banner .page-title::after,
.year2030-page .page-banner .page-title::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .feature-page .page-banner .page-title::after,
  .year2030-page .page-banner .page-title::after {
    width: 60px;
    margin: 16px auto 0;
    height: 6px;
  }
}

/* fixed-page ==============================*/
.fixed-page h2,
.feature-page h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .fixed-page h2,
  .feature-page h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

.fixed-page h2::after,
.feature-page h2::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .fixed-page h2::after,
  .feature-page h2::after {
    width: 60px;
    margin: 16px auto 0;
    height: 6px;
  }
}

.fixed-page p,
.fixed-page p.lead,
.feature-page p,
.feature-page p.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #4b5363;
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* post ==============================*/
.single-case .post-paper h3.fk-question,
.single-success .post-paper h3.fk-question,
.single-news-container .post-paper h3.fk-question {
  color: var(--fk-navy);
}

.single-case .post-paper h4.fk-question,
.single-success .post-paper h4.fk-question,
.single-news-container .post-paper h4.fk-question {
  color: var(--fk-navy);
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0;
}

.post-details ul li:first-of-type,
.post-details ol li:first-of-type {
  margin-top: 10px;
}

.post-details ul li,
.post-details ol li {
  margin-bottom: 10px;
  font-size: 16px;
}

.single-case .post-paper figure.wp-block-image,
.single-success .post-paper figure.wp-block-image,
.single-news-container .post-paper figure.wp-block-image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-case .post-paper h4.fk-question,
  .single-success .post-paper h4.fk-question,
  .single-news-container .post-paper h4.fk-question {
    color: var(--fk-navy);
    font-size: 16px;
    line-height: 1.5;
  }
  .post-details ul li,
  .post-details ol li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.single-news-container {
  padding-top: 88px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .single-news-container {
    padding-top: 46px;
  }
}

.single-news-container::before {
  background-color: #1e3c8c;
  content: "";
  display: block;
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease, background-color 0.3s ease !important;
  -webkit-transition: all 0.3s ease, background-color 0.3s ease !important;
}

@media (max-width: 991px) {
  .single-news-container::before {
    height: 46px;
  }
}

.single-news-container.hide-header::before {
  transform: translateY(-100%) !important;
  -webkit-transform: translateY(-100%) !important;
}

.single-case .main-wrapper {
  background: #f4f6fA;
}

.single-case .main-wrapper .CTA-function {
  background-image: url(../images/CTA-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
}

@media (min-width: 992px) {
  .single-case .main-wrapper .CTA-function {
    padding: 100px 0 30px;
  }
}

.single-case .main-wrapper .CTA-function .cta-link {
  text-align: center;
}

.single-case .main-wrapper .CTA-function .cta-link a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 240px;
  text-align: center;
  vertical-align: bottom;
}

.single-case .main-wrapper .CTA-function .cta-link a:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .single-case .main-wrapper .CTA-function .cta-link a {
    font-size: 18px;
    padding: 18px 24px 20px;
    width: 320px;
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .single-case .main-wrapper .CTA-function .cta-link a {
    font-size: 20px;
    width: 400px;
    padding: 20px 32px 22px;
  }
}

.single-case .main-wrapper .CTA-function .cta-link a:hover {
  color: #00bcd4;
}

.single-case .main-wrapper .CTA-function .cta-link a i {
  font-size: 20px;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .single-case .main-wrapper .CTA-function .cta-link a i {
    font-size: 22px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .single-case .main-wrapper .CTA-function .cta-link a i {
    font-size: 24px;
    margin-right: 8px;
  }
}

.single-case .main-wrapper .CTA-function .cta-link a.inquiry {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}

.single-case .main-wrapper .CTA-function .cta-link a.inquiry:hover {
  background-color: #ffffff;
  background-position: left center;
}

.single-case .main-wrapper .CTA-function .cta-link a.inquiry:hover {
  color: #1e3c8c;
}

.single-case .main-wrapper .single-content {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .single-case .main-wrapper .single-content {
    padding-bottom: 60px;
  }
}

.single-case .header_top_bg.header_trans-fixed + .container {
  padding-top: 88px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .single-case .header_top_bg.header_trans-fixed + .container {
    padding-top: 50px;
  }
}

.single-case .header_top_bg.header_trans-fixed + .container::before {
  background: #1e3c8c;
  content: "";
  display: block;
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 991px) {
  .single-case .header_top_bg.header_trans-fixed + .container::before {
    height: 50px;
  }
}

.single-case .col-md-12 {
  padding: 0;
}

.single-success .main-wrapper {
  background: #f4f6fA;
}

.single-success .main-wrapper .CTA-function {
  background-image: url(../images/CTA-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
}

@media (min-width: 992px) {
  .single-success .main-wrapper .CTA-function {
    padding: 100px 0 30px;
  }
}

.single-success .main-wrapper .CTA-function .cta-link {
  text-align: center;
}

.single-success .main-wrapper .CTA-function .cta-link a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 240px;
  text-align: center;
  vertical-align: bottom;
}

.single-success .main-wrapper .CTA-function .cta-link a:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .single-success .main-wrapper .CTA-function .cta-link a {
    font-size: 18px;
    padding: 18px 24px 20px;
    width: 320px;
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .single-success .main-wrapper .CTA-function .cta-link a {
    font-size: 20px;
    width: 400px;
    padding: 20px 32px 22px;
  }
}

.single-success .main-wrapper .CTA-function .cta-link a:hover {
  color: #00bcd4;
}

.single-success .main-wrapper .CTA-function .cta-link a i {
  font-size: 20px;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .single-success .main-wrapper .CTA-function .cta-link a i {
    font-size: 22px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .single-success .main-wrapper .CTA-function .cta-link a i {
    font-size: 24px;
    margin-right: 8px;
  }
}

.single-success .main-wrapper .CTA-function .cta-link a.inquiry {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}

.single-success .main-wrapper .CTA-function .cta-link a.inquiry:hover {
  background-color: #ffffff;
  background-position: left center;
}

.single-success .main-wrapper .CTA-function .cta-link a.inquiry:hover {
  color: #1e3c8c;
}

.single-success .main-wrapper .single-content {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .single-success .main-wrapper .single-content {
    padding-bottom: 60px;
  }
}

.single-success .header_top_bg.header_trans-fixed + .container {
  padding-top: 88px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .single-success .header_top_bg.header_trans-fixed + .container {
    padding-top: 50px;
  }
}

.single-success .header_top_bg.header_trans-fixed + .container::before {
  background: #1e3c8c;
  content: "";
  display: block;
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 991px) {
  .single-success .header_top_bg.header_trans-fixed + .container::before {
    height: 50px;
  }
}

.single-success .col-md-12 {
  padding: 0;
}

.gform_wrapper {
  margin-top: 0;
}

body .gform_wrapper ul li.gfield {
  margin-top: 40px;
}

body .gform_wrapper ul li.gfield:first-child {
  margin-top: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  color: #1e3c8c;
  font-size: 13px;
  font-weight: normal;
}

.gform_wrapper .gfield_required {
  color: #1e3c8c;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100%;
}

.gform_wrapper .gfield_description {
  padding: 0;
  color: #787e8a;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}

/**
 * Input
 */
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 0;
  border-bottom: 1px solid #787e8a;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  width: 100%;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-ms-input-placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
  color: #a5a9b1;
  opacity: 1;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-bottom-color: #1e3c8c;
  -webkit-box-shadow: 0 1px 0 0 #1e3c8c;
          box-shadow: 0 1px 0 0 #1e3c8c;
}

/**
 * Select
 */
.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid #787e8a;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 2;
}

.full-kaiten-select .ginput_container {
  position: relative;
}

.full-kaiten-select .ginput_container::after {
  border: 5px solid transparent;
  border-top-color: #787e8a;
  border-bottom: 0;
  content: "";
  display: block;
  margin-top: -2.5px;
  position: absolute;
  right: 7px;
  top: 50%;
}

.gform_wrapper select option {
  padding: 0;
}

/**
 * Checkbox
 */
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  display: none;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px;
  font-weight: normal;
  max-width: 100%;
  width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label::before,
.gform_wrapper ul.gfield_radio li label::before {
  border: 2px solid #a5a9b1;
  border-radius: 2px;
  content: "";
  display: block;
  height: 18px;
  margin-right: 10px;
  vertical-align: baseline;
  width: 18px;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: normal;
}

.gchoice_select_all::before,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label::before,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label::before {
  background: #1e3c8c url(../images/icon-check-wh.svg) no-repeat center center;
  border-color: #1e3c8c;
}

/**
 * Textarea
 */
.gform_wrapper textarea.medium {
  border: 0;
  border-bottom: 1px solid #787e8a;
  border-radius: 0;
  padding: 0;
}

.gform_wrapper textarea.medium:focus {
  border-bottom-color: #1e3c8c;
  -webkit-box-shadow: 0 1px 0 0 #1e3c8c;
          box-shadow: 0 1px 0 0 #1e3c8c;
}

/**
 * Input description
 */
.gform_wrapper .field_description_below .gfield_description {
  color: #a5a9b1;
  font-size: 13px;
  line-height: 1.4;
  padding-top: 6px;
}

/**
 * Footer
 */
.gform_wrapper .gform_footer {
  margin: 60px 0 50px;
  padding: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #1e3c8c;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1 !important;
  margin: auto;
  max-width: 360px;
  padding: 18px 1em;
  width: 100%;
  border-radius: 60px;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: transparent;
  background-position: left center;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  color: #1e3c8c;
}

.gform_wrapper .gform_footer {
  position: relative;
}

.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none;
}

.single-post .form-note {
  color: #787e8a;
  font-size: 14px;
}

/**
 * Error
 */
.gform_wrapper div.validation_error {
  border-color: #b71c1c;
  color: #b71c1c;
}

.gform_wrapper li.gfield.gfield_error {
  background: none;
  border: 0;
  margin-bottom: 0 !important;
  padding: 0;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 0;
  border-bottom: 1px solid #b71c1c;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper li.gfield_error textarea:focus {
  -webkit-box-shadow: 0 1px 0 0 #b71c1c;
          box-shadow: 0 1px 0 0 #b71c1c;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

.gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100%;
}

.gform_wrapper .field_description_below .gfield_description.validation_message {
  color: #b71c1c;
  font-weight: normal;
}

.gform_wrapper li.gfield_error ul.gfield_checkbox {
  color: #b71c1c;
}

.front-page-hero {
  color: #fff;
  position: relative;
  background-image: url(../images/frontpage-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-page-hero .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  padding: 40px 0 20px;
}

@media (min-width: 768px) {
  .front-page-hero .inner {
    padding: 40px 0 40px;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner {
    padding: 100px 0 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner {
    padding: 100px 0 40px;
  }
}

.front-page-hero .inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px 24px;
}

@media (min-width: 768px) {
  .front-page-hero .inner .text {
    padding: 40px 16px 40px;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .text {
    padding: 0 24px 0 24px;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner .text {
    padding: 0 40px 0 0;
  }
}

@media (min-width: 1440px) {
  .front-page-hero .inner .text {
    padding: 0 60px 0 0;
  }
}

.front-page-hero .inner .text h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: calc(1.5vw + 24px);
  text-align: center;
  text-shadow: 0 0 10px #009688;
}

@media (min-width: 768px) {
  .front-page-hero .inner .text h1 {
    font-size: 48px;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .text h1 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner .text h1 {
    font-size: 44px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1440px) {
  .front-page-hero .inner .text h1 {
    font-size: 54px;
    margin-bottom: 40px;
  }
}

.front-page-hero .inner .text h1 figure {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .front-page-hero .inner .text h1 figure {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .text h1 figure {
    width: 360px;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner .text h1 figure {
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .front-page-hero .inner .text h1 figure {
    width: 520px;
  }
}

.front-page-hero .inner .text h1 figure img {
  width: 100%;
}

.front-page-hero .inner .text .subcopy {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .front-page-hero .inner .text .subcopy {
    font-size: 18px;
    padding: 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .text .subcopy {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner .text .subcopy {
    font-size: 18px;
  }
}

.front-page-hero .inner .hero-CTA {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  width: 90%;
}

@media (min-width: 768px) {
  .front-page-hero .inner .hero-CTA {
    padding: 32px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .hero-CTA {
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner .hero-CTA {
    padding: 32px;
  }
}

.front-page-hero .inner .hero-CTA .copy {
  margin-bottom: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .front-page-hero .inner .hero-CTA .copy {
    width: 480px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .hero-CTA .copy {
    width: 360px;
  }
}

@media (min-width: 1200px) {
  .front-page-hero .inner .hero-CTA .copy {
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .front-page-hero .inner .hero-CTA .copy {
    width: 480px;
  }
}

.front-page-hero .inner .hero-CTA .copy img {
  width: 100%;
}

.front-page-hero .inner .hero-CTA .btn-cta a.btn-common {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: block;
  margin: 0 auto;
  width: 220px;
  color: #fff;
  border: 1px solid #00bcd4;
  font-size: 16px;
}

.front-page-hero .inner .hero-CTA .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .front-page-hero .inner .hero-CTA .btn-cta a.btn-common {
    font-size: 18px;
    width: 260px;
  }
}

@media (min-width: 992px) {
  .front-page-hero .inner .hero-CTA .btn-cta a.btn-common {
    margin: 0 auto 0;
  }
}

.front-page-hero .inner .hero-CTA .btn-cta a.btn-common:hover {
  color: #00bcd4;
}

.front-page-hero .inner .hero-CTA .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .front-page-hero .inner .hero-CTA .btn-cta a.btn-common i {
    font-size: 24px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .front-page-hero .inner .hero-CTA .btn-cta a.btn-common i {
    font-size: 28px;
    margin-right: 12px;
  }
}

.front-page-hero .inner .hero-CTA .inquiry {
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .front-page-hero .inner .hero-CTA .inquiry {
    margin-top: 16px;
  }
}

.front-page-hero .inner .hero-CTA .inquiry a {
  color: #00bcd4;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .front-page-hero .inner .hero-CTA .inquiry a {
    font-size: 16px;
  }
}

.front-page-hero .inner .hero-CTA .inquiry a:hover {
  opacity: 0.6;
}

.front-page-content ul {
  list-style: none;
  margin: 0;
}

.front-page-content li {
  margin: 0;
}

.front-page-content section h2 {
  color: #1e283c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .front-page-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .front-page-content section h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .front-page-content section h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 60px;
  }
}

.front-page-content section h2 .nowrap {
  display: inline-block;
}

.front-page-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e283c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .front-page-content section h2::after {
    width: 60px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .front-page-content section h2::after {
    width: 80px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.front-page-content section h3 {
  letter-spacing: 1px;
}

.front-page-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .front-page-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .front-page-content section p {
    font-size: 18px;
  }
}

.front-page-content section p:last-child {
  margin-bottom: 0;
}

.front-page-content .product-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .front-page-content .product-section {
    padding-top: calc(3.90625vw + 10px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .product-section {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .product-section {
    padding-bottom: calc(23.4375vw + -140px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .product-section {
    padding-bottom: 160px;
  }
}

.front-page-content .product-section .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
}

.front-page-content .product-section a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 5px 10px 0 rgba(30, 60, 140, 0.2);
  border-radius: 8px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .front-page-content .product-section a {
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .product-section a {
    margin-bottom: 0;
  }
}

.front-page-content .product-section a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.25);
          box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.25);
}

.front-page-content .product-section a img {
  width: 100%;
}

.front-page-content .product-section a .content {
  padding: 32px 32px 24px 32px;
}

@media (min-width: 1200px) {
  .front-page-content .product-section a .content {
    padding: 24px 24px 18px 24px;
  }
}

@media (min-width: 1480px) {
  .front-page-content .product-section a .content {
    padding: 32px 32px 24px 32px;
  }
}

.front-page-content .product-section a .content .logo {
  margin-bottom: 24px;
}

.front-page-content .product-section a .content .text {
  margin-bottom: 24px;
  line-height: 1.8;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .front-page-content .product-section a .content .text {
    font-size: 15px;
    min-height: 140px;
  }
}

@media (min-width: 1480px) {
  .front-page-content .product-section a .content .text {
    font-size: 16px;
    min-height: 120px;
  }
}

.front-page-content .product-section a .content .pic {
  margin: 0 -12px 24px -12px;
}

.front-page-content .product-section a .content .issue .title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 4px;
  border-radius: 24px;
  margin-bottom: 12px;
}

.front-page-content .product-section a .content .issue .title.AL {
  background-color: #3C78DC;
}

.front-page-content .product-section a .content .issue .title.DB {
  background-color: #00A0B4;
}

.front-page-content .product-section a .content .issue .title.RO {
  background-color: #64B446;
}

.front-page-content .product-section a .content .issue .point {
  line-height: 1.8;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .front-page-content .product-section a .content .issue .point {
    font-size: 14px;
  }
}

@media (min-width: 1480px) {
  .front-page-content .product-section a .content .issue .point {
    font-size: 15px;
  }
}

.front-page-content .product-section a .footer {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 16px;
  border-radius: 0 0 8px 8px;
}

.front-page-content .product-section a .footer.AL {
  background-color: #3C78DC;
}

.front-page-content .product-section a .footer.DB {
  background-color: #00A0B4;
}

.front-page-content .product-section a .footer.RO {
  background-color: #64B446;
}

.front-page-content .clients-section {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .front-page-content .clients-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .clients-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .clients-section {
    padding-bottom: calc(5.85938vw + -15px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .clients-section {
    padding-bottom: 60px;
  }
}

.front-page-content .clients-section h2 {
  color: #1e283c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .front-page-content .clients-section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .front-page-content .clients-section h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .clients-section h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 24px;
  }
}

.front-page-content .clients-section h2 .nowrap {
  display: inline-block;
}

.front-page-content .clients-section h2::after {
  content: "";
  display: none;
}

.front-page-content .clients-section .subcopy {
  text-align: center;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .front-page-content .clients-section .subcopy {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .front-page-content .clients-section .subcopy {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .clients-section .subcopy {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.front-page-content .clients-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .front-page-content .clients-section ul {
    padding: 0;
  }
}

.front-page-content .clients-section ul > li {
  background: #fff;
  margin: 4px 10px;
  padding: 10px;
  width: calc(100% / 3 - 20px);
}

@media (min-width: 640px) {
  .front-page-content .clients-section ul > li {
    width: calc(100% / 4 - 20px);
    margin: 10px;
  }
}

@media (min-width: 960px) {
  .front-page-content .clients-section ul > li {
    width: calc(100% / 5 - 20px);
  }
}

@media (min-width: 1280px) {
  .front-page-content .clients-section ul > li {
    width: calc(100% / 6 - 20px);
  }
}

@media (min-width: 1600px) {
  .front-page-content .clients-section ul > li {
    width: calc(100% / 8 - 20px);
  }
}

@media (min-width: 1920px) {
  .front-page-content .clients-section ul > li {
    width: calc(100% / 10 - 20px);
  }
}

.front-page-content .clients-section ul > li,
.front-page-content .clients-section ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front-page-content .clients-section ul > li > a,
.front-page-content .clients-section ul > li > span {
  border: 1px solid rgba(255, 255, 255, 0);
  margin: -10px;
  padding: 10px;
}

@media (max-width: 639px) {
  .front-page-content .clients-section ul > li > a,
  .front-page-content .clients-section ul > li > span {
    padding: 5px;
  }
}

.front-page-content .clients-section ul > li > a {
  height: calc(100% + 20px);
  position: relative;
  width: calc(100% + 20px);
  border-color: rgba(30, 60, 140, 0.4);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .front-page-content .clients-section ul > li > a {
    border-radius: 8px;
  }
}

.front-page-content .clients-section ul > li > a::after {
  background-size: contain;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  padding-bottom: 10%;
  right: 2.6667%;
  top: 5.4%;
  width: 10%;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.front-page-content .clients-section ul > li > a:hover {
  border-color: #1e3c8c;
}

.front-page-content .clients-section ul > li > a:hover::after {
  opacity: 1.0;
}

.front-page-content .clients-section ul > li img {
  max-height: 100%;
}

.front-page-content .case-studies-section {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .front-page-content .case-studies-section {
    padding-top: calc(0vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .case-studies-section {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .case-studies-section {
    padding-bottom: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .case-studies-section {
    padding-bottom: 160px;
  }
}

.front-page-content .case-studies-section .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page .post-list {
  margin: 0;
}

.front-page-content .case-studies-section .post-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px;
}

@media (min-width: 640px) {
  .front-page-content .case-studies-section .post-list > li {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .front-page-content .case-studies-section .post-list > li {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .front-page-content .case-studies-section .post-list.category {
    padding: 25px 10px 0;
  }
}

@media (min-width: 640px) {
  .front-page-content .case-studies-section .post-list.category > li {
    width: 50%;
  }
}

.front-page-content .case-studies-section .post-list .card {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 5px 10px 0 rgba(30, 60, 140, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-page-content .case-studies-section .post-list .card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.front-page-content .case-studies-section .post-list .card > a:hover .post-thumbnail {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.front-page-content .case-studies-section .post-list .card .post-thumbnail {
  margin-bottom: -10px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.front-page-content .case-studies-section .post-list .card .card-body {
  background: #fff;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px 24px;
  position: relative;
}

.front-page-content .case-studies-section .post-list .card .card-footer {
  border-top: 1px solid #e8e9eb;
  padding: 12px 24px;
}

.front-page-content .case-studies-section .post-list .card .post-meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-page-content .case-studies-section .post-list .card .cat {
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
  padding: 2px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .front-page-content .case-studies-section .post-list .card .cat {
    font-size: 14px;
    line-height: 18px;
  }
}

.front-page-content .case-studies-section .post-list .card .post-date {
  color: #787e8a;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .front-page-content .case-studies-section .post-list .card .post-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.front-page-content .case-studies-section .post-list .card .post-title {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.front-page-content .case-studies-section .post-list .card .post-excerpt {
  color: #787e8a;
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .front-page-content .case-studies-section .post-list .card .post-excerpt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.front-page-content .case-studies-section .post-list .card .post-client {
  color: #787e8a;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}

.front-page-content .case-studies-section .post-list .card .post-client-items {
  color: #787e8a;
  font-size: 12px;
  margin-bottom: 6px;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type li {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 4px 4px 0;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type li.retail {
  background: #2d5dea;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type li.wholesale {
  background: #009688;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type li.store {
  background: #64B446;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type li.ec {
  background: #00bcd4;
}

.front-page-content .case-studies-section .post-list .card ul.post-client-type li.outlet {
  background: #ba68c8;
}

.front-page-content .case-studies-section .post-list .cat {
  background: #a5a9b1;
  color: #fff;
}

.front-page-content .case-studies-section .post-list .cat.events-seminar {
  background: #00bcd4;
}

.front-page-content .case-studies-section .post-list .cat.events-exhibition {
  background: #00bcd4;
}

.front-page-content .case-studies-section .post-list .cat.events-extra {
  background: #00bcd4;
}

.front-page-content .case-studies-section .post-list .cat.events {
  background: #00bcd4;
}

.front-page-content .case-studies-section .post-list .cat.seminar-video {
  background: #009688;
}

.front-page-content .case-studies-section .post-list .cat.report {
  background: #64B446;
}

.front-page-content .case-studies-section .post-list .cat.media {
  margin-top: 0;
  background: #1e3c8c;
}

.front-page-content .case-studies-section .post-list .cat.releases {
  background: #2d5dea;
}

.front-page-content .case-studies-section .post-list .cat.product-updates {
  background: #2d5dea;
}

.front-page-content .case-studies-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 20px auto 0;
}

.front-page-content .case-studies-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.front-page-content .case-studies-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .front-page-content .case-studies-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .front-page-content .case-studies-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .case-studies-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.front-page-content .seminar-section {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 0;
  color: #1e3c8c;
}

@media screen and (min-width: 768px) {
  .front-page-content .seminar-section {
    padding-top: calc(15.625vw + -80px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .seminar-section {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .seminar-section {
    padding-bottom: calc(11.71875vw + -30px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .seminar-section {
    padding-bottom: 120px;
  }
}

.front-page-content .seminar-section.wp {
  padding-top: 0px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .front-page-content .seminar-section.wp {
    padding-top: calc(0vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .seminar-section.wp {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .seminar-section.wp {
    padding-bottom: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .seminar-section.wp {
    padding-bottom: 160px;
  }
}

.front-page-content .seminar-section .cta-title {
  text-align: center;
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .front-page-content .seminar-section .cta-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .front-page-content .seminar-section .cta-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1280px) {
  .front-page-content .seminar-section .cta-title {
    font-size: 32px;
  }
}

.front-page-content .seminar-section .cta-title::after {
  content: "";
  display: none;
}

.front-page-content .seminar-section .banner {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .front-page-content .seminar-section .banner {
    margin-bottom: 0px;
  }
}

.front-page-content .seminar-section .banner a {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.2);
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .front-page-content .seminar-section .banner a {
    width: 100%;
  }
}

.front-page-content .seminar-section .banner a img {
  border-radius: 8px;
  width: 100%;
}

.front-page-content .seminar-section .banner a:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(30, 60, 140, 0.4);
          box-shadow: 0 10px 30px 0 rgba(30, 60, 140, 0.4);
}

.front-page-content .seminar-section .tag {
  display: inline-block;
  text-align: center;
  border: 1px solid #1e3c8c;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px 18px 4px;
  margin: 8px auto 0;
}

@media (min-width: 768px) {
  .front-page-content .seminar-section .tag {
    font-size: 16px;
  }
}

.front-page-content .seminar-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto 0;
}

.front-page-content .seminar-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.front-page-content .seminar-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .front-page-content .seminar-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .front-page-content .seminar-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .seminar-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.front-page-content .fact-section {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .front-page-content .fact-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .fact-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .fact-section {
    padding-bottom: calc(5.85938vw + -15px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .fact-section {
    padding-bottom: 60px;
  }
}

.front-page-content .fact-section h2 {
  color: #1e283c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .front-page-content .fact-section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .front-page-content .fact-section h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .fact-section h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 24px;
  }
}

.front-page-content .fact-section h2 .nowrap {
  display: inline-block;
}

.front-page-content .fact-section h2::after {
  content: "";
  display: none;
}

.front-page-content .fact-section .pic {
  text-align: center;
}

.front-page-content .fact-section .pic img {
  width: 90%;
}

@media (min-width: 768px) {
  .front-page-content .fact-section .pic img {
    width: 80%;
  }
}

.front-page-content .evidence-section {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .front-page-content .evidence-section {
    padding-top: calc(7.8125vw + -40px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .evidence-section {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .evidence-section {
    padding-bottom: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .evidence-section {
    padding-bottom: 160px;
  }
}

.front-page-content .evidence-section h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}

@media (min-width: 768px) {
  .front-page-content .evidence-section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0 auto 24px;
  }
}

@media (min-width: 992px) {
  .front-page-content .evidence-section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0 auto 32px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .evidence-section h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0 auto 48px;
  }
}

.front-page-content .evidence-section h2 .nowrap {
  display: inline-block;
}

.front-page-content .evidence-section h2::after {
  content: "";
  display: block;
  margin: 0 auto 0;
  width: 100%;
  height: 4px;
  border-radius: 0px;
  background-color: #1e3c8c;
  opacity: 1;
}

@media (min-width: 768px) {
  .front-page-content .evidence-section h2::after {
    height: 6px;
  }
}

@media (min-width: 992px) {
  .front-page-content .evidence-section h2::after {
    height: 8px;
  }
}

.front-page-content .evidence-section .evidence {
  text-align: center;
}

.front-page-content .evidence-section .evidence img {
  width: 90%;
}

@media (min-width: 768px) {
  .front-page-content .evidence-section .evidence img {
    width: 80%;
  }
}

.front-page-content .evidence-section .point {
  text-align: center;
  border-radius: 8px;
  color: #1e3c8c;
  background-color: #f5faff;
  padding: 16px;
  margin: 20px auto;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
  width: 90%;
}

@media (min-width: 768px) {
  .front-page-content .evidence-section .point {
    padding: 20px;
    margin: 24px auto;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .front-page-content .evidence-section .point {
    padding: 24px;
    margin: 32px auto;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .evidence-section .point {
    padding: 32px;
    margin: 40px auto;
    font-size: 32px;
  }
}

.front-page-content .evidence-section .lifecycle {
  text-align: center;
}

.front-page-content .evidence-section .lifecycle img {
  width: 90%;
}

@media (min-width: 768px) {
  .front-page-content .evidence-section .lifecycle img {
    width: 90%;
  }
}

.front-page-content .evidence-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 240px;
  padding: 16px;
  border-radius: 60px;
  margin: 40px auto 0;
}

.front-page-content .evidence-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.front-page-content .evidence-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .front-page-content .evidence-section a.CTA-btn {
    font-size: 20px;
    width: 280px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .front-page-content .evidence-section a.CTA-btn {
    margin: 60px auto 0;
    font-size: 22px;
    width: 300px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .evidence-section a.CTA-btn {
    font-size: 24px;
    width: 320px;
    padding: 24px;
  }
}

.front-page-content .history-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6fA;
}

@media screen and (min-width: 768px) {
  .front-page-content .history-section {
    padding-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .history-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-content .history-section {
    padding-bottom: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .front-page-content .history-section {
    padding-bottom: 100px;
  }
}

.front-page-content .history-section .row .content-graphic {
  text-align: center;
}

.front-page-content .history-section .row .content-graphic img {
  margin-bottom: 20px;
  width: 60%;
}

@media (min-width: 768px) {
  .front-page-content .history-section .row .content-graphic img {
    width: 100%;
  }
}

.front-page-content .history-section .row .content-graphic p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .front-page-content .history-section .row .content-graphic p {
    font-size: 16px;
  }
}

.front-page-content .history-section .row .content-graphic p span {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 992px) {
  .front-page-content .history-section .row .content-graphic p span {
    font-size: 20px;
  }
}

.front-page-content .history-section .row .content-text {
  padding-top: 20px;
}

.front-page-content .history-section .row .content-text h3 {
  color: #1e283c;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .front-page-content .history-section .row .content-text h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

@media (min-width: 992px) {
  .front-page-content .history-section .row .content-text h3 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .history-section .row .content-text h3 {
    font-size: 24px;
  }
}

.front-page-content .history-section .row .content-text p {
  color: #1e283c;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .front-page-content .history-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .front-page-content .history-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .front-page-content .history-section .row .content-text p {
    font-size: 18px;
  }
}

.front-page-content .history-section .row .content-text img {
  margin: 0 0 10px;
}

.front-page-content .history-section a.CTA-btn {
  display: block;
  margin: 30px auto 0;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 160px;
  padding: 16px;
  border-radius: 60px;
}

.front-page-content .history-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.front-page-content .history-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .front-page-content .history-section a.CTA-btn {
    margin: 30px 0 0 auto;
    font-size: 18px;
    width: 180px;
    padding: 18px;
  }
}

@media (min-width: 992px) {
  .front-page-content .history-section a.CTA-btn {
    font-size: 18px;
    width: 180px;
    padding: 18px;
  }
}

@media (min-width: 1200px) {
  .front-page-content .history-section a.CTA-btn {
    font-size: 20px;
    width: 200px;
    padding: 20px;
  }
}

.front-page-content .latest-news {
  background-color: #ffffff;
  padding: 0 0 60px;
}

@media (min-width: 767px) {
  .front-page-content .latest-news {
    padding: 0 0 100px;
  }
}

.front-page-content .latest-news .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #d2d4d8;
  padding-bottom: 16px;
  margin-top: 60px;
}

@media (min-width: 767px) {
  .front-page-content .latest-news .news-header {
    margin-top: 100px;
  }
}

.front-page-content .latest-news .news-header h2 {
  font-size: 32px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .front-page-content .latest-news .news-header h2 {
    font-size: 24px;
  }
}

.front-page-content .latest-news .news-header a {
  display: block;
  color: #787e8a;
}

.front-page-content .latest-news .news-header a:hover {
  color: #2d5dea;
}

.front-page-content .latest-news .news-header a i {
  margin-right: 8px;
}

.front-page-content .latest-news ul li {
  border-bottom: 1px solid #d2d4d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .front-page-content .latest-news ul li {
    display: block;
  }
}

.front-page-content .latest-news ul li .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .front-page-content .latest-news ul li .meta {
    margin-bottom: 16px;
  }
}

.front-page-content .latest-news ul li .date {
  font-size: 16px;
  padding-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #787e8a;
  font-weight: 500;
}

@media (max-width: 991px) {
  .front-page-content .latest-news ul li .date {
    font-size: 14px;
  }
}

.front-page-content .latest-news ul li .cat {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 12px;
  width: 140px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.front-page-content .latest-news ul li .cat a {
  color: #fff;
}

.front-page-content .latest-news ul li .cat a:hover {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .front-page-content .latest-news ul li .cat {
    font-size: 12px;
    line-height: 1.5;
  }
}

.front-page-content .latest-news ul li a.title {
  color: #4b5363;
  line-height: 1.5;
  font-size: 14px;
}

@media (min-width: 768px) {
  .front-page-content .latest-news ul li a.title {
    font-size: 16px;
    margin-left: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.front-page-content .latest-news ul li a.title:hover {
  color: #2d5dea;
}

.SPL-page .SPL-hero {
  color: #fff;
  padding: 30px 0 0;
  position: relative;
  background-image: url(../images/frontpage-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero {
    padding: 30px 0 0;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero {
    padding: 30px 0 0;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-hero {
    padding: 30px 0 0;
  }
}

.SPL-page .SPL-hero > * {
  position: relative;
  z-index: 5;
}

.SPL-page .SPL-hero .inner {
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero .inner {
    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;
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .SPL-page .SPL-hero .inner {
    width: 1600px;
    margin: 0 auto;
  }
}

.SPL-page .SPL-hero .main {
  width: 100%;
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero .main {
    width: calc(100% - 500px);
    height: 100%;
  }
}

.SPL-page .SPL-hero .main .logo {
  margin: 0 auto 40px;
  width: 90%;
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero .main .logo {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero .main .logo {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-hero .main .logo {
    width: 540px;
  }
}

@media (min-width: 1440px) {
  .SPL-page .SPL-hero .main .logo {
    width: 600px;
    margin: 0 auto 40px;
  }
}

.SPL-page .SPL-hero .main .logo img {
  width: 100%;
}

.SPL-page .SPL-hero .main h1 {
  text-align: center;
  color: #ffffff;
  font-size: calc(1.5vw + 16px);
  line-height: 1.5;
  margin-bottom: 40px;
  text-shadow: 0 0 10px rgba(30, 60, 140, 0.4);
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero .main h1 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero .main h1 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-hero .main h1 {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .SPL-page .SPL-hero .main h1 {
    font-size: 32px;
  }
}

.SPL-page .SPL-hero .main h2 .sub-copy {
  margin: 0 auto 20px;
  width: 50%;
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero .main h2 .sub-copy {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero .main h2 .sub-copy {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-hero .main h2 .sub-copy {
    width: 360px;
  }
}

.SPL-page .SPL-hero .main h2 .sub-copy img {
  width: 100%;
}

.SPL-page .SPL-hero figure.mock {
  max-width: none;
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero figure.mock {
    width: 60%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-hero figure.mock {
    width: 80%;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-hero figure.mock {
    width: 540px;
  }
}

@media (min-width: 1440px) {
  .SPL-page .SPL-hero figure.mock {
    width: 600px;
    margin-bottom: -30px;
  }
}

.SPL-page .SPL-hero figure.mock img {
  width: 100%;
}

.SPL-page .SPL-hero .btn-cta a.btn-common {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: inline-block;
  width: 280px;
  color: #fff;
  border: 2px solid #00bcd4;
}

.SPL-page .SPL-hero .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

@media (max-width: 767px) {
  .SPL-page .SPL-hero .btn-cta a.btn-common {
    display: block;
    margin: 0 auto;
    width: 240px;
  }
}

@media (max-width: 991px) {
  .SPL-page .SPL-hero .btn-cta a.btn-common {
    width: 240px;
    font-size: 16px;
  }
}

.SPL-page .SPL-hero .btn-cta a.btn-common:hover {
  color: #00bcd4;
}

.SPL-page .SPL-hero .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-hero .btn-cta a.btn-common i {
    font-size: 22px;
    margin-right: 8px;
  }
}

.SPL-page .SPL-hero .btn-cta a.btn-common.wp {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2d5dea), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #2d5dea 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
}

.SPL-page .SPL-hero .btn-cta a.btn-common.wp:hover {
  background-color: #2d5dea;
  background-position: left center;
}

.SPL-page .SPL-hero .btn-cta a.btn-common.wp:hover {
  color: #fff;
}

.SPL-page .SPL-hero .btn-cta a.btn-common.wp-min5 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2d5dea), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #2d5dea 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
  width: 410px;
}

.SPL-page .SPL-hero .btn-cta a.btn-common.wp-min5:hover {
  background-color: #2d5dea;
  background-position: left center;
}

@media (max-width: 767px) {
  .SPL-page .SPL-hero .btn-cta a.btn-common.wp-min5 {
    width: 240px;
  }
}

.SPL-page .SPL-hero .btn-cta a.btn-common.wp-min5:hover {
  color: #fff;
}

.SPL-page .SPL-hero a.btn-play {
  position: relative;
  z-index: 5;
  width: 140px;
  text-align: center;
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
  color: #00bcd4;
  border: #fff 2px solid;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero a.btn-play {
    width: 180px;
    margin: 50px 0 0;
    font-size: 18px;
    padding: 16px 0;
  }
}

.SPL-page .SPL-hero a.btn-play:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #fff;
  border-color: #fff;
}

.SPL-page .SPL-hero a.btn-play i {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-hero a.btn-play i {
    margin-right: 20px;
  }
}

.SPL-page .SPL-hero .HS-form {
  text-align: center;
  width: 500px;
  padding: 0 30px 30px;
}

@media (max-width: 991px) {
  .SPL-page .SPL-hero .HS-form {
    display: none;
  }
}

.SPL-page .SPL-hero .HS-form .form-inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
  padding: 20px 12px 20px 20px;
}

.SPL-page .SPL-hero .HS-form .form-inner .form-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.SPL-page .SPL-hero .HS-form .form-inner .form-title span {
  color: #ff9800;
}

.SPL-page .SPL-hero + .SPL-content {
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.SPL-page .SPL-hero + .SPL-content > * {
  position: relative;
  z-index: 5;
}

.SPL-page .SPL-content ul {
  list-style: none;
  margin: 0;
}

.SPL-page .SPL-content li {
  margin: 0;
}

.SPL-page .SPL-content section h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content section h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-content section h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 60px;
  }
}

.SPL-page .SPL-content section h2 .nowrap {
  display: inline-block;
}

.SPL-page .SPL-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content section h2::after {
    width: 60px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content section h2::after {
    width: 80px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.SPL-page .SPL-content section h3 {
  letter-spacing: 1px;
}

.SPL-page .SPL-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content section p {
    font-size: 18px;
  }
}

.SPL-page .SPL-content section p:last-child {
  margin-bottom: 0;
}

.SPL-page .SPL-content .overview-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .overview-section {
    padding-top: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .overview-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .overview-section {
    padding-bottom: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .overview-section {
    padding-bottom: 80px;
  }
}

.SPL-page .SPL-content .overview-section .lead {
  color: #1e283c;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .overview-section .lead {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .overview-section .lead {
    font-size: 24px;
  }
}

.SPL-page .SPL-content .overview-section .row {
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .overview-section .row {
    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;
  }
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .overview-section .row {
    background-position: right 0px top 30px;
  }
}

.SPL-page .SPL-content .overview-section .content-graphic {
  text-align: center;
}

.SPL-page .SPL-content .overview-section .content-graphic img {
  width: 80%;
  max-width: 360px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .overview-section .content-graphic img {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
  }
}

.SPL-page .SPL-content .overview-section .content-text p {
  color: #1e283c;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .overview-section .content-text p {
    text-align: left;
    font-size: 16px;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .SPL-page .SPL-content .overview-section .content-text p {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
}

.SPL-page .SPL-content .clients-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5faff;
}

@media screen and (min-width: 480px) {
  .SPL-page .SPL-content .clients-section {
    padding-top: calc(2.5vw + 48px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .clients-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 480px) {
  .SPL-page .SPL-content .clients-section {
    padding-bottom: calc(2.5vw + 48px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .clients-section {
    padding-bottom: 80px;
  }
}

.SPL-page .SPL-content .clients-section .voice {
  display: block;
  max-width: 408px;
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(30, 60, 140, 0.15);
          box-shadow: 0 0 10px rgba(30, 60, 140, 0.15);
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .clients-section .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

.SPL-page .SPL-content .clients-section .voice:hover {
  -webkit-box-shadow: 0 10px 20px rgba(30, 60, 140, 0.2);
          box-shadow: 0 10px 20px rgba(30, 60, 140, 0.2);
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .clients-section .voice .voicec-pic {
    width: 320px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .clients-section .voice .voicec-pic {
    width: 360px;
  }
}

.SPL-page .SPL-content .clients-section .voice .voice-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .clients-section .voice .voice-content {
    padding-left: 24px;
    padding-top: 0;
  }
}

.SPL-page .SPL-content .clients-section .voice .voice-content .voice-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .clients-section .voice .voice-content .voice-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.SPL-page .SPL-content .clients-section .voice .voice-content .post-client {
  color: #787e8a;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.SPL-page .SPL-content .clients-section .voice .voice-content .post-client-items {
  color: #787e8a;
  font-size: 12px;
  margin-bottom: 6px;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type li {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 4px 4px 0;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type li.retail {
  background: #2d5dea;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type li.wholesale {
  background: #009688;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type li.store {
  background: #64B446;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type li.ec {
  background: #00bcd4;
}

.SPL-page .SPL-content .clients-section .voice .voice-content ul.post-client-type li.outlet {
  background: #ba68c8;
}

.SPL-page .SPL-content .problem-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f5faff;
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .problem-section {
    padding-top: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .problem-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .problem-section {
    padding-bottom: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .problem-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .SPL-page .SPL-content .problem-section {
    padding-bottom: 0px;
  }
}

.SPL-page .SPL-content .problem-section img {
  width: 50%;
  max-width: 280px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .problem-section img {
    width: 100%;
  }
}

.SPL-page .SPL-content .problem-section img.arrow {
  width: 32px;
}

.SPL-page .SPL-content .problem-section h2 {
  color: #1e283c;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .problem-section h2 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .problem-section h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .SPL-page .SPL-content .problem-section h2 {
    font-size: 32px;
  }
}

.SPL-page .SPL-content .problem-section h2::after {
  display: none;
}

.SPL-page .SPL-content .problem-section h2 span {
  color: #3C78DC;
}

.SPL-page .SPL-content .problem-section p {
  color: #1e283c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0 8px;
  margin: 0;
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .problem-section p {
    font-size: 20px;
    padding: 20px 0 30px;
  }
}

.SPL-page .SPL-content .problem-section p.result {
  font-weight: 400;
  padding: 8px 0 60px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .problem-section p.result {
    padding: 8px 0;
  }
}

.SPL-page .SPL-content .merit-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .merit-section {
    padding-top: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .merit-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .merit-section {
    padding-bottom: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .merit-section {
    padding-bottom: 80px;
  }
}

.SPL-page .SPL-content .merit-section .row .content-graphic {
  text-align: center;
}

.SPL-page .SPL-content .merit-section .row .content-graphic img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .merit-section .row .content-graphic img {
    margin-bottom: 60px;
  }
}

.SPL-page .SPL-content .merit-section .row .content-text {
  padding-top: 20px;
}

.SPL-page .SPL-content .merit-section .row .content-text .number {
  display: inline-block;
  color: #3C78DC;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 3px solid #3C78DC;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .merit-section .row .content-text .number {
    font-size: 18px;
  }
}

.SPL-page .SPL-content .merit-section .row .content-text h3 {
  color: #1e283c;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .merit-section .row .content-text h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .merit-section .row .content-text h3 {
    font-size: 28px;
    margin: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-content .merit-section .row .content-text h3 {
    font-size: 32px;
  }
}

.SPL-page .SPL-content .merit-section .row .content-text p {
  color: #1e283c;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .SPL-page .SPL-content .merit-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .SPL-page .SPL-content .merit-section .row .content-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.SPL-page .SPL-content .merit-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto;
}

.SPL-page .SPL-content .merit-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.SPL-page .SPL-content .merit-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .merit-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .merit-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .SPL-page .SPL-content .merit-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.SPL-page .SPL-content .CS-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .SPL-page .SPL-content .CS-section {
    padding-top: calc(5vw + 16px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .CS-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 480px) {
  .SPL-page .SPL-content .CS-section {
    padding-bottom: calc(7.5vw + -16px);
  }
}

@media screen and (min-width: 1280px) {
  .SPL-page .SPL-content .CS-section {
    padding-bottom: 80px;
  }
}

.SPL-page .SPL-content .CS-section h3 {
  color: #1e283c;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.SPL-page .SPL-content .CS-section .MB {
  text-align: center;
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .CS-section .MB {
    display: none;
  }
}

.SPL-page .SPL-content .CS-section .PC {
  display: none;
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .CS-section .PC {
    display: block;
  }
}

.SPL-page .SPL-content .CS-section .flow-MB {
  width: 80%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section .flow-MB {
    width: 60%;
    margin-bottom: 30px;
  }
}

.SPL-page .SPL-content .CS-section .flow-PC {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section .flow-PC {
    margin-bottom: 30px;
  }
}

.SPL-page .SPL-content .CS-section p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section p {
    text-align: center;
    margin-bottom: 120px !important;
  }
}

.SPL-page .SPL-content .CS-section .CS-member {
  padding: 0 0 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section .CS-member {
    padding: 0 0 60px;
  }
}

.SPL-page .SPL-content .CS-section .CS-member h4 {
  color: #3C78DC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 3px solid #3C78DC;
  font-size: 18px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section .CS-member h4 {
    margin: 0 auto 60px;
    border-bottom: 4px solid #3C78DC;
    font-size: 28px;
  }
}

.SPL-page .SPL-content .CS-section .CS-member img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SPL-page .SPL-content .CS-section .CS-member img {
    width: 80%;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .SPL-page .SPL-content .CS-section .CS-member img {
    width: 100%;
    margin-bottom: 0px;
  }
}

.SSFE-page .SSFE-hero {
  color: #fff;
  padding: 30px 0 0;
  position: relative;
  background-image: url(../images/frontpage-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero {
    padding: 30px 0 0;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero {
    padding: 30px 0 0;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-hero {
    padding: 30px 0 0;
  }
}

.SSFE-page .SSFE-hero > * {
  position: relative;
  z-index: 5;
}

.SSFE-page .SSFE-hero .inner {
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero .inner {
    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;
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .SSFE-page .SSFE-hero .inner {
    width: 1600px;
    margin: 0 auto;
  }
}

.SSFE-page .SSFE-hero .main {
  width: 100%;
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero .main {
    width: calc(100% - 500px);
    height: 100%;
  }
}

.SSFE-page .SSFE-hero .main .logo {
  margin: 0 auto 50px;
  width: 90%;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero .main .logo {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero .main .logo {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-hero .main .logo {
    width: 540px;
  }
}

@media (min-width: 1440px) {
  .SSFE-page .SSFE-hero .main .logo {
    width: 600px;
    margin: 0 auto 40px;
  }
}

.SSFE-page .SSFE-hero .main .logo img {
  width: 100%;
}

.SSFE-page .SSFE-hero .main h1 {
  text-align: center;
  color: #ffffff;
  font-size: calc(1.5vw + 16px);
  line-height: 1.5;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(30, 60, 140, 0.4);
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero .main h1 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero .main h1 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-hero .main h1 {
    font-size: 24px;
  }
}

@media (min-width: 1440px) {
  .SSFE-page .SSFE-hero .main h1 {
    font-size: 28px;
  }
}

.SSFE-page .SSFE-hero .main h2 .sub-copy {
  margin: 0 auto 20px;
  width: 50%;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero .main h2 .sub-copy {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero .main h2 .sub-copy {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-hero .main h2 .sub-copy {
    width: 360px;
  }
}

.SSFE-page .SSFE-hero .main h2 .sub-copy img {
  width: 100%;
}

.SSFE-page .SSFE-hero figure.mock {
  max-width: none;
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero figure.mock {
    width: 60%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-hero figure.mock {
    width: 80%;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-hero figure.mock {
    width: 540px;
  }
}

@media (min-width: 1440px) {
  .SSFE-page .SSFE-hero figure.mock {
    width: 600px;
    margin-bottom: -30px;
  }
}

.SSFE-page .SSFE-hero figure.mock img {
  width: 100%;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: inline-block;
  width: 280px;
  color: #fff;
  border: 2px solid #00bcd4;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

@media (max-width: 767px) {
  .SSFE-page .SSFE-hero .btn-cta a.btn-common {
    display: block;
    margin: 0 auto;
    width: 240px;
  }
}

@media (max-width: 991px) {
  .SSFE-page .SSFE-hero .btn-cta a.btn-common {
    width: 240px;
    font-size: 16px;
  }
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common:hover {
  color: #00bcd4;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-hero .btn-cta a.btn-common i {
    font-size: 22px;
    margin-right: 8px;
  }
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common.wp {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2d5dea), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #2d5dea 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common.wp:hover {
  background-color: #2d5dea;
  background-position: left center;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common.wp:hover {
  color: #fff;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common.wp-min5 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2d5dea), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #2d5dea 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
  width: 410px;
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common.wp-min5:hover {
  background-color: #2d5dea;
  background-position: left center;
}

@media (max-width: 767px) {
  .SSFE-page .SSFE-hero .btn-cta a.btn-common.wp-min5 {
    width: 240px;
  }
}

.SSFE-page .SSFE-hero .btn-cta a.btn-common.wp-min5:hover {
  color: #fff;
}

.SSFE-page .SSFE-hero a.btn-play {
  position: relative;
  z-index: 5;
  width: 140px;
  text-align: center;
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
  color: #00bcd4;
  border: #fff 2px solid;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero a.btn-play {
    width: 180px;
    margin: 50px 0 0;
    font-size: 18px;
    padding: 16px 0;
  }
}

.SSFE-page .SSFE-hero a.btn-play:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #fff;
  border-color: #fff;
}

.SSFE-page .SSFE-hero a.btn-play i {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-hero a.btn-play i {
    margin-right: 20px;
  }
}

.SSFE-page .SSFE-hero .HS-form {
  text-align: center;
  width: 500px;
  padding: 0 30px 30px;
}

@media (max-width: 991px) {
  .SSFE-page .SSFE-hero .HS-form {
    display: none;
  }
}

.SSFE-page .SSFE-hero .HS-form .form-inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
  padding: 20px 12px 20px 20px;
}

.SSFE-page .SSFE-hero .HS-form .form-inner .form-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.SSFE-page .SSFE-hero .HS-form .form-inner .form-title span {
  color: #ff9800;
}

.SSFE-page .SSFE-hero + .SSFE-content {
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.SSFE-page .SSFE-hero + .SSFE-content > * {
  position: relative;
  z-index: 5;
}

.SSFE-page .SSFE-content ul {
  list-style: none;
  margin: 0;
}

.SSFE-page .SSFE-content li {
  margin: 0;
}

.SSFE-page .SSFE-content section h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content section h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-content section h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 60px;
  }
}

.SSFE-page .SSFE-content section h2 .nowrap {
  display: inline-block;
}

.SSFE-page .SSFE-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content section h2::after {
    width: 60px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content section h2::after {
    width: 80px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.SSFE-page .SSFE-content section h3 {
  letter-spacing: 1px;
}

.SSFE-page .SSFE-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content section p {
    font-size: 18px;
  }
}

.SSFE-page .SSFE-content section p:last-child {
  margin-bottom: 0;
}

.SSFE-page .SSFE-content .overview-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section {
    padding-top: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .overview-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section {
    padding-bottom: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .overview-section {
    padding-bottom: 80px;
  }
}

.SSFE-page .SSFE-content .overview-section .lead {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section .lead {
    text-align: center;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .overview-section .lead {
    font-size: 24px;
  }
}

.SSFE-page .SSFE-content .overview-section .row {
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section .row {
    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;
  }
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section .row {
    background-position: right 0px top 30px;
  }
}

.SSFE-page .SSFE-content .overview-section .content-graphic {
  text-align: center;
}

.SSFE-page .SSFE-content .overview-section .content-graphic img {
  width: 100%;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section .content-graphic img {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
  }
}

.SSFE-page .SSFE-content .overview-section .content-text p {
  color: #1e283c;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .overview-section .content-text p {
    text-align: left;
    font-size: 16px;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .SSFE-page .SSFE-content .overview-section .content-text p {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
}

.SSFE-page .SSFE-content .clients-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5faff;
}

@media screen and (min-width: 480px) {
  .SSFE-page .SSFE-content .clients-section {
    padding-top: calc(2.5vw + 48px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .clients-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 480px) {
  .SSFE-page .SSFE-content .clients-section {
    padding-bottom: calc(2.5vw + 48px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .clients-section {
    padding-bottom: 80px;
  }
}

.SSFE-page .SSFE-content .clients-section .voice {
  display: block;
  max-width: 408px;
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(30, 60, 140, 0.15);
          box-shadow: 0 0 10px rgba(30, 60, 140, 0.15);
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .clients-section .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

.SSFE-page .SSFE-content .clients-section .voice:hover {
  -webkit-box-shadow: 0 10px 20px rgba(30, 60, 140, 0.2);
          box-shadow: 0 10px 20px rgba(30, 60, 140, 0.2);
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .clients-section .voice .voicec-pic {
    width: 320px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .clients-section .voice .voicec-pic {
    width: 360px;
  }
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .clients-section .voice .voice-content {
    padding-left: 24px;
    padding-top: 0;
  }
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content .voice-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .clients-section .voice .voice-content .voice-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content .post-client {
  color: #787e8a;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content .post-client-items {
  color: #787e8a;
  font-size: 12px;
  margin-bottom: 6px;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type li {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 4px 4px 0;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type li.retail {
  background: #2d5dea;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type li.wholesale {
  background: #009688;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type li.store {
  background: #64B446;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type li.ec {
  background: #00bcd4;
}

.SSFE-page .SSFE-content .clients-section .voice .voice-content ul.post-client-type li.outlet {
  background: #ba68c8;
}

.SSFE-page .SSFE-content .problem-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f5faff;
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .problem-section {
    padding-top: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .problem-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .problem-section {
    padding-bottom: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .problem-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .SSFE-page .SSFE-content .problem-section {
    padding-bottom: 0px;
  }
}

.SSFE-page .SSFE-content .problem-section img {
  width: 50%;
  max-width: 280px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .problem-section img {
    width: 100%;
  }
}

.SSFE-page .SSFE-content .problem-section img.arrow {
  width: 32px;
}

.SSFE-page .SSFE-content .problem-section h2 {
  color: #1e283c;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .problem-section h2 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .problem-section h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .SSFE-page .SSFE-content .problem-section h2 {
    font-size: 32px;
  }
}

.SSFE-page .SSFE-content .problem-section h2::after {
  display: none;
}

.SSFE-page .SSFE-content .problem-section h2 span {
  color: #3C78DC;
}

.SSFE-page .SSFE-content .problem-section p {
  color: #1e283c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0 30px;
  margin: 0;
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .problem-section p {
    font-size: 20px;
    padding: 20px 0 0;
  }
}

.SSFE-page .SSFE-content .problem-section p.result {
  font-weight: 400;
  padding: 8px 0 60px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .problem-section p.result {
    padding: 8px 0;
  }
}

.SSFE-page .SSFE-content .merit-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section {
    padding-top: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .merit-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section {
    padding-bottom: calc(3.90625vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .merit-section {
    padding-bottom: 80px;
  }
}

.SSFE-page .SSFE-content .merit-section .row .content-graphic {
  text-align: center;
}

.SSFE-page .SSFE-content .merit-section .row .content-graphic img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section .row .content-graphic img {
    margin-bottom: 60px;
  }
}

.SSFE-page .SSFE-content .merit-section .row .content-text {
  padding-top: 20px;
}

.SSFE-page .SSFE-content .merit-section .row .content-text .number {
  display: inline-block;
  color: #3C78DC;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 3px solid #3C78DC;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section .row .content-text .number {
    font-size: 18px;
  }
}

.SSFE-page .SSFE-content .merit-section .row .content-text h3 {
  color: #1e283c;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section .row .content-text h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .merit-section .row .content-text h3 {
    font-size: 28px;
    margin: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-content .merit-section .row .content-text h3 {
    font-size: 32px;
  }
}

.SSFE-page .SSFE-content .merit-section .row .content-text p {
  color: #1e283c;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .SSFE-page .SSFE-content .merit-section .row .content-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.SSFE-page .SSFE-content .merit-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto;
}

.SSFE-page .SSFE-content .merit-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.SSFE-page .SSFE-content .merit-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .merit-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .merit-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .SSFE-page .SSFE-content .merit-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.SSFE-page .SSFE-content .CS-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .SSFE-page .SSFE-content .CS-section {
    padding-top: calc(5vw + 16px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .CS-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 480px) {
  .SSFE-page .SSFE-content .CS-section {
    padding-bottom: calc(7.5vw + -16px);
  }
}

@media screen and (min-width: 1280px) {
  .SSFE-page .SSFE-content .CS-section {
    padding-bottom: 80px;
  }
}

.SSFE-page .SSFE-content .CS-section h3 {
  color: #1e283c;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.SSFE-page .SSFE-content .CS-section .MB {
  text-align: center;
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .CS-section .MB {
    display: none;
  }
}

.SSFE-page .SSFE-content .CS-section .PC {
  display: none;
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .CS-section .PC {
    display: block;
  }
}

.SSFE-page .SSFE-content .CS-section .flow-MB {
  width: 80%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section .flow-MB {
    width: 60%;
    margin-bottom: 30px;
  }
}

.SSFE-page .SSFE-content .CS-section .flow-PC {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section .flow-PC {
    margin-bottom: 30px;
  }
}

.SSFE-page .SSFE-content .CS-section p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section p {
    text-align: center;
    margin-bottom: 120px !important;
  }
}

.SSFE-page .SSFE-content .CS-section .CS-member {
  padding: 0 0 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section .CS-member {
    padding: 0 0 60px;
  }
}

.SSFE-page .SSFE-content .CS-section .CS-member h4 {
  color: #3C78DC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 3px solid #3C78DC;
  font-size: 18px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section .CS-member h4 {
    margin: 0 auto 60px;
    border-bottom: 4px solid #3C78DC;
    font-size: 28px;
  }
}

.SSFE-page .SSFE-content .CS-section .CS-member img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SSFE-page .SSFE-content .CS-section .CS-member img {
    width: 80%;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .SSFE-page .SSFE-content .CS-section .CS-member img {
    width: 100%;
    margin-bottom: 0px;
  }
}

.AL-page .AL-hero {
  color: #fff;
  padding: 50px 0 0;
  position: relative;
  background-image: url(../images/frontpage-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .AL-page .AL-hero {
    padding: 60px 0 0;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-hero {
    padding: 100px 0 0;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-hero {
    padding: 100px 0 0;
  }
}

.AL-page .AL-hero > * {
  position: relative;
  z-index: 5;
}

.AL-page .AL-hero .inner {
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  .AL-page .AL-hero .inner {
    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;
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .AL-page .AL-hero .inner {
    width: 1600px;
    margin: 0 auto;
  }
}

.AL-page .AL-hero .main {
  width: 100%;
}

@media (min-width: 992px) {
  .AL-page .AL-hero .main {
    width: calc(100% - 500px);
    height: 100%;
  }
}

.AL-page .AL-hero .main h1 .main-copy {
  margin: 0 auto 30px;
  width: 80%;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-hero .main h1 .main-copy {
    width: 60%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-hero .main h1 .main-copy {
    width: 70%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-hero .main h1 .main-copy {
    margin: 0 auto 40px;
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .AL-page .AL-hero .main h1 .main-copy {
    padding-top: 60px;
    width: 560px;
  }
}

.AL-page .AL-hero .main h1 .main-copy img {
  width: 100%;
}

.AL-page .AL-hero .main .logo {
  margin: 0 auto 40px;
  width: 50%;
}

@media (min-width: 768px) {
  .AL-page .AL-hero .main .logo {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-hero .main .logo {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-hero .main .logo {
    width: 280px;
  }
}

@media (min-width: 1440px) {
  .AL-page .AL-hero .main .logo {
    width: 320px;
  }
}

.AL-page .AL-hero .main .logo img {
  width: 100%;
}

.AL-page .AL-hero .main h2 .sub-copy {
  margin: 0 auto 20px;
  width: 50%;
}

@media (min-width: 768px) {
  .AL-page .AL-hero .main h2 .sub-copy {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-hero .main h2 .sub-copy {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-hero .main h2 .sub-copy {
    width: 360px;
  }
}

.AL-page .AL-hero .main h2 .sub-copy img {
  width: 100%;
}

.AL-page .AL-hero figure.mock {
  max-width: none;
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-hero figure.mock {
    width: 60%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-hero figure.mock {
    width: 80%;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-hero figure.mock {
    width: 560px;
  }
}

@media (min-width: 1440px) {
  .AL-page .AL-hero figure.mock {
    width: 640px;
  }
}

.AL-page .AL-hero figure.mock img {
  width: 100%;
}

.AL-page .AL-hero .btn-cta a.btn-common {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: inline-block;
  width: 280px;
  color: #fff;
  border: 2px solid #00bcd4;
}

.AL-page .AL-hero .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

@media (max-width: 767px) {
  .AL-page .AL-hero .btn-cta a.btn-common {
    display: block;
    margin: 0 auto;
    width: 240px;
  }
}

@media (max-width: 991px) {
  .AL-page .AL-hero .btn-cta a.btn-common {
    width: 240px;
    font-size: 16px;
  }
}

.AL-page .AL-hero .btn-cta a.btn-common:hover {
  color: #00bcd4;
}

.AL-page .AL-hero .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-hero .btn-cta a.btn-common i {
    font-size: 22px;
    margin-right: 8px;
  }
}

.AL-page .AL-hero .btn-cta a.btn-common.wp {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2d5dea), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #2d5dea 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
}

.AL-page .AL-hero .btn-cta a.btn-common.wp:hover {
  background-color: #2d5dea;
  background-position: left center;
}

.AL-page .AL-hero .btn-cta a.btn-common.wp:hover {
  color: #fff;
}

.AL-page .AL-hero .btn-cta a.btn-common.wp-min5 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2d5dea), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #2d5dea 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
  width: 410px;
}

.AL-page .AL-hero .btn-cta a.btn-common.wp-min5:hover {
  background-color: #2d5dea;
  background-position: left center;
}

@media (max-width: 767px) {
  .AL-page .AL-hero .btn-cta a.btn-common.wp-min5 {
    width: 240px;
  }
}

.AL-page .AL-hero .btn-cta a.btn-common.wp-min5:hover {
  color: #fff;
}

.AL-page .AL-hero a.btn-play {
  position: relative;
  z-index: 5;
  width: 140px;
  text-align: center;
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
  color: #00bcd4;
  border: #fff 2px solid;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .AL-page .AL-hero a.btn-play {
    width: 180px;
    margin: 50px 0 0;
    font-size: 18px;
    padding: 16px 0;
  }
}

.AL-page .AL-hero a.btn-play:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #fff;
  border-color: #fff;
}

.AL-page .AL-hero a.btn-play i {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .AL-page .AL-hero a.btn-play i {
    margin-right: 20px;
  }
}

.AL-page .AL-hero .HS-form {
  text-align: center;
  width: 500px;
  padding: 0 30px 54px;
}

@media (max-width: 991px) {
  .AL-page .AL-hero .HS-form {
    display: none;
  }
}

.AL-page .AL-hero .HS-form .form-inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
  padding: 20px 12px 20px 20px;
}

.AL-page .AL-hero .HS-form .form-inner .form-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.AL-page .AL-hero .HS-form .form-inner .form-title span {
  color: #ff9800;
}

.AL-page .AL-hero + .AL-content {
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.AL-page .AL-hero + .AL-content > * {
  position: relative;
  z-index: 5;
}

.AL-page .AL-content ul {
  list-style: none;
  margin: 0;
}

.AL-page .AL-content li {
  margin: 0;
}

.AL-page .AL-content section h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .AL-page .AL-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content section h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-content section h2 {
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 60px;
  }
}

.AL-page .AL-content section h2 .nowrap {
  display: inline-block;
}

.AL-page .AL-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .AL-page .AL-content section h2::after {
    width: 60px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content section h2::after {
    width: 80px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.AL-page .AL-content section h3 {
  letter-spacing: 1px;
}

.AL-page .AL-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .AL-page .AL-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content section p {
    font-size: 18px;
  }
}

.AL-page .AL-content section p:last-child {
  margin-bottom: 0;
}

.AL-page .AL-content .logo-section {
  background-color: #fff;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .logo-section {
    padding: 20px 0;
  }
}

@media screen and (min-width: 992px) {
  .AL-page .AL-content .logo-section {
    padding: 24px 0;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .AL-page .AL-content .logo-section {
    padding: 36px 0;
    margin-top: -20px;
  }
}

.AL-page .AL-content .logo-section .logo-inner {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .AL-page .AL-content .logo-section .logo-inner {
    width: 90%;
  }
}

@media screen and (min-width: 1600px) {
  .AL-page .AL-content .logo-section .logo-inner {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .AL-page .AL-content .logo-section .logo-inner {
    width: 70%;
  }
}

.AL-page .AL-content .overview-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6fA;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .overview-section {
    padding-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .overview-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .overview-section {
    padding-bottom: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .overview-section {
    padding-bottom: 100px;
  }
}

.AL-page .AL-content .overview-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .lead {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .overview-section .lead {
    font-size: 24px;
  }
}

.AL-page .AL-content .overview-section .lead span {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .lead span {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .overview-section .lead span {
    font-size: 32px;
  }
}

.AL-page .AL-content .overview-section .row {
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .row {
    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;
  }
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .row {
    background-position: right 0px top 30px;
  }
}

.AL-page .AL-content .overview-section .row.text01 {
  background-image: url(../images/frontpage-about-01.svg);
}

.AL-page .AL-content .overview-section .row.text02 {
  background-image: url(../images/frontpage-about-02.svg);
}

.AL-page .AL-content .overview-section .row.text03 {
  background-image: url(../images/frontpage-about-03.svg);
}

.AL-page .AL-content .overview-section .arrow {
  text-align: center;
}

.AL-page .AL-content .overview-section .arrow img {
  margin-bottom: 0;
  margin-top: 30px;
  max-width: 32px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .arrow img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.AL-page .AL-content .overview-section .content-graphic {
  text-align: center;
}

.AL-page .AL-content .overview-section .content-graphic img {
  width: 80%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .content-graphic img {
    width: 100%;
    max-width: 100%;
  }
}

.AL-page .AL-content .overview-section .content-text h3 {
  text-align: center;
  color: #1e283c;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

@media (min-width: 768px) {
  .AL-page .AL-content .overview-section .content-text h3 {
    text-align: left;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .overview-section .content-text h3 {
    font-size: 22px;
  }
}

.AL-page .AL-content .overview-section .content-text p {
  color: #1e283c;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .overview-section .content-text p {
    text-align: left;
    font-size: 14px;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .AL-page .AL-content .overview-section .content-text p {
    font-size: 16px;
    padding: 30px 0 0;
  }
}

.AL-page .AL-content .overview-section .content-text p a {
  color: #00bcd4;
}

.AL-page .AL-content .overview-section .content-text p a:hover {
  color: #2d5dea;
}

.AL-page .AL-content .ability-section {
  background-color: #f4f6fA;
  padding: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .AL-page .AL-content .ability-section {
    padding: 0 0 100px;
  }
}

.AL-page .AL-content .ability-section img {
  width: 90%;
  max-width: 480px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .ability-section img {
    width: 100%;
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .ability-section img {
    width: 100%;
    max-width: 100%;
  }
}

.AL-page .AL-content .problem-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .problem-section {
    padding-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .problem-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .problem-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .problem-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .AL-page .AL-content .problem-section {
    padding-bottom: 0px;
  }
}

.AL-page .AL-content .problem-section img {
  width: 60%;
  max-width: 320px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .problem-section img {
    width: 100%;
  }
}

.AL-page .AL-content .problem-section img.arrow {
  width: 32px;
}

.AL-page .AL-content .problem-section h2 {
  color: #1e283c;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .problem-section h2 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .problem-section h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .AL-page .AL-content .problem-section h2 {
    font-size: 32px;
  }
}

.AL-page .AL-content .problem-section h2::after {
  display: none;
}

.AL-page .AL-content .problem-section h2 span {
  color: #00bcd4;
}

.AL-page .AL-content .problem-section p {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0;
  margin: 0;
}

@media (min-width: 992px) {
  .AL-page .AL-content .problem-section p {
    font-size: 20px;
  }
}

.AL-page .AL-content .problem-section p.result {
  font-weight: 700;
  padding: 20px 0 60px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .problem-section p.result {
    padding: 20px 0;
  }
}

.AL-page .AL-content .problem-section p.result span {
  color: #00bcd4;
}

.AL-page .AL-content .solution-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/frontpage-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .solution-section {
    padding-top: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .solution-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .solution-section {
    padding-bottom: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .solution-section {
    padding-bottom: 80px;
  }
}

.AL-page .AL-content .solution-section p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #1e3c8c;
}

@media (min-width: 768px) {
  .AL-page .AL-content .solution-section p {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .solution-section p {
    font-size: 40px;
  }
}

.AL-page .AL-content .merit-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6fA;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .merit-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .merit-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .merit-section {
    padding-bottom: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .merit-section {
    padding-bottom: 160px;
  }
}

.AL-page .AL-content .merit-section .row .content-graphic {
  text-align: center;
}

.AL-page .AL-content .merit-section .row .content-graphic img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .merit-section .row .content-graphic img {
    margin-bottom: 60px;
  }
}

.AL-page .AL-content .merit-section .row .content-text {
  padding-top: 20px;
}

.AL-page .AL-content .merit-section .row .content-text .number {
  display: inline-block;
  color: #00bcd4;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 3px solid #00bcd4;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .merit-section .row .content-text .number {
    font-size: 18px;
  }
}

.AL-page .AL-content .merit-section .row .content-text h3 {
  color: #1e283c;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .merit-section .row .content-text h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .merit-section .row .content-text h3 {
    font-size: 28px;
    margin: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-content .merit-section .row .content-text h3 {
    font-size: 32px;
  }
}

.AL-page .AL-content .merit-section .row .content-text p {
  color: #1e283c;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .merit-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .AL-page .AL-content .merit-section .row .content-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.AL-page .AL-content .merit-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto;
}

.AL-page .AL-content .merit-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.AL-page .AL-content .merit-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .AL-page .AL-content .merit-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .merit-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-content .merit-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.AL-page .AL-content .history-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6fA;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .history-section {
    padding-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .history-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .history-section {
    padding-bottom: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .history-section {
    padding-bottom: 100px;
  }
}

.AL-page .AL-content .history-section .row .content-graphic {
  text-align: center;
}

.AL-page .AL-content .history-section .row .content-graphic img {
  margin-bottom: 20px;
  width: 60%;
}

@media (min-width: 768px) {
  .AL-page .AL-content .history-section .row .content-graphic img {
    width: 100%;
  }
}

.AL-page .AL-content .history-section .row .content-graphic p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .AL-page .AL-content .history-section .row .content-graphic p {
    font-size: 16px;
  }
}

.AL-page .AL-content .history-section .row .content-graphic p span {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 992px) {
  .AL-page .AL-content .history-section .row .content-graphic p span {
    font-size: 20px;
  }
}

.AL-page .AL-content .history-section .row .content-text {
  padding-top: 20px;
}

.AL-page .AL-content .history-section .row .content-text h3 {
  color: #1e283c;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .history-section .row .content-text h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .history-section .row .content-text h3 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-content .history-section .row .content-text h3 {
    font-size: 24px;
  }
}

.AL-page .AL-content .history-section .row .content-text p {
  color: #1e283c;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .history-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .AL-page .AL-content .history-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .AL-page .AL-content .history-section .row .content-text p {
    font-size: 18px;
  }
}

.AL-page .AL-content .history-section .row .content-text img {
  margin: 0 0 10px;
}

.AL-page .AL-content .history-section a.CTA-btn {
  display: block;
  margin: 30px auto 0;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 160px;
  padding: 16px;
  border-radius: 60px;
}

.AL-page .AL-content .history-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.AL-page .AL-content .history-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .AL-page .AL-content .history-section a.CTA-btn {
    margin: 30px 0 0 auto;
    font-size: 18px;
    width: 180px;
    padding: 18px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .history-section a.CTA-btn {
    font-size: 18px;
    width: 180px;
    padding: 18px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-content .history-section a.CTA-btn {
    font-size: 20px;
    width: 200px;
    padding: 20px;
  }
}

.AL-page .AL-content .case-studies-section {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .case-studies-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .case-studies-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .case-studies-section {
    padding-bottom: calc(5.85938vw + -15px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .case-studies-section {
    padding-bottom: 60px;
  }
}

.AL-page .AL-content .case-studies-section .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page .post-list {
  margin: 0;
}

.AL-page .AL-content .case-studies-section .post-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px;
}

@media (min-width: 640px) {
  .AL-page .AL-content .case-studies-section .post-list > li {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .AL-page .AL-content .case-studies-section .post-list > li {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .AL-page .AL-content .case-studies-section .post-list.category {
    padding: 25px 10px 0;
  }
}

@media (min-width: 640px) {
  .AL-page .AL-content .case-studies-section .post-list.category > li {
    width: 50%;
  }
}

.AL-page .AL-content .case-studies-section .post-list .card {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AL-page .AL-content .case-studies-section .post-list .card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.AL-page .AL-content .case-studies-section .post-list .card > a:hover .post-thumbnail {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.AL-page .AL-content .case-studies-section .post-list .card .post-thumbnail {
  margin-bottom: -10px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.AL-page .AL-content .case-studies-section .post-list .card .card-body {
  background: #fff;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px 24px;
  position: relative;
}

.AL-page .AL-content .case-studies-section .post-list .card .card-footer {
  border-top: 1px solid #e8e9eb;
  padding: 12px 24px;
}

.AL-page .AL-content .case-studies-section .post-list .card .post-meta {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.AL-page .AL-content .case-studies-section .post-list .card .cat {
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
  padding: 2px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .AL-page .AL-content .case-studies-section .post-list .card .cat {
    font-size: 14px;
    line-height: 18px;
  }
}

.AL-page .AL-content .case-studies-section .post-list .card .post-date {
  color: #787e8a;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .AL-page .AL-content .case-studies-section .post-list .card .post-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.AL-page .AL-content .case-studies-section .post-list .card .post-title {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.AL-page .AL-content .case-studies-section .post-list .card .post-excerpt {
  color: #787e8a;
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .AL-page .AL-content .case-studies-section .post-list .card .post-excerpt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.AL-page .AL-content .case-studies-section .post-list .card .post-client {
  color: #787e8a;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}

.AL-page .AL-content .case-studies-section .post-list .card .post-client-items {
  color: #787e8a;
  font-size: 12px;
  margin-bottom: 6px;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type li {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 4px 4px 0;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type li.retail {
  background: #2d5dea;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type li.wholesale {
  background: #009688;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type li.store {
  background: #64B446;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type li.ec {
  background: #00bcd4;
}

.AL-page .AL-content .case-studies-section .post-list .card ul.post-client-type li.outlet {
  background: #ff9800;
}

.AL-page .AL-content .case-studies-section .post-list .cat {
  background: #a5a9b1;
  color: #fff;
}

.AL-page .AL-content .case-studies-section .post-list .cat.events-seminar {
  background: #00bcd4;
}

.AL-page .AL-content .case-studies-section .post-list .cat.events-exhibition {
  background: #00bcd4;
}

.AL-page .AL-content .case-studies-section .post-list .cat.events-extra {
  background: #00bcd4;
}

.AL-page .AL-content .case-studies-section .post-list .cat.events {
  background: #00bcd4;
}

.AL-page .AL-content .case-studies-section .post-list .cat.seminar-video {
  background: #009688;
}

.AL-page .AL-content .case-studies-section .post-list .cat.report {
  background: #64B446;
}

.AL-page .AL-content .case-studies-section .post-list .cat.media {
  margin-top: 0;
  background: #1e3c8c;
}

.AL-page .AL-content .case-studies-section .post-list .cat.releases {
  background: #2d5dea;
}

.AL-page .AL-content .case-studies-section .post-list .cat.product-updates {
  background: #2d5dea;
}

.AL-page .AL-content .case-studies-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto;
}

.AL-page .AL-content .case-studies-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.AL-page .AL-content .case-studies-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .AL-page .AL-content .case-studies-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .case-studies-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .AL-page .AL-content .case-studies-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.AL-page .AL-content .clients-section {
  padding-top: 0px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .clients-section {
    padding-top: calc(0vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .clients-section {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .clients-section {
    padding-bottom: calc(0vw + 30px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .clients-section {
    padding-bottom: 30px;
  }
}

.AL-page .AL-content .clients-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .clients-section ul {
    padding: 0;
  }
}

.AL-page .AL-content .clients-section ul > li {
  background: #fff;
  margin: 4px 10px;
  padding: 10px;
  width: calc(100% / 3 - 20px);
}

@media (min-width: 640px) {
  .AL-page .AL-content .clients-section ul > li {
    width: calc(100% / 4 - 20px);
    margin: 10px;
  }
}

@media (min-width: 960px) {
  .AL-page .AL-content .clients-section ul > li {
    width: calc(100% / 5 - 20px);
  }
}

@media (min-width: 1280px) {
  .AL-page .AL-content .clients-section ul > li {
    width: calc(100% / 6 - 20px);
  }
}

@media (min-width: 1600px) {
  .AL-page .AL-content .clients-section ul > li {
    width: calc(100% / 8 - 20px);
  }
}

@media (min-width: 1920px) {
  .AL-page .AL-content .clients-section ul > li {
    width: calc(100% / 10 - 20px);
  }
}

.AL-page .AL-content .clients-section ul > li,
.AL-page .AL-content .clients-section ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.AL-page .AL-content .clients-section ul > li > a,
.AL-page .AL-content .clients-section ul > li > span {
  border: 1px solid rgba(255, 255, 255, 0);
  margin: -10px;
  padding: 10px;
}

@media (max-width: 639px) {
  .AL-page .AL-content .clients-section ul > li > a,
  .AL-page .AL-content .clients-section ul > li > span {
    padding: 5px;
  }
}

.AL-page .AL-content .clients-section ul > li > a {
  height: calc(100% + 20px);
  position: relative;
  width: calc(100% + 20px);
  border-color: rgba(30, 60, 140, 0.4);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .clients-section ul > li > a {
    border-radius: 8px;
  }
}

.AL-page .AL-content .clients-section ul > li > a::after {
  background-size: contain;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  padding-bottom: 10%;
  right: 2.6667%;
  top: 5.4%;
  width: 10%;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.AL-page .AL-content .clients-section ul > li > a:hover {
  border-color: #1e3c8c;
}

.AL-page .AL-content .clients-section ul > li > a:hover::after {
  opacity: 1.0;
}

.AL-page .AL-content .clients-section ul > li img {
  max-height: 100%;
}

.AL-page .AL-content .CS-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .AL-page .AL-content .CS-section {
    padding-top: calc(15vw + -32px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .CS-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 480px) {
  .AL-page .AL-content .CS-section {
    padding-bottom: calc(10vw + -28px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .CS-section {
    padding-bottom: 100px;
  }
}

.AL-page .AL-content .CS-section h3 {
  color: #1e283c;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.AL-page .AL-content .CS-section .MB {
  text-align: center;
}

@media (min-width: 992px) {
  .AL-page .AL-content .CS-section .MB {
    display: none;
  }
}

.AL-page .AL-content .CS-section .PC {
  display: none;
}

@media (min-width: 992px) {
  .AL-page .AL-content .CS-section .PC {
    display: block;
  }
}

.AL-page .AL-content .CS-section .flow {
  width: 80%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section .flow {
    width: 60%;
    margin-bottom: 30px;
  }
}

.AL-page .AL-content .CS-section .flow01 {
  width: 100%;
  margin-bottom: 10px;
}

.AL-page .AL-content .CS-section .flow02 {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section .flow02 {
    margin-bottom: 40px;
  }
}

.AL-page .AL-content .CS-section p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section p {
    text-align: center;
    margin-bottom: 120px !important;
  }
}

.AL-page .AL-content .CS-section .CS-member {
  padding: 0 0 10px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section .CS-member {
    padding: 0 0 60px;
  }
}

.AL-page .AL-content .CS-section .CS-member h4 {
  color: #00bcd4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 3px solid #00bcd4;
  font-size: 18px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section .CS-member h4 {
    margin: 0 auto 60px;
    border-bottom: 4px solid #00bcd4;
    font-size: 28px;
  }
}

.AL-page .AL-content .CS-section .CS-member img {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .CS-section .CS-member img {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .AL-page .AL-content .CS-section .CS-member img {
    margin-bottom: 0px;
  }
}

.AL-page .AL-content .FAQ-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6fA;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .FAQ-section {
    padding-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .FAQ-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .FAQ-section {
    padding-bottom: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .FAQ-section {
    padding-bottom: 100px;
  }
}

.AL-page .AL-content .latest-news {
  padding: 0 0 60px;
}

@media (min-width: 767px) {
  .AL-page .AL-content .latest-news {
    padding: 0 0 100px;
  }
}

.AL-page .AL-content .latest-news .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #d2d4d8;
  padding-bottom: 16px;
  margin-top: 60px;
}

@media (min-width: 767px) {
  .AL-page .AL-content .latest-news .news-header {
    margin-top: 100px;
  }
}

.AL-page .AL-content .latest-news .news-header h2 {
  font-size: 32px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .AL-page .AL-content .latest-news .news-header h2 {
    font-size: 24px;
  }
}

.AL-page .AL-content .latest-news .news-header a {
  display: block;
  color: #787e8a;
}

.AL-page .AL-content .latest-news .news-header a:hover {
  color: #2d5dea;
}

.AL-page .AL-content .latest-news .news-header a i {
  margin-right: 8px;
}

.AL-page .AL-content .latest-news ul li {
  border-bottom: 1px solid #d2d4d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .AL-page .AL-content .latest-news ul li {
    display: block;
  }
}

.AL-page .AL-content .latest-news ul li .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .AL-page .AL-content .latest-news ul li .meta {
    margin-bottom: 16px;
  }
}

.AL-page .AL-content .latest-news ul li .date {
  font-size: 16px;
  padding-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #787e8a;
  font-weight: 500;
}

@media (max-width: 991px) {
  .AL-page .AL-content .latest-news ul li .date {
    font-size: 14px;
  }
}

.AL-page .AL-content .latest-news ul li .cat {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 12px;
  width: 140px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.AL-page .AL-content .latest-news ul li .cat a {
  color: #fff;
}

.AL-page .AL-content .latest-news ul li .cat a:hover {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .AL-page .AL-content .latest-news ul li .cat {
    font-size: 12px;
    line-height: 1.5;
  }
}

.AL-page .AL-content .latest-news ul li a.title {
  color: #4b5363;
  line-height: 1.5;
  font-size: 14px;
}

@media (min-width: 768px) {
  .AL-page .AL-content .latest-news ul li a.title {
    font-size: 16px;
    margin-left: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.AL-page .AL-content .latest-news ul li a.title:hover {
  color: #2d5dea;
}

.AL-page .AL-content + .cta {
  position: relative;
  z-index: 10;
}

.AL-page .AL-content .it-hojo-section {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  background-color: #1e3c8c;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .it-hojo-section {
    padding-top: calc(3.90625vw + 10px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .it-hojo-section {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .it-hojo-section {
    padding-bottom: calc(3.90625vw + 10px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .it-hojo-section {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .AL-page .AL-content .it-hojo-section {
    margin-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .AL-page .AL-content .it-hojo-section {
    margin-top: 100px;
  }
}

.AL-page .AL-content .it-hojo-section .row {
  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;
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .row {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .content-text {
    text-align: center;
  }
}

.AL-page .AL-content .it-hojo-section .content-text .sub-copy {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #00bcd4));
  background: linear-gradient(transparent 70%, #00bcd4 70%);
}

@media screen and (max-width: 1199px) {
  .AL-page .AL-content .it-hojo-section .content-text .sub-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .AL-page .AL-content .it-hojo-section .content-text .sub-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .content-text .sub-copy {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.AL-page .AL-content .it-hojo-section .content-text .main-copy {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .AL-page .AL-content .it-hojo-section .content-text .main-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .AL-page .AL-content .it-hojo-section .content-text .main-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .content-text .main-copy {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.AL-page .AL-content .it-hojo-section .content-text .main-copy b {
  font-size: 44px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .AL-page .AL-content .it-hojo-section .content-text .main-copy b {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .AL-page .AL-content .it-hojo-section .content-text .main-copy b {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .content-text .main-copy b {
    font-size: 24px;
  }
}

.AL-page .AL-content .it-hojo-section .content-text a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, transparent 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-width: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 0;
  width: 240px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #00bcd4;
  display: block;
  margin: 0;
}

.AL-page .AL-content .it-hojo-section .content-text a:hover {
  background-color: transparent;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .content-text a {
    font-size: 16px;
    padding: 12px 0;
    margin: 0 auto;
  }
}

.AL-page .AL-content .it-hojo-section .content-text a:hover {
  color: #00bcd4;
}

@media screen and (max-width: 767px) {
  .AL-page .AL-content .it-hojo-section .content-graphic {
    padding-top: 20px;
    text-align: center;
  }
  .AL-page .AL-content .it-hojo-section .content-graphic img {
    width: 80%;
  }
}

.DB-page .DB-hero {
  color: #fff;
  position: relative;
  background-image: url(../images/DB-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.DB-page .DB-hero .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  padding: 40px 0 20px;
}

@media (min-width: 768px) {
  .DB-page .DB-hero .inner {
    padding: 40px 0 40px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero .inner {
    padding: 100px 0 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-hero .inner {
    padding: 120px 0 40px;
  }
}

.DB-page .DB-hero .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px 40px;
}

@media (min-width: 768px) {
  .DB-page .DB-hero .text {
    padding: 40px 15px 60px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero .text {
    padding: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-hero .text {
    padding: 0 0 30px;
  }
}

.DB-page .DB-hero h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: calc(1.5vw + 24px);
  text-align: center;
  text-shadow: 0 0 10px #009688;
}

@media (min-width: 768px) {
  .DB-page .DB-hero h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-hero h1 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1440px) {
  .DB-page .DB-hero h1 {
    font-size: 54px;
    margin-bottom: 60px;
  }
}

.DB-page .DB-hero h1.subcopy {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: calc(1.5vw + 8px);
}

@media (min-width: 768px) {
  .DB-page .DB-hero h1.subcopy {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero h1.subcopy {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-hero h1.subcopy {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.DB-page .DB-hero .logo {
  margin: 0 auto 16px;
  width: 220px;
}

@media (min-width: 768px) {
  .DB-page .DB-hero .logo {
    width: 260px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero .logo {
    width: 260px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-hero .logo {
    width: 260px;
  }
}

@media (min-width: 1440px) {
  .DB-page .DB-hero .logo {
    width: 260px;
  }
}

.DB-page .DB-hero .logo img {
  width: 100%;
}

.DB-page .DB-hero .btn-cta a.btn-common {
  background-color: #FFC800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #FFC800));
  background-image: linear-gradient(to right, #fff 50%, #FFC800 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: block;
  margin: 0 auto;
  width: 220px;
  color: #fff;
  border: 1px solid #FFC800;
  font-size: 16px;
}

.DB-page .DB-hero .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .DB-page .DB-hero .btn-cta a.btn-common {
    font-size: 18px;
    width: 260px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero .btn-cta a.btn-common {
    margin: 0 auto 0;
  }
}

.DB-page .DB-hero .btn-cta a.btn-common:hover {
  color: #FFC800;
}

.DB-page .DB-hero .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-hero .btn-cta a.btn-common i {
    font-size: 24px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .DB-page .DB-hero .btn-cta a.btn-common i {
    font-size: 28px;
    margin-right: 12px;
  }
}

.DB-page .DB-hero .inquiry {
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .DB-page .DB-hero .inquiry {
    margin-top: 16px;
  }
}

.DB-page .DB-hero .inquiry a {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .DB-page .DB-hero .inquiry a {
    font-size: 16px;
  }
}

.DB-page .DB-hero .inquiry a:hover {
  opacity: 0.6;
}

.DB-page .DB-hero figure.mock {
  max-width: none;
  width: 80%;
}

@media (min-width: 768px) {
  .DB-page .DB-hero figure.mock {
    width: 480px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-hero figure.mock {
    width: 600px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-hero figure.mock {
    width: 720px;
  }
}

.DB-page .DB-hero figure.mock img {
  width: 100%;
}

.DB-page .DB-content ul {
  list-style: none;
  margin: 0;
}

.DB-page .DB-content li {
  margin: 0;
}

.DB-page .DB-content section h2 {
  color: #009688;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .DB-page .DB-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content section h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

.DB-page .DB-content section h2 .nowrap {
  display: inline-block;
}

.DB-page .DB-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 36px;
  height: 4px;
  border-radius: 3px;
  background-color: #009688;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .DB-page .DB-content section h2::after {
    width: 48px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content section h2::after {
    width: 60px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.DB-page .DB-content section h3 {
  letter-spacing: 1px;
}

.DB-page .DB-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .DB-page .DB-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content section p {
    font-size: 18px;
  }
}

.DB-page .DB-content section p:last-child {
  margin-bottom: 0;
}

.DB-page .DB-content .logo-section {
  background-color: #fff;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .logo-section {
    padding: 20px 0;
  }
}

@media screen and (min-width: 992px) {
  .DB-page .DB-content .logo-section {
    padding: 24px 0;
  }
}

@media screen and (min-width: 1200px) {
  .DB-page .DB-content .logo-section {
    padding: 36px 0;
  }
}

.DB-page .DB-content .logo-section .logo-inner {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .DB-page .DB-content .logo-section .logo-inner {
    width: 90%;
  }
}

@media screen and (min-width: 1600px) {
  .DB-page .DB-content .logo-section .logo-inner {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .DB-page .DB-content .logo-section .logo-inner {
    width: 70%;
  }
}

.DB-page .DB-content .logo-section p {
  text-align: center;
  font-size: 12px;
  color: #787e8a;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .logo-section p {
    margin-top: 30px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .DB-page .DB-content .logo-section p {
    font-size: 14px;
  }
}

.DB-page .DB-content .overview-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F6F8F8;
}

@media screen and (min-width: 480px) {
  .DB-page .DB-content .overview-section {
    padding-top: calc(8.75vw + -12px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .overview-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 480px) {
  .DB-page .DB-content .overview-section {
    padding-bottom: calc(8.75vw + -12px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .overview-section {
    padding-bottom: 100px;
  }
}

.DB-page .DB-content .overview-section .row {
  background-repeat: no-repeat;
  background-position: right -10px bottom 0px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .overview-section .row {
    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;
  }
}

@media (min-width: 768px) {
  .DB-page .DB-content .overview-section .row {
    background-position: right 0px top 30px;
  }
}

.DB-page .DB-content .overview-section .content-graphic {
  text-align: center;
}

.DB-page .DB-content .overview-section .content-graphic img {
  width: 80%;
  max-width: 360px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .overview-section .content-graphic img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}

.DB-page .DB-content .overview-section .content-text p {
  color: #1e283c;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0 0;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .overview-section .content-text p {
    font-size: 18px;
    padding: 20px 0 0;
    max-width: auto;
  }
}

@media screen and (min-width: 992px) {
  .DB-page .DB-content .overview-section .content-text p {
    font-size: 20px;
    padding: 30px 0 0;
  }
}

.DB-page .DB-content .overview-section .content-text p a {
  color: #00bcd4;
}

.DB-page .DB-content .overview-section .content-text p a:hover {
  color: #2d5dea;
}

.DB-page .DB-content .success-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .success-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .success-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .success-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .success-section {
    padding-bottom: 100px;
  }
}

.DB-page .DB-content .success-section img {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .success-section img {
    width: 100%;
  }
}

.DB-page .DB-content .success-section h2 {
  color: #1e283c;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .success-section h2 {
    font-size: 28px;
    margin: 0 auto 60px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .success-section h2 {
    font-size: 36px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .DB-page .DB-content .success-section h2 {
    font-size: 40px;
  }
}

.DB-page .DB-content .success-section h2::after {
  display: none;
}

.DB-page .DB-content .success-section h2 span {
  color: #009688;
}

.DB-page .DB-content .success-section .arrow {
  text-align: center;
  padding-bottom: 0px;
}

.DB-page .DB-content .success-section .arrow img {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 40px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .success-section .arrow img {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .success-section .arrow img {
    width: 90px;
  }
}

.DB-page .DB-content .problem-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .problem-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .problem-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .problem-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .problem-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .DB-page .DB-content .problem-section {
    padding-bottom: 0px;
  }
}

.DB-page .DB-content .problem-section img {
  width: 60%;
  max-width: 320px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .problem-section img {
    width: 100%;
  }
}

.DB-page .DB-content .problem-section img.arrow {
  width: 32px;
}

.DB-page .DB-content .problem-section h2 {
  color: #1e283c;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .problem-section h2 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .problem-section h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .DB-page .DB-content .problem-section h2 {
    font-size: 32px;
  }
}

.DB-page .DB-content .problem-section h2::after {
  display: none;
}

.DB-page .DB-content .problem-section h2 span {
  color: #009688;
}

.DB-page .DB-content .problem-section p {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 40px;
  margin: 0;
}

@media (min-width: 768px) {
  .DB-page .DB-content .problem-section p.result {
    font-size: 14px;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .problem-section p.result {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-content .problem-section p.result {
    font-size: 20px;
  }
}

.DB-page .DB-content .problem-section p.result span {
  color: #00bcd4;
}

.DB-page .DB-content .merit-section {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #F6F8F8;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .merit-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .merit-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .merit-section {
    padding-bottom: calc(0vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .merit-section {
    padding-bottom: 0px;
  }
}

.DB-page .DB-content .merit-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .DB-page .DB-content .merit-section h2 {
    margin-bottom: 100px;
  }
}

.DB-page .DB-content .merit-section .row {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .merit-section .row {
    padding-bottom: 100px;
  }
}

.DB-page .DB-content .merit-section .row .content-graphic {
  text-align: center;
}

.DB-page .DB-content .merit-section .row .content-text {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .DB-page .DB-content .merit-section .row .content-text {
    padding-bottom: 60px;
  }
}

.DB-page .DB-content .merit-section .row .content-text .number {
  display: inline-block;
  color: #009688;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 3px solid #009688;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .merit-section .row .content-text .number {
    font-size: 18px;
  }
}

.DB-page .DB-content .merit-section .row .content-text h3 {
  color: #1e283c;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .merit-section .row .content-text h3 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .merit-section .row .content-text h3 {
    font-size: 28px;
    margin: 0 0 60px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-content .merit-section .row .content-text h3 {
    font-size: 32px;
  }
}

.DB-page .DB-content .merit-section .row .content-text p {
  color: #1e283c;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .DB-page .DB-content .merit-section .row .content-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .DB-page .DB-content .merit-section .row .content-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.DB-page .DB-content .merit-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto;
}

.DB-page .DB-content .merit-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.DB-page .DB-content .merit-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .DB-page .DB-content .merit-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .merit-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .DB-page .DB-content .merit-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.DB-page .DB-content .clients-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media screen and (min-width: 480px) {
  .DB-page .DB-content .clients-section {
    padding-top: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .clients-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 480px) {
  .DB-page .DB-content .clients-section {
    padding-bottom: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .clients-section {
    padding-bottom: 160px;
  }
}

.DB-page .DB-content .clients-section .swiper {
  overflow: visible;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .swiper {
    margin-bottom: 60px;
  }
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide {
  overflow: hidden;
  height: 100%;
  width: 320px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 150, 136, 0.15);
          box-shadow: 0 0 10px rgba(0, 150, 136, 0.15);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide {
    padding: 24px;
    width: 480px;
  }
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-avatar {
  width: 56px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-avatar {
    width: 76px;
    padding-right: 16px;
  }
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-avatar img {
  width: 48px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-avatar img {
    width: 60px;
  }
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-content {
    font-size: 16px;
  }
}

.DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-content .slide-name {
  color: #1e283c;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .swiper .swiper-wrapper .swiper-slide .slide .slide-content .slide-name {
    margin-bottom: 16px;
  }
}

.DB-page .DB-content .clients-section .voice {
  display: block;
  max-width: 408px;
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 150, 136, 0.15);
          box-shadow: 0 0 10px rgba(0, 150, 136, 0.15);
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

.DB-page .DB-content .clients-section .voice:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 150, 136, 0.2);
          box-shadow: 0 10px 20px rgba(0, 150, 136, 0.2);
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .voice .voicec-pic {
    width: 320px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .clients-section .voice .voicec-pic {
    width: 360px;
  }
}

.DB-page .DB-content .clients-section .voice .voice-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .clients-section .voice .voice-content {
    padding-left: 24px;
    padding-top: 0;
  }
}

.DB-page .DB-content .clients-section .voice .voice-content .voice-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .DB-page .DB-content .clients-section .voice .voice-content .voice-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.DB-page .DB-content .clients-section .voice .voice-content .post-client {
  color: #787e8a;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.DB-page .DB-content .clients-section .voice .voice-content .post-client-items {
  color: #787e8a;
  font-size: 12px;
  margin-bottom: 6px;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type li {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 4px 4px 0;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type li.retail {
  background: #2d5dea;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type li.wholesale {
  background: #009688;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type li.store {
  background: #64B446;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type li.ec {
  background: #00bcd4;
}

.DB-page .DB-content .clients-section .voice .voice-content ul.post-client-type li.outlet {
  background: #ba68c8;
}

.DB-page .DB-content .CS-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F6F8F8;
}

@media screen and (min-width: 480px) {
  .DB-page .DB-content .CS-section {
    padding-top: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .CS-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 480px) {
  .DB-page .DB-content .CS-section {
    padding-bottom: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DB-page .DB-content .CS-section {
    padding-bottom: 160px;
  }
}

.DB-page .DB-content .CS-section h3 {
  color: #1e283c;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .CS-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.DB-page .DB-content .CS-section .MB {
  text-align: center;
}

@media (min-width: 992px) {
  .DB-page .DB-content .CS-section .MB {
    display: none;
  }
}

.DB-page .DB-content .CS-section .PC {
  display: none;
  text-align: center;
}

@media (min-width: 992px) {
  .DB-page .DB-content .CS-section .PC {
    display: block;
  }
}

.DB-page .DB-content .CS-section .flow {
  width: 80%;
  max-width: 360px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DB-page .DB-content .CS-section .flow {
    width: 80%;
    max-width: 400px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .DB-page .DB-content .CS-section .flow {
    max-width: 100%;
  }
}

.DB-page .DB-content .CS-section p {
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .DB-page .DB-content .CS-section p {
    text-align: center;
    font-size: 16px;
  }
}

.RO-page .RO-hero {
  color: #fff;
  padding: 100px 0;
  position: relative;
  background-image: url(../images/RO-hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .RO-page .RO-hero {
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-hero {
    padding: 90px 0 40px;
    background-size: cover;
  }
}

@media (min-width: 1600px) {
  .RO-page .RO-hero {
    background-size: cover;
  }
}

.RO-page .RO-hero .inner {
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  .RO-page .RO-hero .inner {
    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;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .RO-page .RO-hero .inner {
    width: 1600px;
    margin: 0 auto;
  }
}

.RO-page .RO-hero .main {
  width: 100%;
}

@media (min-width: 992px) {
  .RO-page .RO-hero .main {
    width: calc(100% - 500px);
    height: 100%;
    padding-left: 30px;
  }
}

.RO-page .RO-hero .main h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: calc(1.5vw + 12px);
  text-align: center;
}

.RO-page .RO-hero .main h1 span {
  font-size: calc(1.5vw + 24px);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .RO-page .RO-hero .main h1 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .RO-page .RO-hero .main h1 span {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-hero .main h1 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .RO-page .RO-hero .main h1 span {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .RO-page .RO-hero .main h1 {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .RO-page .RO-hero .main h1 span {
    font-size: 48px;
  }
}

@media (min-width: 1440px) {
  .RO-page .RO-hero .main h1 {
    font-size: 32px;
    margin-bottom: 80px;
  }
  .RO-page .RO-hero .main h1 span {
    font-size: 60px;
  }
}

.RO-page .RO-hero .main figure.logo {
  margin: 0 auto 48px;
  width: 80%;
  max-width: 400px;
}

@media (min-width: 768px) {
  .RO-page .RO-hero .main figure.logo {
    width: 60%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-hero .main figure.logo {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .RO-page .RO-hero .main figure.logo {
    width: 540px;
  }
}

@media (min-width: 1440px) {
  .RO-page .RO-hero .main figure.logo {
    width: 640px;
  }
}

.RO-page .RO-hero .main figure.logo img {
  width: 100%;
}

.RO-page .RO-hero .main .btn-cta a.btn-common {
  background-color: #FFC800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #FFC800));
  background-image: linear-gradient(to right, #fff 50%, #FFC800 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: block;
  margin: 0 auto;
  width: 220px;
  color: #fff;
  border: 1px solid #FFC800;
  font-size: 16px;
}

.RO-page .RO-hero .main .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

.RO-page .RO-hero .main .btn-cta a.btn-common:hover {
  color: #FFC800;
}

.RO-page .RO-hero .main .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.RO-page .RO-hero .HS-form {
  text-align: center;
  width: 500px;
  padding: 0 30px 0;
}

@media (max-width: 991px) {
  .RO-page .RO-hero .HS-form {
    display: none;
  }
}

.RO-page .RO-hero .HS-form .form-inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
  padding: 20px 12px 20px 20px;
}

.RO-page .RO-hero .HS-form .form-inner .form-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.RO-page .RO-hero .HS-form .form-inner .form-title span {
  color: #FFC800;
}

.RO-page .RO-content ul {
  list-style: none;
  margin: 0;
}

.RO-page .RO-content li {
  margin: 0;
}

.RO-page .RO-content section h2 {
  color: #64B446;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .RO-page .RO-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content section h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

.RO-page .RO-content section h2 .nowrap {
  display: inline-block;
}

.RO-page .RO-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 36px;
  height: 4px;
  border-radius: 3px;
  background-color: #64B446;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .RO-page .RO-content section h2::after {
    width: 48px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content section h2::after {
    width: 60px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.RO-page .RO-content section h3 {
  letter-spacing: 1px;
}

.RO-page .RO-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .RO-page .RO-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content section p {
    font-size: 18px;
  }
}

.RO-page .RO-content section p:last-child {
  margin-bottom: 0;
}

.RO-page .RO-content .overview-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F7FBF5;
}

@media screen and (min-width: 480px) {
  .RO-page .RO-content .overview-section {
    padding-top: calc(8.75vw + -12px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .overview-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 480px) {
  .RO-page .RO-content .overview-section {
    padding-bottom: calc(8.75vw + -12px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .overview-section {
    padding-bottom: 100px;
  }
}

.RO-page .RO-content .overview-section .row {
  background-repeat: no-repeat;
  background-position: right -10px bottom 0px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .overview-section .row {
    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;
  }
}

@media (min-width: 768px) {
  .RO-page .RO-content .overview-section .row {
    background-position: right 0px top 30px;
  }
}

.RO-page .RO-content .overview-section .content-graphic {
  text-align: center;
}

.RO-page .RO-content .overview-section .content-graphic img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .overview-section .content-graphic img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}

.RO-page .RO-content .overview-section .content-text p {
  color: #1e283c;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0 0;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .overview-section .content-text p {
    font-size: 18px;
    padding: 20px 0 0;
    max-width: auto;
  }
}

@media screen and (min-width: 992px) {
  .RO-page .RO-content .overview-section .content-text p {
    font-size: 20px;
    padding: 30px 0 0;
  }
}

.RO-page .RO-content .overview-section .content-text p a {
  color: #00bcd4;
}

.RO-page .RO-content .overview-section .content-text p a:hover {
  color: #2d5dea;
}

.RO-page .RO-content .success-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .success-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .success-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .success-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .success-section {
    padding-bottom: 100px;
  }
}

.RO-page .RO-content .success-section img {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .success-section img {
    width: 100%;
  }
}

.RO-page .RO-content .success-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .success-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .success-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.RO-page .RO-content .success-section .lead span {
  color: #64B446;
}

.RO-page .RO-content .success-section .arrow {
  text-align: center;
  padding-bottom: 0px;
}

.RO-page .RO-content .success-section .arrow img {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 40px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .success-section .arrow img {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .success-section .arrow img {
    width: 90px;
  }
}

.RO-page .RO-content .problem-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .problem-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .problem-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .problem-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .problem-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .RO-page .RO-content .problem-section {
    padding-bottom: 0px;
  }
}

.RO-page .RO-content .problem-section img {
  width: 60%;
  max-width: 320px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .problem-section img {
    width: 100%;
  }
}

.RO-page .RO-content .problem-section img.arrow {
  width: 32px;
}

.RO-page .RO-content .problem-section h2 {
  color: #1e283c;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .problem-section h2 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .problem-section h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .RO-page .RO-content .problem-section h2 {
    font-size: 32px;
  }
}

.RO-page .RO-content .problem-section h2::after {
  display: none;
}

.RO-page .RO-content .problem-section h2 span {
  color: #64B446;
}

.RO-page .RO-content .problem-section p {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 40px;
  margin: 0;
}

@media (min-width: 768px) {
  .RO-page .RO-content .problem-section p.result {
    font-size: 14px;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .problem-section p.result {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .RO-page .RO-content .problem-section p.result {
    font-size: 20px;
  }
}

.RO-page .RO-content .problem-section p.result span {
  color: #00bcd4;
}

.RO-page .RO-content .merit-section {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #F7FBF5;
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .merit-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .merit-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .merit-section {
    padding-bottom: calc(23.4375vw + -140px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .merit-section {
    padding-bottom: 160px;
  }
}

.RO-page .RO-content .merit-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .RO-page .RO-content .merit-section h2 {
    margin-bottom: 100px;
  }
}

.RO-page .RO-content .merit-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .merit-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .merit-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.RO-page .RO-content .merit-section .lead span {
  color: #64B446;
}

.RO-page .RO-content .merit-section .solution {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .RO-page .RO-content .merit-section .solution {
    margin-bottom: 60px;
  }
}

.RO-page .RO-content .merit-section .solution img {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .RO-page .RO-content .merit-section .solution img {
    width: 100%;
  }
}

.RO-page .RO-content .merit-section .note {
  color: #4b5363;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .merit-section .note {
    font-size: 16px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .merit-section .note {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.RO-page .RO-content .service-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .service-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .service-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .RO-page .RO-content .service-section {
    padding-bottom: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .service-section {
    padding-bottom: 160px;
  }
}

.RO-page .RO-content .service-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .RO-page .RO-content .service-section h2 {
    margin-bottom: 100px;
  }
}

.RO-page .RO-content .service-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .service-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .service-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.RO-page .RO-content .service-section .lead span {
  color: #64B446;
}

.RO-page .RO-content .service-section .solution img {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .RO-page .RO-content .service-section .solution img {
    width: 100%;
  }
}

.RO-page .RO-content .CS-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F7FBF5;
}

@media screen and (min-width: 480px) {
  .RO-page .RO-content .CS-section {
    padding-top: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .CS-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 480px) {
  .RO-page .RO-content .CS-section {
    padding-bottom: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .RO-page .RO-content .CS-section {
    padding-bottom: 160px;
  }
}

.RO-page .RO-content .CS-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .CS-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .RO-page .RO-content .CS-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.RO-page .RO-content .CS-section .lead span {
  color: #64B446;
}

.RO-page .RO-content .CS-section h3 {
  color: #1e283c;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .CS-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.RO-page .RO-content .CS-section img {
  width: 60%;
  max-width: 360px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .RO-page .RO-content .CS-section img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}

.RO-page .RO-content .CS-section p {
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .RO-page .RO-content .CS-section p {
    text-align: center;
    font-size: 16px;
  }
}

.DF-page .DF-hero {
  color: #fff;
  padding: 100px 0;
  position: relative;
  background-image: url(../images/DF-hero-bg.png), -webkit-gradient(linear, left top, left bottom, from(#143c64), to(#1e283c));
  background-image: url(../images/DF-hero-bg.png), linear-gradient(to bottom, #143c64, #1e283c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110%, contain;
}

@media (min-width: 768px) {
  .DF-page .DF-hero {
    background-size: 80%, contain;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-hero {
    padding: 60px 0;
    background-position: 10%;
    background-size: 60%, contain;
  }
}

@media (min-width: 1600px) {
  .DF-page .DF-hero {
    background-size: 60%, contain;
  }
}

.DF-page .DF-hero .inner {
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  .DF-page .DF-hero .inner {
    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;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .DF-page .DF-hero .inner {
    width: 1600px;
    margin: 0 auto;
  }
}

.DF-page .DF-hero .main {
  width: 100%;
}

@media (min-width: 992px) {
  .DF-page .DF-hero .main {
    width: calc(100% - 500px);
    height: 100%;
    padding-left: 60px;
  }
}

@media (min-width: 1600px) {
  .DF-page .DF-hero .main {
    width: 1600px;
  }
}

.DF-page .DF-hero .main h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: calc(1.5vw + 16px);
  text-align: center;
}

@media (min-width: 768px) {
  .DF-page .DF-hero .main h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-hero .main h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .DF-page .DF-hero .main h1 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1440px) {
  .DF-page .DF-hero .main h1 {
    font-size: 40px;
    margin-bottom: 80px;
  }
}

.DF-page .DF-hero .main figure.logo {
  margin: 0 auto 30px;
  width: 80%;
}

@media (min-width: 768px) {
  .DF-page .DF-hero .main figure.logo {
    width: 60%;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-hero .main figure.logo {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .DF-page .DF-hero .main figure.logo {
    width: 540px;
  }
}

@media (min-width: 1440px) {
  .DF-page .DF-hero .main figure.logo {
    width: 640px;
  }
}

.DF-page .DF-hero .main figure.logo img {
  width: 100%;
}

.DF-page .DF-hero .main .btn-cta a.btn-common {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  display: block;
  margin: 0 auto;
  width: 220px;
  color: #fff;
  border: 1px solid #00bcd4;
  font-size: 16px;
}

.DF-page .DF-hero .main .btn-cta a.btn-common:hover {
  background-color: #fff;
  background-position: left center;
}

.DF-page .DF-hero .main .btn-cta a.btn-common:hover {
  color: #00bcd4;
}

.DF-page .DF-hero .main .btn-cta a.btn-common i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.DF-page .DF-hero .HS-form {
  text-align: center;
  width: 500px;
  padding: 0 30px 0;
}

@media (max-width: 991px) {
  .DF-page .DF-hero .HS-form {
    display: none;
  }
}

.DF-page .DF-hero .HS-form .form-inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 40, 60, 0.1);
  padding: 20px 12px 20px 20px;
}

.DF-page .DF-hero .HS-form .form-inner .form-title {
  color: #1e283c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.DF-page .DF-hero .HS-form .form-inner .form-title span {
  color: #00bcd4;
}

.DF-page .DF-content ul {
  list-style: none;
  margin: 0;
}

.DF-page .DF-content li {
  margin: 0;
}

.DF-page .DF-content section h2 {
  color: #00A0B4;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .DF-page .DF-content section h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content section h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
}

.DF-page .DF-content section h2 .nowrap {
  display: inline-block;
}

.DF-page .DF-content section h2::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 36px;
  height: 4px;
  border-radius: 3px;
  background-color: #00A0B4;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .DF-page .DF-content section h2::after {
    width: 48px;
    margin: 20px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content section h2::after {
    width: 60px;
    margin: 24px auto 0;
    height: 6px;
  }
}

.DF-page .DF-content section h3 {
  letter-spacing: 1px;
}

.DF-page .DF-content section p {
  color: #4b5363;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .DF-page .DF-content section p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content section p {
    font-size: 18px;
  }
}

.DF-page .DF-content section p:last-child {
  margin-bottom: 0;
}

.DF-page .DF-content .overview-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F2FAFB;
}

@media screen and (min-width: 480px) {
  .DF-page .DF-content .overview-section {
    padding-top: calc(8.75vw + -12px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .overview-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 480px) {
  .DF-page .DF-content .overview-section {
    padding-bottom: calc(8.75vw + -12px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .overview-section {
    padding-bottom: 100px;
  }
}

.DF-page .DF-content .overview-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .overview-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .overview-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.DF-page .DF-content .overview-section .lead span {
  color: #00A0B4;
}

@media (min-width: 768px) {
  .DF-page .DF-content .overview-section .row {
    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;
  }
}

.DF-page .DF-content .overview-section .content-graphic {
  text-align: center;
}

.DF-page .DF-content .overview-section .content-graphic img {
  width: 60%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .overview-section .content-graphic img {
    width: 100%;
    max-width: 100%;
  }
}

.DF-page .DF-content .overview-section .arrow img {
  width: 10%;
  margin: 30px auto 30px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .overview-section .arrow img {
    width: 100%;
    margin: 0 auto;
  }
}

.DF-page .DF-content .overview-section .content-text p {
  color: #1e283c;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0 0;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .overview-section .content-text p {
    font-size: 18px;
    padding: 20px 0 0;
    max-width: auto;
  }
}

@media screen and (min-width: 992px) {
  .DF-page .DF-content .overview-section .content-text p {
    font-size: 20px;
    padding: 30px 0 0;
  }
}

.DF-page .DF-content .overview-section .content-text p a {
  color: #00bcd4;
}

.DF-page .DF-content .overview-section .content-text p a:hover {
  color: #2d5dea;
}

.DF-page .DF-content .success-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .success-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .success-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .success-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .success-section {
    padding-bottom: 100px;
  }
}

.DF-page .DF-content .success-section img {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .success-section img {
    width: 100%;
  }
}

.DF-page .DF-content .success-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .success-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .success-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.DF-page .DF-content .success-section .lead span {
  color: #00A0B4;
}

.DF-page .DF-content .success-section .arrow {
  text-align: center;
  padding-bottom: 0px;
}

.DF-page .DF-content .success-section .arrow img {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 40px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .success-section .arrow img {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .success-section .arrow img {
    width: 90px;
  }
}

.DF-page .DF-content .problem-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #F2FAFB;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .problem-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .problem-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .problem-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .problem-section {
    padding-bottom: 100px;
  }
}

.DF-page .DF-content .problem-section img {
  width: 80%;
  max-width: 320px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .problem-section img {
    width: 100%;
  }
}

.DF-page .DF-content .problem-section img.arrow {
  width: 32px;
}

.DF-page .DF-content .problem-section h2 {
  color: #1e283c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}

.DF-page .DF-content .problem-section h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background-color: #1e283c;
  opacity: 1;
}

@media (min-width: 768px) {
  .DF-page .DF-content .problem-section h2::after {
    margin: 0 auto;
    height: 4px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .problem-section h2::after {
    margin: 0 auto;
    height: 4px;
  }
}

.DF-page .DF-content .problem-section p {
  color: #1e283c;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .DF-page .DF-content .problem-section p.result {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .problem-section p.result {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .DF-page .DF-content .problem-section p.result {
    font-size: 20px;
  }
}

.DF-page .DF-content .problem-section p.result span {
  font-weight: 700;
}

.DF-page .DF-content .merit-section {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .merit-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .merit-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .merit-section {
    padding-bottom: calc(23.4375vw + -140px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .merit-section {
    padding-bottom: 160px;
  }
}

.DF-page .DF-content .merit-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .DF-page .DF-content .merit-section h2 {
    margin-bottom: 100px;
  }
}

.DF-page .DF-content .merit-section .solution {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .DF-page .DF-content .merit-section .solution {
    margin-bottom: 60px;
  }
}

.DF-page .DF-content .merit-section .solution img {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .DF-page .DF-content .merit-section .solution img {
    width: 100%;
  }
}

.DF-page .DF-content .merit-section .row {
  text-align: center;
}

.DF-page .DF-content .merit-section .row .number {
  color: #00A0B4;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #00A0B4;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .merit-section .row .number {
    font-size: 48px;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .merit-section .row .number {
    font-size: 60px;
  }
}

.DF-page .DF-content .merit-section .row p {
  color: #1e283c;
  font-size: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .merit-section .row p {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .DF-page .DF-content .merit-section .row p {
    font-size: 24px;
  }
}

.DF-page .DF-content .merit-section .row p.merit {
  color: #00A0B4;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .merit-section .row p.merit {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .DF-page .DF-content .merit-section .row p.merit {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.DF-page .DF-content .merit-section a.CTA-btn {
  display: block;
  color: #00bcd4;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00bcd4), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #00bcd4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #00bcd4;
  font-size: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 60px;
  margin: 0 auto;
}

.DF-page .DF-content .merit-section a.CTA-btn:hover {
  background-color: #00bcd4;
  background-position: left center;
}

.DF-page .DF-content .merit-section a.CTA-btn:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .DF-page .DF-content .merit-section a.CTA-btn {
    margin: 40px auto 0;
    font-size: 20px;
    width: 240px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .merit-section a.CTA-btn {
    font-size: 22px;
    width: 280px;
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .DF-page .DF-content .merit-section a.CTA-btn {
    font-size: 24px;
    width: 300px;
    padding: 24px;
  }
}

.DF-page .DF-content .feature-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .feature-section {
    padding-top: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .feature-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .feature-section {
    padding-bottom: calc(19.53125vw + -90px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .feature-section {
    padding-bottom: 160px;
  }
}

.DF-page .DF-content .feature-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .DF-page .DF-content .feature-section h2 {
    margin-bottom: 100px;
  }
}

.DF-page .DF-content .feature-section .solution img {
  margin: 0 auto;
}

.DF-page .DF-content .feature-section .row {
  text-align: center;
}

.DF-page .DF-content .feature-section .row .number {
  color: #00A0B4;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  border-bottom: 1px solid #00A0B4;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .feature-section .row .number {
    font-size: 60px;
  }
}

.DF-page .DF-content .feature-section .row p {
  color: #1e283c;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .feature-section .row p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .DF-page .DF-content .feature-section .row p {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.DF-page .DF-content .feature-section .row p.merit {
  color: #00A0B4;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .DF-page .DF-content .feature-section .row p.merit {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .DF-page .DF-content .feature-section .row p.merit {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.DF-page .DF-content .CS-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2FAFB;
}

@media screen and (min-width: 480px) {
  .DF-page .DF-content .CS-section {
    padding-top: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .CS-section {
    padding-top: 160px;
  }
}

@media screen and (min-width: 480px) {
  .DF-page .DF-content .CS-section {
    padding-bottom: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .DF-page .DF-content .CS-section {
    padding-bottom: 160px;
  }
}

.DF-page .DF-content .CS-section .lead {
  color: #1e283c;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .CS-section .lead {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .DF-page .DF-content .CS-section .lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.DF-page .DF-content .CS-section .lead span {
  color: #00A0B4;
}

.DF-page .DF-content .CS-section h3 {
  color: #1e283c;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .CS-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.DF-page .DF-content .CS-section img {
  width: 60%;
  max-width: 360px;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .DF-page .DF-content .CS-section img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
}

.DF-page .DF-content .CS-section p {
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .DF-page .DF-content .CS-section p {
    text-align: center;
    font-size: 16px;
  }
}

/* philosophy ==============================*/
.feature-page.philosophy-page .page-banner::after {
  background: linear-gradient(#1e3c8c, #00bcd4 600px);
}

.feature-page.philosophy-page .page-banner .intro-philosophy {
  width: 1140px;
  height: 640px;
  margin: 80px auto -30px;
  position: relative;
}

.feature-page.philosophy-page .page-banner .intro-philosophy .portrait {
  position: absolute;
  width: 640px;
  right: 0;
  top: 0;
}

.feature-page.philosophy-page .page-banner .intro-philosophy .message {
  position: absolute;
  width: 580px;
  left: 0;
  top: 60px;
  background: #fff;
  z-index: 3;
}

.feature-page.philosophy-page .page-banner .intro-philosophy .message .quote {
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.75;
  opacity: 1;
  margin: 30px 30px 0;
  padding: 20px 10px 20px 30px;
  color: var(--fk-navy);
  background-image: url("assets/images/philosophy-quote-LT.svg"), url("assets/images/philosophy-quote-RB.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}

.feature-page.philosophy-page .page-banner .intro-philosophy .message .name {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: var(--fk-navy);
  opacity: 1;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
}

.feature-page.philosophy-page .page-banner .intro-philosophy .message .name span {
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .feature-page.philosophy-page .page-banner .intro-philosophy {
    width: 912px;
    height: 512px;
    margin: 80px auto -30px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .portrait {
    width: 512px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message {
    width: 480px;
    top: 60px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .quote {
    font-size: 26px;
    line-height: 1.75;
    margin: 20px 20px 0;
    padding: 20px 10px 20px 30px;
    width: 440px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .name {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    color: var(--fk-navy);
    opacity: 1;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .name span {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .feature-page.philosophy-page .page-banner .intro-philosophy {
    width: 750px;
    height: 360px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .portrait {
    width: 360px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message {
    width: 440px;
    top: 30px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .quote {
    font-size: 24px;
    line-height: 1.75;
    margin: 20px 20px 0;
    padding: 20px 10px 20px 30px;
    width: 400px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .name {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    color: var(--fk-navy);
    opacity: 1;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .name span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.philosophy-page .page-title {
    font-size: 36px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy {
    width: 100%;
    height: auto;
    margin: 60px auto -20px;
    padding: 0 20px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .portrait {
    width: 100%;
    position: relative;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 20px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .quote {
    font-size: 18px;
    line-height: 1.75;
    margin: 0 auto;
    padding: 10px 0px 10px 20px;
    width: 300px;
    background-size: 40px, 40px;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .name {
    text-align: right;
    font-weight: 400;
    font-size: 10px;
    color: var(--fk-navy);
    opacity: 1;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .feature-page.philosophy-page .page-banner .intro-philosophy .message .name span {
    font-size: 14px;
  }
}

.feature-page.philosophy-page .page-banner + .page-content::before {
  background: #f4f4f5;
  bottom: 0px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
  -webkit-transform: skewY(0deg);
          transform: skewY(0deg);
}

.feature-page.philosophy-page .page-banner + .page-content {
  padding: 0 0;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block {
  position: relative;
  margin-bottom: 100px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title-wrapper {
  background-color: var(--fk-navy);
  padding: 60px 0 80px;
  z-index: 3;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title {
  color: #fff;
  width: 975px;
  margin: 0 auto;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .chapter {
  font-size: 24px;
  margin-bottom: 36px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .chapter::after {
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  margin: 20px auto 0 0;
  width: 60px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .title-label {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 16px;
  border: 1px solid #fff;
  padding: 8px 12px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .main-title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text {
  padding: 60px 80px;
  background-color: #fff;
  margin-top: -30px;
  z-index: 2;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text .philosophy-sentence {
  font-size: 16px;
  line-height: 2;
}

.feature-page.philosophy-page .philosophy-content .philosophy-text .philosophy-sentence ul {
  margin-top: 10px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-text .philosophy-sentence ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 10px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-text .philosophy-sentence ul li:last-child {
  margin-bottom: 0px;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text .philosophy-sentence span {
  font-weight: bold;
  color: var(--fk-navy);
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text .philosophy-sentence span.extra-strong {
  font-size: 20px;
  line-height: 1.5;
}

.feature-page.philosophy-page .philosophy-content .philosophy-block .bg-logo {
  position: absolute;
  width: 50%;
  top: 500px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title {
    color: #fff;
    width: 808px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .feature-page.philosophy-page .philosophy-content .philosophy-block {
    margin-bottom: 100px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title {
    width: 750px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .title-label {
    font-size: 20px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .main-title {
    font-size: 32px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text {
    padding: 40px 60px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text .philosophy-sentence {
    font-size: 16px;
    line-height: 2;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-text .philosophy-sentence ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text .philosophy-sentence span.extra-strong {
    font-size: 18px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .bg-logo {
    width: 40%;
    top: auto;
    bottom: -150px;
    left: auto;
    right: -100px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.philosophy-page .philosophy-content .philosophy-block {
    margin-bottom: 60px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block:first-child .philosophy-title-wrapper {
    padding: 50px 0 30px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title-wrapper {
    padding: 30px 0;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title {
    width: 100%;
    padding: 0 20px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .chapter {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .chapter::after {
    margin: 12px auto 0 0;
    width: 40px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .title-label {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 6px 10px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-title .main-title {
    font-size: 20px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text {
    padding: 30px 20px 30px;
    margin-top: 0;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .philosophy-text .philosophy-sentence span.extra-strong {
    font-size: 18px;
  }
  .feature-page.philosophy-page .philosophy-content .philosophy-block .bg-logo {
    width: 200px;
    top: auto;
    bottom: -120px;
    left: auto;
    right: -30px;
  }
}

.wp-download-page .white-paper {
  background: #fff;
}

.wp-download-page .mw750 {
  max-width: 800px;
  margin: auto;
  padding: 20px 25px;
}

@media (min-width: 768px) {
  .wp-download-page .mw750 {
    padding: 40px 25px;
  }
}

.wp-download-page .wp-note {
  border-bottom: 1px solid #e8e9eb;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-note {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp-download-page .wp-note p {
  color: #1e283c !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .wp-download-page .wp-note p {
    font-size: 24px;
  }
}

.wp-download-page .wp-note p span {
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-note p span {
    font-size: 18px;
  }
}

.wp-download-page .wp-note p span.min5 {
  color: #2d5dea;
}

.wp-download-page .wp-note .wp-title {
  color: #1e283c !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .wp-download-page .wp-note .wp-title {
    font-size: 24px;
  }
}

.wp-download-page .wp-note .wp-title .special {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2 !important;
  color: #1e3c8c !important;
  border-bottom: 1px solid #1e3c8c;
  padding-bottom: 2px;
  margin-bottom: 12px !important;
}

.wp-download-page .wp-note .wp-title .main {
  margin-bottom: 8px !important;
}

.wp-download-page .wp-note .wp-title .sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

.wp-download-page .wp-note .wp-mock {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-download-page .wp-note .wp-mock {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    margin-right: 40px;
    width: 180px;
  }
}

.wp-download-page .wp-note .wp-mock img {
  position: relative;
  width: 50%;
}

@media (min-width: 768px) {
  .wp-download-page .wp-note .wp-mock img {
    width: 100%;
  }
}

.wp-download-page .wp-summary {
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-summary {
    margin-bottom: 40px;
  }
}

.wp-download-page .wp-summary .title {
  color: #1e3c8c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@medica (min-width: 768px) {
  .wp-download-page .wp-summary .title {
    font-size: 24px;
  }
}

.wp-download-page .wp-summary P {
  font-size: 16px;
  color: #1e283c;
}

.wp-download-page .wp-summary ul {
  margin-bottom: 40px;
}

.wp-download-page .wp-summary ul li {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-summary ul li {
    font-size: 18px;
  }
}

.wp-download-page .wp-description {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  color: #787e8a !important;
}

@media (min-width: 768px) {
  .wp-download-page .wp-description {
    font-size: 16px !important;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .wp-download-page .wp-description {
    line-height: 2 !important;
  }
}

.wp-download-page .wp-section {
  background-color: #f4f6fA !important;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .wp-download-page .wp-section {
    padding: 60px 0;
  }
}

.wp-download-page .wp-section h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-section h2 {
    font-size: 24px;
  }
}

.wp-download-page .wp-section .mock {
  margin-bottom: 30px;
}

.wp-download-page .wp-section .mock img {
  -webkit-box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
  width: 100%;
}

.wp-download-page .wp-section .wp-summary {
  border: none;
}

.wp-download-page .wp-section .HS-form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px 20px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-section .HS-form {
    padding: 40px 30px 30px;
  }
}

.wp-download-page .wp-section .HS-form .form-title {
  text-align: center;
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-section .HS-form .form-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.wp-download-page .wp-section .HS-form .form-guidance {
  text-align: center;
  color: #1e3c8c;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-download-page .wp-section .HS-form .form-guidance {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.wp-download-page .wp-section .caution {
  color: #787e8a;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.wp-download-page .wp-section .caution p {
  margin: 0;
}

.wp-page .lead {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .wp-page .lead {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }
}

.wp-page .wp-list {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list {
    margin-bottom: 100px;
  }
}

.wp-page .wp-list h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list h2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.wp-page .wp-list .lead {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .lead {
    text-align: center;
    margin-bottom: 30px;
  }
}

.wp-page .wp-list .lead.blog {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .lead.blog {
    text-align: center;
    margin-bottom: 16px;
  }
}

.wp-page .wp-list .inner {
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(30, 60, 140, 0.05);
          box-shadow: 0 0 10px rgba(30, 60, 140, 0.05);
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .inner {
    margin-bottom: 30px;
  }
}

.wp-page .wp-list .inner .mock img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.wp-page .wp-list .inner .content {
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .inner .content {
    padding: 14px 24px;
  }
}

.wp-page .wp-list .inner .content .title {
  color: #1e283c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .inner .content .title {
    font-size: 15px;
    min-height: 94px;
  }
}

@media screen and (min-width: 992px) {
  .wp-page .wp-list .inner .content .title {
    font-size: 16px;
    min-height: 78px;
  }
}

.wp-page .wp-list .inner .content .title span {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .wp-page .wp-list .inner .content .title span {
    font-size: 16px;
  }
}

.wp-page .wp-list .inner .content .title .special {
  font-weight: 400;
  color: #1e3c8c;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #1e3c8c;
}

.wp-page .wp-list .inner .content .title .main {
  color: #1e283c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .inner .content .title .main {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  .wp-page .wp-list .inner .content .title .main {
    font-size: 16px;
  }
}

.wp-page .wp-list .inner .content .title .sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .inner .content .title .sub {
    font-size: 14px;
  }
}

.wp-page .wp-list .inner .content a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, transparent 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px;
  width: 120px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #00bcd4;
  display: block;
  margin: 0 auto;
}

.wp-page .wp-list .inner .content a:hover {
  background-color: transparent;
  background-position: left center;
}

@media screen and (min-width: 992px) {
  .wp-page .wp-list .inner .content a {
    font-size: 14px;
    width: 140px;
  }
}

.wp-page .wp-list .inner .content a:hover {
  color: #00bcd4;
}

.wp-page .wp-list .cta-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-page .wp-list .cta-title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

@media (min-width: 992px) {
  .wp-page .wp-list .cta-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }
}

@media (min-width: 1200px) {
  .wp-page .wp-list .cta-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.wp-page .wp-list .cta-description {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .wp-page .wp-list .cta-description {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .wp-page .wp-list .cta-description {
    font-size: 18px;
  }
}

.wp-page .wp-list .more {
  text-align: right;
}

.wp-page .wp-list .more a {
  color: #00bcd4;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 8px 0px;
  border: none;
  width: auto;
}

@media (min-width: 768px) {
  .wp-page .wp-list .more a {
    font-size: 18px;
    padding: 8px 0;
  }
}

.wp-page .wp-list .more a:hover {
  color: #2d5dea;
}

.wp-page .wp-list .more a i {
  font-size: 16px;
  margin-left: 6px;
  margin-top: -3px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .wp-page .wp-list .more a i {
    font-size: 20px;
    margin-left: 8px;
    margin-top: -3px;
  }
}

.wp-page .wp-summary {
  padding-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-page .wp-summary {
    margin-bottom: 20px;
    padding-top: 60px;
  }
}

.wp-page .wp-summary .title {
  color: #1e3c8c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-page .wp-summary .title {
    font-size: 24px;
  }
}

.wp-page .wp-summary P {
  font-size: 16px;
  color: #1e283c;
  margin-bottom: 20px;
}

.wp-page .wp-summary ul li {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .wp-page .wp-summary ul li {
    font-size: 18px;
  }
}

.wp-5m-download-page .post-little-banner {
  padding: 60px 0 40px;
}

@media (max-width: 991px) {
  .wp-5m-download-page .post-little-banner {
    padding: 40px 0 20px;
  }
}

.wp-5m-download-page .white-paper {
  background: #fff;
}

.wp-5m-download-page .mw750 {
  max-width: 800px;
  margin: auto;
  padding: 20px 25px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .mw750 {
    padding: 40px 25px;
  }
}

.wp-5m-download-page .wp-note {
  border-bottom: 1px solid #e8e9eb;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-note {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp-5m-download-page .wp-note p {
  color: #1e283c !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-note p {
    font-size: 24px;
  }
}

.wp-5m-download-page .wp-note p span {
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-note p span {
    font-size: 18px;
  }
}

.wp-5m-download-page .wp-note p span.min5 {
  color: #2d5dea;
}

.wp-5m-download-page .wp-note .wp-title {
  color: #1e283c !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-note .wp-title {
    font-size: 24px;
  }
}

.wp-5m-download-page .wp-note .wp-title .special {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2 !important;
  color: #1e3c8c !important;
  border-bottom: 1px solid #1e3c8c;
  padding-bottom: 2px;
  margin-bottom: 12px !important;
}

.wp-5m-download-page .wp-note .wp-title .main {
  margin-bottom: 8px !important;
}

.wp-5m-download-page .wp-note .wp-title .sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

.wp-5m-download-page .wp-note .wp-mock {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-note .wp-mock {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    margin-right: 40px;
    width: 180px;
  }
}

.wp-5m-download-page .wp-note .wp-mock img {
  position: relative;
  width: 50%;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-note .wp-mock img {
    width: 100%;
  }
}

.wp-5m-download-page .wp-summary {
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-summary {
    margin-bottom: 40px;
  }
}

.wp-5m-download-page .wp-summary .title {
  color: #1e3c8c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@medica (min-width: 768px) {
  .wp-5m-download-page .wp-summary .title {
    font-size: 24px;
  }
}

.wp-5m-download-page .wp-summary P {
  font-size: 16px;
  color: #1e283c;
}

.wp-5m-download-page .wp-summary ul {
  margin-bottom: 40px;
}

.wp-5m-download-page .wp-summary ul li {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-summary ul li {
    font-size: 18px;
  }
}

.wp-5m-download-page .wp-description {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  color: #787e8a !important;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-description {
    font-size: 16px !important;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .wp-5m-download-page .wp-description {
    line-height: 2 !important;
  }
}

.wp-5m-download-page .wp-section {
  background-color: #f4f6fA !important;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-section {
    padding: 60px 0;
  }
}

.wp-5m-download-page .wp-section h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-section h2 {
    font-size: 32px;
  }
}

.wp-5m-download-page .wp-section .mock {
  margin-bottom: 30px;
}

.wp-5m-download-page .wp-section .mock img {
  -webkit-box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
}

.wp-5m-download-page .wp-section .wp-summary {
  border: none;
}

.wp-5m-download-page .wp-section .HS-form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px 20px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-section .HS-form {
    padding: 40px 30px 30px;
  }
}

.wp-5m-download-page .wp-section .HS-form .form-title {
  text-align: center;
  color: #1e3c8c;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-5m-download-page .wp-section .HS-form .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.wp-5m-page .lead {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .lead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .wp-5m-page .lead p {
    text-align: center;
  }
}

.wp-5m-page .wp-list {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list {
    margin-bottom: 100px;
  }
}

.wp-5m-page .wp-list h2 {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list h2 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .row {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp-5m-page .wp-list .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-5m-page .wp-list .inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .inner {
    margin-bottom: 0px;
  }
}

.wp-5m-page .wp-list .inner .mock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .inner .mock {
    padding: 0 14px;
  }
}

@media screen and (min-width: 992px) {
  .wp-5m-page .wp-list .inner .mock {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1200px) {
  .wp-5m-page .wp-list .inner .mock {
    padding: 0 20px;
  }
}

.wp-5m-page .wp-list .inner .mock img {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .inner .mock img {
    width: 100px;
  }
}

@media screen and (min-width: 992px) {
  .wp-5m-page .wp-list .inner .mock img {
    width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .wp-5m-page .wp-list .inner .mock img {
    width: 180px;
  }
}

.wp-5m-page .wp-list .inner .content {
  padding: 10px 15px;
  border-left: 1px solid #e8e9eb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .inner .content {
    padding: 14px 24px;
  }
}

.wp-5m-page .wp-list .inner .content .title {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .inner .content .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .wp-5m-page .wp-list .inner .content .title {
    font-size: 18px;
    min-height: 112px;
  }
}

.wp-5m-page .wp-list .inner .content .title span {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .wp-5m-page .wp-list .inner .content .title span {
    font-size: 16px;
  }
}

.wp-5m-page .wp-list .inner .content .title .special {
  font-weight: 400;
  color: #1e3c8c;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #1e3c8c;
}

.wp-5m-page .wp-list .inner .content .title .main {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .wp-5m-page .wp-list .inner .content .title .main {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .wp-5m-page .wp-list .inner .content .title .main {
    font-size: 18px;
  }
}

.wp-5m-page .wp-list .inner .content .title .sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.wp-5m-page .wp-list .inner .content a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px;
  width: 140px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  margin-left: auto;
  margin-bottom: 6px;
}

.wp-5m-page .wp-list .inner .content a:hover {
  background-color: transparent;
  background-position: left center;
}

.wp-5m-page .wp-list .inner .content a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .wp-5m-page .wp-list .inner .content a {
    font-size: 16px;
    width: 160px;
  }
}

.wp-5m-page .wp-list .inner .content a:hover {
  color: #1e3c8c;
}

.wp-5m-page .wp-list .inner .content a.mov {
  background-color: #2d5dea;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #2d5dea));
  background-image: linear-gradient(to right, transparent 50%, #2d5dea 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-color: #2d5dea;
}

.wp-5m-page .wp-list .inner .content a.mov:hover {
  background-color: transparent;
  background-position: left center;
}

.wp-5m-page .wp-list .inner .content a.mov:hover {
  color: #2d5dea;
}

.wp-5m-page .wp-list.min5 .inner .content .title span {
  color: #2d5dea;
}

.wp-5m-page .wp-summary {
  padding-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-5m-page .wp-summary {
    margin-bottom: 20px;
    padding-top: 60px;
  }
}

.wp-5m-page .wp-summary .title {
  color: #1e3c8c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .wp-5m-page .wp-summary .title {
    font-size: 24px;
  }
}

.wp-5m-page .wp-summary P {
  font-size: 16px;
  color: #1e283c;
  margin-bottom: 20px;
}

.wp-5m-page .wp-summary ul li {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .wp-5m-page .wp-summary ul li {
    font-size: 18px;
  }
}

.s-repo-download-page .post-little-banner {
  padding: 60px 0 40px;
}

@media (max-width: 991px) {
  .s-repo-download-page .post-little-banner {
    padding: 40px 0 20px;
  }
}

.s-repo-download-page .white-paper {
  background: #fff;
}

.s-repo-download-page .mw750 {
  max-width: 800px;
  margin: auto;
  padding: 20px 25px;
}

@media (min-width: 768px) {
  .s-repo-download-page .mw750 {
    padding: 40px 25px;
  }
}

.s-repo-download-page .wp-note {
  border-bottom: 1px solid #e8e9eb;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-note {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-repo-download-page .wp-note p {
  color: #1e283c !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-note p {
    font-size: 24px;
  }
}

.s-repo-download-page .wp-note p span {
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-note p span {
    font-size: 18px;
  }
}

.s-repo-download-page .wp-note p span.min5 {
  color: #2d5dea;
}

.s-repo-download-page .wp-note .wp-title {
  color: #1e283c !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-note .wp-title {
    font-size: 24px;
  }
}

.s-repo-download-page .wp-note .wp-title .special {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2 !important;
  color: #1e3c8c !important;
  border-bottom: 1px solid #1e3c8c;
  padding-bottom: 2px;
  margin-bottom: 12px !important;
}

.s-repo-download-page .wp-note .wp-title .main {
  margin-bottom: 8px !important;
}

.s-repo-download-page .wp-note .wp-title .sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

.s-repo-download-page .wp-note .wp-mock {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-note .wp-mock {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    margin-right: 40px;
    width: 180px;
  }
}

.s-repo-download-page .wp-note .wp-mock img {
  position: relative;
  width: 50%;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-note .wp-mock img {
    width: 100%;
  }
}

.s-repo-download-page .wp-summary {
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-summary {
    margin-bottom: 40px;
  }
}

.s-repo-download-page .wp-summary .title {
  color: #1e3c8c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@medica (min-width: 768px) {
  .s-repo-download-page .wp-summary .title {
    font-size: 24px;
  }
}

.s-repo-download-page .wp-summary P {
  font-size: 16px;
  color: #1e283c;
}

.s-repo-download-page .wp-summary ul {
  margin-bottom: 40px;
}

.s-repo-download-page .wp-summary ul li {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-summary ul li {
    font-size: 18px;
  }
}

.s-repo-download-page .wp-description {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  color: #787e8a !important;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-description {
    font-size: 16px !important;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .s-repo-download-page .wp-description {
    line-height: 2 !important;
  }
}

.s-repo-download-page .wp-section {
  background-color: #f4f6fA !important;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-section {
    padding: 60px 0;
  }
}

.s-repo-download-page .wp-section h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-section h2 {
    font-size: 32px;
  }
}

.s-repo-download-page .wp-section .mock {
  margin-bottom: 30px;
}

.s-repo-download-page .wp-section .mock img {
  -webkit-box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
}

.s-repo-download-page .wp-section .wp-summary {
  border: none;
}

.s-repo-download-page .wp-section .HS-form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px 20px;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-section .HS-form {
    padding: 40px 30px 30px;
  }
}

.s-repo-download-page .wp-section .HS-form .form-title {
  text-align: center;
  color: #1e3c8c;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .s-repo-download-page .wp-section .HS-form .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.s-repo-page .lead {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .lead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .s-repo-page .lead p {
    text-align: center;
  }
}

.s-repo-page .wp-list {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list {
    margin-bottom: 100px;
  }
}

.s-repo-page .wp-list h2 {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list h2 {
    margin-top: 80px;
  }
}

.s-repo-page .wp-list .row.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-repo-page .wp-list .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .row > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
  }
}

.s-repo-page .wp-list .inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner {
    margin-bottom: 30px;
  }
}

.s-repo-page .wp-list .inner .mock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner .mock {
    padding: 0 14px;
  }
}

@media screen and (min-width: 992px) {
  .s-repo-page .wp-list .inner .mock {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1200px) {
  .s-repo-page .wp-list .inner .mock {
    padding: 0 20px;
  }
}

.s-repo-page .wp-list .inner .mock img {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner .mock img {
    width: 100px;
  }
}

@media screen and (min-width: 992px) {
  .s-repo-page .wp-list .inner .mock img {
    width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .s-repo-page .wp-list .inner .mock img {
    width: 180px;
  }
}

.s-repo-page .wp-list .inner .content {
  padding: 10px 15px;
  border-left: 1px solid #e8e9eb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner .content {
    padding: 14px 24px;
  }
}

.s-repo-page .wp-list .inner .content .title {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner .content .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .s-repo-page .wp-list .inner .content .title {
    font-size: 18px;
    min-height: 112px;
  }
}

.s-repo-page .wp-list .inner .content .title span {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .s-repo-page .wp-list .inner .content .title span {
    font-size: 16px;
  }
}

.s-repo-page .wp-list .inner .content .title .special {
  font-weight: 400;
  color: #1e3c8c;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #1e3c8c;
}

.s-repo-page .wp-list .inner .content .title .main {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner .content .title .main {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .s-repo-page .wp-list .inner .content .title .main {
    font-size: 18px;
  }
}

.s-repo-page .wp-list .inner .content .title .sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.s-repo-page .wp-list .inner .content a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  width: 140px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #1e3c8c;
  display: block;
  margin-left: auto;
  margin-bottom: 6px;
}

.s-repo-page .wp-list .inner .content a:hover {
  background-color: transparent;
  background-position: left center;
}

.s-repo-page .wp-list .inner .content a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .s-repo-page .wp-list .inner .content a {
    font-size: 12px;
    width: 120px;
  }
}

@media screen and (min-width: 992px) {
  .s-repo-page .wp-list .inner .content a {
    font-size: 14px;
    width: 140px;
  }
}

.s-repo-page .wp-list .inner .content a:hover {
  color: #1e3c8c;
}

.s-repo-page .wp-list .inner .content a.mov {
  background-color: #2d5dea;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #2d5dea));
  background-image: linear-gradient(to right, transparent 50%, #2d5dea 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-color: #2d5dea;
}

.s-repo-page .wp-list .inner .content a.mov:hover {
  background-color: transparent;
  background-position: left center;
}

.s-repo-page .wp-list .inner .content a.mov:hover {
  color: #2d5dea;
}

.s-repo-page .wp-list.min5 .inner .content .title span {
  color: #2d5dea;
}

.s-repo-page .wp-summary {
  padding-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .s-repo-page .wp-summary {
    margin-bottom: 20px;
    padding-top: 60px;
  }
}

.s-repo-page .wp-summary .title {
  color: #1e3c8c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .s-repo-page .wp-summary .title {
    font-size: 24px;
  }
}

.s-repo-page .wp-summary P {
  font-size: 16px;
  color: #1e283c;
  margin-bottom: 20px;
}

.s-repo-page .wp-summary ul li {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .s-repo-page .wp-summary ul li {
    font-size: 18px;
  }
}

/* features ==============================*/
.feature-page .page-banner {
  padding: 160px 0 0;
  position: relative;
  text-align: center;
}

.feature-page .page-banner > * {
  position: relative;
  z-index: 5;
}

.feature-page .page-banner::after {
  background: #1e3c8c;
  bottom: -2560px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-page .page-title {
  color: #fff;
  font-size: 80px;
  line-height: 1.5;
  font-weight: 900;
}

.feature-page .page-title span {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 900;
}

.feature-page .page-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  opacity: 0.8;
  width: 90%;
  margin: 60px auto 0;
}

.feature-page.overview-page .page-banner p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  opacity: 0.8;
  width: 90%;
  margin: 60px auto 0;
}

.feature-page .page-banner + .page-content {
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
}

.feature-page .page-banner + .page-content > * {
  position: relative;
  z-index: 5;
}

.feature-page .page-banner + .page-content::before {
  background: #f4f6fA;
  bottom: -2560px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: -100px;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
}

@media screen and (max-width: 767px) {
  .feature-page.overview-page .page-banner::after {
    background: #1e3c8c;
    bottom: -2560px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .feature-page.overview-page .page-banner + .page-content::before {
    background: #f4f6fA;
    bottom: -2560px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transform: skewY(-15deg);
            transform: skewY(-15deg);
  }
}

.feature-page .page-banner .intro-mock {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.feature-page .page-banner .intro-mock img {
  width: 100%;
}

@media (min-width: 768px) {
  .feature-page .page-banner .intro-mock img {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .feature-page .page-banner .intro-mock img {
    width: 650px;
  }
}

@media (min-width: 1200px) {
  .feature-page .page-banner .intro-mock img {
    width: 750px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .feature-page .page-banner .intro-movie {
    background: url(assets/images/screen-mock@2x.png) no-repeat center top;
    background-size: 100% auto;
  }
}

.feature-page .page-banner video {
  display: block;
  width: 75%;
  margin: 0 auto;
  border: #e8e9eb solid 1px;
}

.feature-page .page-banner .intro-picture {
  width: 1140px;
  margin: 0 auto;
  padding-top: 30px;
}

.feature-page.overview-page .page-banner .intro-picture {
  margin: 0 auto;
}

.feature-page .page-banner .intro-picture img {
  width: 100%;
}

.feature-page.overview-page .page-content {
  padding-bottom: 0;
}

.feature-page .functions-content {
  padding: 50px 0;
}

.feature-page .functions-content h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .feature-page .functions-content h2 {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .feature-page .functions-content h2 {
    font-size: 40px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .feature-page .functions-content h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

.feature-page .functions-content .row {
  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: 60px;
}

.feature-page .functions-content .content-text {
  padding-left: 40px;
  padding-right: 15px;
}

.feature-page .functions-content .content-text.col-md-pull-6 {
  padding-left: 15px;
  padding-right: 40px;
}

.feature-page .functions-content .content-graphic img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30, 60, 140, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(30, 60, 140, 0.1);
  border-radius: 8px;
}

.feature-page .functions-content .sub-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: var(--fk-navy);
  margin-bottom: 16px;
}

.feature-page .functions-content .sub-title::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  overflow: hidden;
  width: 80px;
  height: 3px;
  background-color: var(--fk-navy);
  vertical-align: middle;
}

.feature-page .functions-content .main-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #1e283c;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .feature-page .functions-content .main-title {
    letter-spacing: 2px;
  }
}

.feature-page .functions-content p {
  font-size: 18px;
  line-height: 2;
}

.feature-page .functions-content ul {
  margin-top: 32px;
}

.feature-page .functions-content ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.feature-page .functions-content ul li .cian {
  color: #00bcd4;
  font-weight: 700;
}

.feature-page .functions-content ul li .yellow {
  color: #FF9800;
  font-weight: 700;
}

.feature-page .functions-content ul li .red {
  color: #F44336;
  font-weight: 700;
}

.feature-page .functions-content a.btn-modal {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
  color: #fff;
  border: #00bcd4 2px solid;
  border-radius: 30px;
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, transparent 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .feature-page .functions-content a.btn-modal {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    padding: 12px 0;
  }
}

@media (min-width: 992px) {
  .feature-page .functions-content a.btn-modal {
    width: 200px;
    margin: 0;
    font-size: 16px;
    padding: 12px 0;
  }
}

.feature-page .functions-content a.btn-modal:hover {
  background-color: transparent;
  background-position: left bottom;
  color: var(--fk-cian);
  border-color: var(--fk-cian);
}

.feature-page .functions-content a.btn-modal i {
  margin-right: 12px;
}

.feature-page .other-functions {
  padding-top: 100px;
}

.feature-page .other-functions h2 {
  color: #1e283c;
  font-size: 32px;
  line-height: 1.5;
  margin: 2em auto;
  text-align: center;
}

.feature-page .other-functions h2::after {
  border-bottom: 3px solid var(--fk-navy);
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .feature-page .other-functions {
    margin-top: 60px;
    padding-top: 0px;
  }
}

.feature-page .other-functions .function {
  text-align: center;
  padding-top: 4px;
}

.feature-page .other-functions .function a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
  box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
  margin-top: 0px;
  color: var(--fk-gray800);
}

@media screen and (max-width: 767px) {
  .feature-page .other-functions .function a {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.feature-page .other-functions .function a:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(30, 60, 140, 0.3);
  box-shadow: 0 4px 12px 0 rgba(30, 60, 140, 0.3);
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .feature-page .other-functions .function a:hover {
    margin: -4px auto 24px;
  }
}

.feature-page .other-functions .function .function-picture {
  padding: 30px;
}

.feature-page .other-functions .function .function-label-sub {
  font-size: 12px;
  color: #787e8a;
  margin-bottom: 6px;
}

.feature-page .other-functions .function .function-label {
  font-size: 24px;
  font-weight: 700;
  color: #1e283c;
}

.feature-page .other-functions .function p {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 40px 30px;
}

@media screen and (max-width: 1199px) {
  .feature-page .other-functions .function p {
    font-size: 14px;
    padding: 20px 30px 30px;
  }
}

@media screen and (max-width: 991px) {
  .feature-page .other-functions .function p {
    min-height: 116px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page .other-functions .function p {
    min-height: auto;
    font-size: 16px;
    line-height: 1.5;
  }
}

.feature-page .front-page-content .values-section {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .feature-page .page-banner .intro-movie {
    width: 970px;
    height: 530px;
    padding-top: 35px;
  }
  .feature-page .page-banner .intro-picture {
    width: 970px;
  }
  .feature-page .functions-content .content-text {
    padding-left: 40px;
  }
  .feature-page .functions-content .main-title {
    font-size: 26px;
    margin-bottom: 26px;
  }
  .feature-page .functions-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .feature-page .page-banner {
    padding: 120px 0 0;
  }
  .feature-page .page-banner .intro-movie {
    width: 750px;
    height: 410px;
    padding-top: 30px;
  }
  .feature-page .page-banner .intro-picture {
    width: 750px;
  }
  .feature-page .page-banner + .page-content::before {
    top: -30px;
  }
  .feature-page .functions-content .row {
    display: block;
    margin-bottom: 40px;
  }
  .feature-page .functions-content .content-text {
    padding: 0 80px;
  }
  .feature-page .functions-content .content-text.col-md-pull-6 {
    padding: 0 80px;
  }
  .feature-page .functions-content .content-graphic {
    text-align: center;
    padding: 0 80px;
    margin-bottom: 40px;
  }
  .feature-page .functions-content .content-graphic img {
    width: 100%;
  }
  .feature-page .functions-content .main-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .feature-page .functions-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page .page-banner::after {
    background: #1e3c8c;
  }
  .feature-page .page-title {
    font-size: 48px;
  }
  .feature-page .page-title span {
    font-size: 20px;
  }
  .feature-page .page-banner {
    padding: 80px 0 0;
  }
  .feature-page .page-banner p {
    font-size: 16px;
    line-height: 2;
    margin-top: 16px;
    padding: 0 25px;
    width: 100%;
  }
  .feature-page.overview-page .page-banner p {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin-top: 40px;
  }
  .feature-page .page-banner .intro-movie {
    width: 100%;
    height: auto;
    margin: 48px auto 0;
    padding-top: 3.5%;
    padding-bottom: 12%;
  }
  .feature-page .page-banner .intro-picture {
    width: 100%;
    padding-top: 30px;
  }
  .feature-page .page-banner + .page-content {
    padding: 60px 0 0;
  }
  .feature-page.overview-page .front-page-content {
    margin-top: 40px;
  }
  .feature-page.overview-page .page-banner + .page-content {
    padding: 40px 0 0;
  }
  .feature-page .page-banner + .page-content::before {
    top: -30px;
  }
  .feature-page .functions-content {
    padding: 0;
  }
  .feature-page .functions-content .row {
    display: block;
    margin-bottom: 40px;
  }
  .feature-page .functions-content .content-text {
    padding: 0 30px;
  }
  .feature-page .functions-content .content-text.col-md-pull-6 {
    padding: 0 30px;
  }
  .feature-page .functions-content .content-graphic {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .feature-page .functions-content .content-graphic img {
    width: 100%;
  }
  .feature-page .functions-content .main-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .feature-page .functions-content p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .feature-page .other-functions h2 {
    font-size: 24px;
    margin: 2em auto;
  }
  .feature-page .other-functions h2::after {
    margin: 16px auto 0;
    width: 40px;
  }
  .feature-page .front-page-content .values-section {
    margin-top: 30px;
  }
}

.feature-page .front-page-content {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .feature-page .front-page-content {
    margin-top: 60px;
  }
}

.functions-page {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .functions-page {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page {
    padding-bottom: 100px;
  }
}

.functions-page .CTA-function {
  background-image: url(../images/CTA-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
  position: relative;
}

@media (min-width: 768px) {
  .functions-page .CTA-function {
    padding: 40px 0;
  }
}

.functions-page .CTA-function .col-xs-6 {
  padding: 0 5px !important;
}

@media (min-width: 768px) {
  .functions-page .CTA-function .col-xs-6 {
    padding: 0 15px !important;
  }
}

.functions-page .CTA-function.first {
  background: #1e3c8c;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .functions-page .CTA-function.first {
    padding: 20px 0;
  }
}

.functions-page .CTA-function .cta-link {
  text-align: center;
}

.functions-page .CTA-function .cta-link a {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, #fff 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #ff9800;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
}

.functions-page .CTA-function .cta-link a:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .functions-page .CTA-function .cta-link a {
    font-size: 18px;
    padding: 18px 24px 20px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .functions-page .CTA-function .cta-link a {
    font-size: 20px;
    width: 100%;
    padding: 20px 32px 22px;
  }
}

.functions-page .CTA-function .cta-link a:hover {
  color: #ff9800;
}

.functions-page .CTA-function .cta-link a i {
  font-size: 20px;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .functions-page .CTA-function .cta-link a i {
    font-size: 22px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .functions-page .CTA-function .cta-link a i {
    font-size: 24px;
    margin-right: 8px;
  }
}

.functions-page .CTA-function .cta-link a.inquiry {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
}

.functions-page .CTA-function .cta-link a.inquiry:hover {
  background-color: #ffffff;
  background-position: left center;
}

.functions-page .CTA-function .cta-link a.inquiry:hover {
  color: #ff9800;
}

.functions-page .nav-function {
  z-index: 100;
  position: relative;
  background-color: #fff;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .functions-page .nav-function {
    padding: 30px 15px 20px;
  }
}

@media screen and (min-width: 992px) {
  .functions-page .nav-function {
    padding: 30px;
  }
}

.functions-page .nav-function .container-fluid {
  max-width: 1170px;
}

.functions-page .nav-function .category {
  font-size: 12px;
  margin: 10px 0 10px;
}

@media screen and (min-width: 768px) {
  .functions-page .nav-function .category {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.functions-page .nav-function .nav-list {
  list-style: none;
  margin: 0;
}

.functions-page .nav-function .nav-list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .functions-page .nav-function .nav-list li {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .functions-page .nav-function .nav-list li {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .functions-page .nav-function .nav-list li {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

.functions-page .nav-function a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1e3c8c;
  display: block;
  margin: 0;
  padding-left: 18px;
  background-image: url(../images/function-nav-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
}

@media screen and (min-width: 768px) {
  .functions-page .nav-function a {
    font-size: 18px;
    padding-left: 20px;
    background-position: left center;
  }
}

.functions-page .nav-function a:hover {
  opacity: 0.7;
}

.functions-page .nav-function.fixed {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 88px;
  width: 100%;
  padding: 16px 0;
}

.functions-page .nav-function.fixed a {
  width: 200px;
  font-size: 16px;
  padding: 8px 0 8px 24px;
  background-position: right 24px center;
  background-size: 12px auto;
}

.functions-page .concept {
  text-align: center;
  background-color: rgba(45, 93, 234, 0.05);
  padding: 20px 0;
}

@media (min-width: 768px) {
  .functions-page .concept {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .functions-page .concept {
    padding: 40px 0;
  }
}

.functions-page .concept .copy-label {
  display: inline-block;
  font-weight: 900;
  color: #2d5dea;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
  border-bottom: 3px solid #2d5dea;
  opacity: 0.4;
}

@media (min-width: 768px) {
  .functions-page .concept .copy-label {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .functions-page .concept .copy-label {
    font-size: 18px;
  }
}

.functions-page .concept .copy {
  font-weight: 400;
  color: #2d5dea;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .functions-page .concept .copy {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .functions-page .concept .copy {
    font-size: 48px;
  }
}

.functions-page .function#function-b01 {
  padding-top: 60px;
  margin-top: -20px;
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-b01 {
    padding-top: calc(15.625vw + -60px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-b01 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-b01 {
    margin-top: calc(-7.8125vw + 40px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-b01 {
    margin-top: -60px;
  }
}

.functions-page .function#function-b02 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-b02 {
    padding-top: calc(15.625vw + -40px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-b02 {
    padding-top: 160px;
  }
}

.functions-page .function#function-b03 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-b03 {
    padding-top: calc(15.625vw + -40px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-b03 {
    padding-top: 160px;
  }
}

.functions-page .function#function-b04 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-b04 {
    padding-top: calc(15.625vw + -40px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-b04 {
    padding-top: 160px;
  }
}

.functions-page .function#function-o01 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-o01 {
    padding-top: calc(15.625vw + -40px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-o01 {
    padding-top: 160px;
  }
}

.functions-page .function#function-o02 {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .functions-page .function#function-o02 {
    padding-top: calc(15.625vw + -40px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .function#function-o02 {
    padding-top: 160px;
  }
}

.functions-page .function h2 {
  color: #1e3c8c;
  font-size: 32px;
}

@media (min-width: 768px) {
  .functions-page .function h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .functions-page .function h2 {
    font-size: 60px;
  }
}

.functions-page .function h2.small {
  font-size: 28px;
}

@media (min-width: 768px) {
  .functions-page .function h2.small {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .functions-page .function h2.small {
    font-size: 60px;
  }
}

.functions-page .function h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #1e283c;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .functions-page .function h2 span {
    font-size: 18px;
  }
}

.functions-page .function .lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 15px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .functions-page .function .lead {
    text-align: center;
    font-size: 20px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .functions-page .function .lead {
    font-size: 24px;
  }
}

.functions-page .function .lead span {
  color: #1e3c8c;
  font-weight: 700;
}

.functions-page .function .content-graphic {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .functions-page .function .content-graphic {
    margin-bottom: 60px;
  }
}

.functions-page .function .content-graphic img {
  width: 92%;
}

@media (min-width: 768px) {
  .functions-page .function .content-graphic img {
    width: 100%;
  }
}

.functions-page .function .diagram {
  width: 92%;
  margin: 0 auto 30px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .functions-page .function .diagram {
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .functions-page .function .diagram {
    padding: 30px 20px 20px;
  }
}

.functions-page .function .diagram h3 {
  display: inline-block;
  color: #1e3c8c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .functions-page .function .diagram h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .functions-page .function .diagram h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.functions-page .function .diagram h3.board {
  border-bottom: 3px solid #1e3c8c;
}

.functions-page .function .diagram p {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .functions-page .function .diagram p {
    font-size: 18px;
  }
}

.functions-page .function .diagram .arrow {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .functions-page .function .diagram .arrow {
    padding: 20px 0;
  }
}

.functions-page .function .diagram .arrow img {
  width: 40px;
}

@media (min-width: 768px) {
  .functions-page .function .diagram .arrow img {
    width: 80px;
  }
}

.functions-page .function .summary {
  text-align: center;
}

.functions-page .function .summary p {
  color: #1e283c;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .functions-page .function .summary p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .functions-page .function .summary p {
    font-size: 32px;
  }
}

.functions-page .function .summary p.benefit {
  color: #00bcd4;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .functions-page .function .summary p.benefit {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .functions-page .function .summary p.benefit {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

.functions-page .function .summary .arrow {
  margin-bottom: 10px;
  width: 40px;
}

@media (min-width: 768px) {
  .functions-page .function .summary .arrow {
    width: 60px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .functions-page .function .summary .arrow {
    width: 80px;
  }
}

.functions-page .support-section {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .functions-page .support-section {
    padding-top: calc(7.8125vw + 20px);
  }
}

@media screen and (min-width: 1280px) {
  .functions-page .support-section {
    padding-top: 120px;
  }
}

.functions-page .support-section h2 {
  color: #1e283c;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .functions-page .support-section h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .functions-page .support-section h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .functions-page .support-section h2 {
    font-size: 48px;
  }
}

.functions-page .support-section .row-eq-height > div {
  margin-bottom: 20px;
}

.functions-page .support-section .inner {
  background: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 16px;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner {
    padding: 30px;
  }
}

.functions-page .support-section .inner h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e3c8c;
  text-align: center;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .functions-page .support-section .inner h3 {
    font-size: 32px;
  }
}

.functions-page .support-section .inner h4 {
  font-size: 16px;
  font-weight: 400;
  color: #1e283c;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .functions-page .support-section .inner h4 {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.functions-page .support-section .inner h5 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1e283c;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .functions-page .support-section .inner h5 {
    font-size: 18px;
  }
}

.functions-page .support-section .inner figure {
  width: 80%;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner figure {
    width: 60%;
    margin: 0 auto 30px;
  }
}

@media (min-width: 992px) {
  .functions-page .support-section .inner figure {
    width: 100%;
    margin: 0 auto 60px;
  }
}

.functions-page .support-section .inner p {
  color: #4b5363;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner p {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.functions-page .support-section .inner p:last-child {
  margin-bottom: 0px;
}

.functions-page .support-section .inner p span {
  font-size: 14px;
}

.functions-page .support-section .inner ul {
  margin-bottom: 30px;
  list-style: none;
  margin-left: 0;
}

.functions-page .support-section .inner ul li {
  color: #4b5363;
  background-size: 16px auto;
  font-size: 14px;
  line-height: 1.5;
  background: 0px 6px no-repeat url(../images/check.svg);
  padding-left: 20px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner ul li {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

.functions-page .support-section .inner ul li:last-child {
  margin-bottom: 0px;
}

.functions-page .support-section .inner ul li span {
  font-size: 14px;
}

.functions-page .support-section .inner ul.detail {
  padding: 4px 16px 16px;
  background: #f4f6fA;
  border-radius: 8px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner ul.detail {
    padding: 18px 30px 30px;
  }
}

.functions-page .support-section .inner ul.detail .header {
  color: #00bcd4;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 0 12px;
}

.functions-page .support-section .inner ul.detail .header span {
  font-weight: 400;
}

.functions-page .support-section .inner ul.detail li {
  color: #4b5363;
  font-size: 14px;
  line-height: 1.5;
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: 1em;
}

@media (min-width: 768px) {
  .functions-page .support-section .inner ul.detail li {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.functions-page .support-section .inner ul.detail li:before {
  content: "–";
  position: absolute;
  margin-left: -1em;
}

.functions-page .support-section .inner ul.detail li:last-child {
  margin-bottom: 0px;
}

.functions-page .support-section .inner ul.detail li span {
  font-size: 14px;
}

.implementation-page p.lead {
  margin-bottom: 40px;
  text-align: center;
}

.implementation-page .step {
  margin-bottom: 150px;
  margin-top: 60px;
}

.implementation-page .px-slider.horizontal_2 .px-slider__item {
  -webkit-box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.1) !important;
          box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.1) !important;
}

.implementation-page .px-slider.horizontal_2 .px-slider__item--iterator:after {
  color: var(--fk-navy) !important;
  border: 2px solid var(--fk-navy) !important;
}

.implementation-page .px-slider.horizontal_2 h5.px-slider__title {
  font-size: 16px !important;
  color: var(--fk-black) !important;
}

.implementation-page .px-slider.horizontal_2 p.px-slider__description {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.implementation-page .px-slider.horizontal_2 p.px-slider__description strong {
  font-weight: bold;
}

.implementation-page .px-slider.horizontal_2 .swiper-pagination-bullet {
  background: var(--fk-gray200) !important;
}

.implementation-page .px-slider.horizontal_2 .swiper-pagination-bullet-active {
  background: var(--fk-navy) !important;
}

.implementation-page .FAQ {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .implementation-page p.lead {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .implementation-page .step {
    margin-bottom: 100px;
    margin-top: 40px;
  }
  .implementation-page .px-slider.horizontal_2 h5.px-slider__title {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
  .implementation-page .px-slider.horizontal_2 p.px-slider__description {
    font-size: 16px !important;
    line-height: 2 !important;
  }
  .implementation-page .px-slider.horizontal_2 .swiper-pagination {
    margin: 0;
  }
}

.implementation-page .support-section {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .implementation-page .support-section {
    padding-top: calc(7.8125vw + 20px);
  }
}

@media screen and (min-width: 1280px) {
  .implementation-page .support-section {
    padding-top: 120px;
  }
}

.implementation-page .support-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .implementation-page .support-section h2 {
    margin-bottom: 60px;
  }
}

.implementation-page .support-section .inner {
  background: #fff;
}

.implementation-page .support-section .inner ul.detail {
  background: #f4f6fA;
}

/* story ==============================*/
.feature-page.story-page .page-banner::after {
  background: #1e3c8c;
}

.feature-page.story-page .page-banner .intro-story {
  width: 1140px;
  height: 800px;
  margin: 80px auto 50px;
  position: relative;
}

.feature-page.story-page .page-banner .intro-story .story-segawa {
  position: absolute;
  right: 0;
  top: 20%;
  width: 52%;
}

.feature-page.story-page .page-banner .intro-story .story-bubble {
  position: absolute;
  left: -2%;
  top: 0;
  width: 59%;
}

.feature-page.story-page .page-banner .intro-story p.lead {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  position: absolute;
  left: 8%;
  top: 56%;
  margin: 0;
  padding: 0;
  opacity: 0.8;
}

@media screen and (max-width: 1199px) {
  .feature-page.story-page .page-banner .intro-story {
    width: 940px;
    height: 658px;
  }
  .feature-page.story-page .page-banner .intro-story p.lead {
    left: 80px;
    bottom: 300px;
  }
}

@media screen and (max-width: 991px) {
  .feature-page.story-page .page-banner .intro-story {
    width: 750px;
    height: 525px;
  }
  .feature-page.story-page .page-banner .intro-story p.lead {
    font-size: 16px;
    left: 30px;
    bottom: 280px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .page-banner .intro-story {
    width: 375px;
    height: 540px;
    margin: 0px auto 150px;
  }
  .feature-page.story-page .page-banner .intro-story .story-segawa {
    right: -20px;
    top: 120px;
    width: 300px;
  }
  .feature-page.story-page .page-banner .intro-story .story-bubble {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 330px;
  }
  .feature-page.story-page .page-banner .intro-story p.lead {
    font-size: 16px;
    line-height: 2;
    left: 6.6%;
    bottom: -120px;
    top: auto;
  }
}

.feature-page.story-page .page-banner + .page-content::before {
  top: 0px !important;
}

.feature-page.story-page .page-banner + .page-content {
  padding: 0 0;
}

.feature-page.story-page .page-banner + .page-content .row {
  position: relative;
}

.feature-page.story-page .story-content .story-photo img {
  width: 100%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.2);
}

.feature-page.story-page .story-content .story-title {
  color: var(--fk-black);
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
}

.feature-page.story-page .story-content .story-title::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .feature-page.story-page .story-content .story-title::after {
    width: 60px;
    margin: 16px auto 0;
    height: 6px;
  }
}

.feature-page.story-page .story-content .story-text .story-sentence {
  font-size: 16px;
  line-height: 2;
}

.feature-page.story-page .story-content .story-text .story-sentence img {
  display: block;
  margin: 0 auto;
}

.feature-page.story-page .story-content .story-text .story-sentence span {
  font-weight: bold;
  font-size: 18px;
}

.feature-page.story-page .story-content .story-text .story-sentence span.summary {
  color: #1e3c8c;
}

.feature-page.story-page .story-content .story-text .story-sentence ul {
  margin-top: 10px;
}

.feature-page.story-page .story-content .story-text .story-sentence ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 10px;
}

.feature-page.story-page .story-content .story-text .story-sentence ul li:last-child {
  margin-bottom: 0px;
}

.feature-page.story-page .story-content img.square-L {
  position: absolute;
  width: 48.6%;
}

.feature-page.story-page .story-content img.square-S {
  position: absolute;
  width: 14.3%;
}

@media screen and (max-width: 1199px) {
  .feature-page.story-page .story-content .story-title {
    font-size: 40px;
  }
  .feature-page.story-page .story-content .story-text .story-sentence {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .feature-page.story-page .story-content .story-title {
    font-size: 30px;
  }
  .feature-page.story-page .story-content .story-text .story-sentence {
    font-size: 16px;
    line-height: 2;
  }
  .feature-page.story-page .story-content .story-text .story-sentence ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .page-banner + .page-content::before {
    top: -80px;
  }
  .feature-page.story-page .story-content .story-title {
    font-size: 28px;
  }
}

/* story 01 */
.feature-page.story-page .story-content .story01 {
  margin-bottom: 200px;
  position: relative;
  z-index: 19;
}

.feature-page.story-page .story-content .story01 .story-title {
  text-align: right;
  margin-top: 59.4%;
  margin-bottom: 16.0%;
}

.feature-page.story-page .story-content .story01 .story-title::after {
  margin: 16px 0 0 auto;
}

.feature-page.story-page .story-content .story01 img.square-L {
  left: 25.4%;
  top: 20%;
}

.feature-page.story-page .story-content .story01 img.square-S {
  left: 34.2%;
  top: 110%;
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story01 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story01 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story01 img.square-L {
    width: 80%;
    left: auto;
    right: 0;
    top: 20%;
  }
  .feature-page.story-page .story-content .story01 img.square-S {
    width: 26.6%;
    left: 0;
    right: auto;
    top: 90%;
  }
}

/* story 02 */
.feature-page.story-page .story-content .story02 {
  margin-bottom: 150px;
  position: relative;
  z-index: 18;
}

.feature-page.story-page .story-content .story02 .story-title {
  margin-top: 18.8%;
  margin-bottom: 12.0%;
}

.feature-page.story-page .story-content .story02 .story-text .story-sentence {
  padding-left: 17.0%;
}

.feature-page.story-page .story-content .story02 img.square-L {
  width: 31.5%;
  left: 42.7%;
  top: 22.2%;
}

.feature-page.story-page .story-content .story02 img.square-S {
  left: 8.6%;
  top: 84.3%;
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story02 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story02 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story02 .story-text .story-sentence {
    padding-left: 0%;
  }
  .feature-page.story-page .story-content .story02 .story-photo {
    text-align: right;
  }
  .feature-page.story-page .story-content .story02 .story-photo img {
    width: 75%;
  }
  .feature-page.story-page .story-content .story02 img.square-L {
    width: 80%;
    left: 0;
    right: auto;
    top: 30%;
  }
  .feature-page.story-page .story-content .story02 img.square-S {
    width: 26.6%;
    left: auto;
    right: 0;
    top: 90%;
  }
}

/* story 03 */
.feature-page.story-page .story-content .story03 {
  margin-bottom: 200px;
  position: relative;
  z-index: 17;
}

.feature-page.story-page .story-content .story03 .story-title {
  text-align: right;
  margin-top: 9.0%;
  margin-bottom: 26.1%;
}

.feature-page.story-page .story-content .story03 .story-title::after {
  margin: 16px 0 0 auto;
}

.feature-page.story-page .story-content .story03 .story-text .story-sentence {
  padding-right: 17.6%;
}

.feature-page.story-page .story-content .story03 img.square-L {
  width: 40.0%;
  left: 42.8%;
  top: 28.6%;
}

.feature-page.story-page .story-content .story03 img.square-S {
  left: 76.8%;
  top: 102.5%;
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story03 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story03 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story03 .story-photo img {
    width: 75%;
  }
  .feature-page.story-page .story-content .story03 img.square-L {
    width: 80%;
    left: auto;
    right: 0;
    top: 40%;
  }
  .feature-page.story-page .story-content .story03 img.square-S {
    width: 26.6%;
    left: 0;
    right: auto;
    top: 90%;
  }
}

/* story 04 */
.feature-page.story-page .story-content .story04 {
  margin-bottom: 150px;
  position: relative;
  z-index: 16;
}

.feature-page.story-page .story-content .story04 .story-title {
  margin-top: 7.0%;
  margin-bottom: 7.0%;
}

.feature-page.story-page .story-content .story04 .story-text .story-sentence {
  padding-left: 17%;
  padding-right: 17%;
}

.feature-page.story-page .story-content .story04 img.square-L {
  left: 8.5%;
  top: 22%;
}

.feature-page.story-page .story-content .story04 img.square-S {
  left: 77.2%;
  top: 84%;
}

@media screen and (max-width: 991px) {
  .feature-page.story-page .story-content .story04 .story-text .story-sentence {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story04 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story04 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story04 .story-text .story-sentence {
    padding-left: 0%;
  }
  .feature-page.story-page .story-content .story04 img.square-L {
    width: 80%;
    left: 0;
    right: auto;
    top: 10%;
  }
  .feature-page.story-page .story-content .story04 img.square-S {
    width: 26.6%;
    left: auto;
    right: 0;
    top: 95%;
  }
}

/* story 05 */
.feature-page.story-page .story-content .story05 {
  margin-bottom: 150px;
  position: relative;
  z-index: 15;
}

.feature-page.story-page .story-content .story05 .story-title {
  text-align: right;
  margin-top: 14.0%;
  margin-bottom: 30.2%;
}

.feature-page.story-page .story-content .story05 .story-title::after {
  margin: 16px 0 0 auto;
}

.feature-page.story-page .story-content .story05 .story-text .story-sentence {
  padding-right: 21.2%;
}

.feature-page.story-page .story-content .story05 img.square-L {
  width: 31.5%;
  left: 51.3%;
  top: 28.2%;
}

.feature-page.story-page .story-content .story05 img.square-S {
  left: 42.8%;
  top: 80%;
}

@media screen and (max-width: 1199px) {
  .feature-page.story-page .story-content .story05 .story-text .story-sentence {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story05 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story05 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story05 img.square-L {
    width: 80%;
    left: auto;
    right: 0;
    top: 10%;
  }
  .feature-page.story-page .story-content .story05 img.square-S {
    width: 26.6%;
    left: 0;
    right: auto;
    top: 90%;
  }
}

/* story 06 */
.feature-page.story-page .story-content .story06 {
  margin-bottom: 100px;
  position: relative;
  z-index: 14;
}

.feature-page.story-page .story-content .story06 .story-photo {
  padding-top: 11.1%;
}

.feature-page.story-page .story-content .story06 .story-title {
  margin-bottom: 15.8%;
}

.feature-page.story-page .story-content .story06 .story-text .story-sentence {
  margin-left: 17.5%;
}

.feature-page.story-page .story-content .story06 .story-photo {
  text-align: right;
}

.feature-page.story-page .story-content .story06 img.square-L {
  left: 17.2%;
  top: 47.4%;
}

.feature-page.story-page .story-content .story06 img.square-S {
  left: 60%;
  top: 76.1%;
}

@media screen and (max-width: 1199px) {
  .feature-page.story-page .story-content .story06 .story-text .story-sentence {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story06 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story06 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story06 .story-text .story-sentence {
    padding-left: 0%;
  }
  .feature-page.story-page .story-content .story06 .story-photo {
    text-align: right;
  }
  .feature-page.story-page .story-content .story06 .story-photo img {
    width: 75%;
  }
  .feature-page.story-page .story-content .story06 img.square-L {
    width: 80%;
    left: 0;
    right: auto;
    top: 20%;
  }
  .feature-page.story-page .story-content .story06 img.square-S {
    width: 26.6%;
    left: auto;
    right: 0;
    top: 95%;
  }
}

/* story 07 */
.feature-page.story-page .story-content .story07 {
  margin-bottom: 200px;
  position: relative;
  z-index: 13;
}

.feature-page.story-page .story-content .story07 .story-photo {
  padding-top: 26%;
}

.feature-page.story-page .story-content .story07 .story-title {
  text-align: right;
  margin-bottom: 15.2%;
}

.feature-page.story-page .story-content .story07 .story-title::after {
  margin: 16px 0 0 auto;
}

.feature-page.story-page .story-content .story07 .story-text .story-sentence {
  padding-right: 14.7%;
}

.feature-page.story-page .story-content .story07 .story-photo img {
  width: 75%;
}

.feature-page.story-page .story-content .story07 img.square-L {
  width: 57.2%;
  left: 25.7%;
  top: 13.9%;
}

.feature-page.story-page .story-content .story07 img.square-S {
  left: 85.5%;
  top: 85.4%;
}

@media screen and (max-width: 991px) {
  .feature-page.story-page .story-content .story07 .story-text .story-sentence {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story07 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story07 .story-photo {
    padding-top: 0%;
  }
  .feature-page.story-page .story-content .story07 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story07 img.square-L {
    width: 80%;
    left: auto;
    right: 0;
    top: 30%;
  }
  .feature-page.story-page .story-content .story07 img.square-S {
    width: 26.6%;
    left: 0;
    right: auto;
    top: 95%;
  }
}

/* story 08 */
.feature-page.story-page .story-content .story08 {
  margin-bottom: 200px;
  position: relative;
  z-index: 12;
}

.feature-page.story-page .story-content .story08 .story-title {
  margin-top: 7.0%;
  margin-bottom: 7.0%;
}

.feature-page.story-page .story-content .story08 .story-text .story-sentence {
  padding-left: 8.7%;
  padding-right: 25.6%;
}

.feature-page.story-page .story-content .story08 img.square-L {
  left: 51.2%;
  top: 18.8%;
}

.feature-page.story-page .story-content .story08 img.square-S {
  left: 0%;
  top: 88.8%;
}

@media screen and (max-width: 991px) {
  .feature-page.story-page .story-content .story08 .story-text .story-sentence {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story08 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story08 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story08 .story-text .story-sentence {
    padding-left: 0%;
  }
  .feature-page.story-page .story-content .story08 img.square-L {
    width: 80%;
    left: 0;
    right: auto;
    top: 10%;
  }
  .feature-page.story-page .story-content .story08 img.square-S {
    width: 26.6%;
    left: auto;
    right: 0;
    top: 95%;
  }
}

/* story 09 */
.feature-page.story-page .story-content .story09 {
  margin-bottom: 200px;
  position: relative;
  z-index: 11;
}

.feature-page.story-page .story-content .story09 .story-title {
  text-align: right;
  margin-top: 3.0%;
  margin-bottom: 18.6%;
}

.feature-page.story-page .story-content .story09 .story-title::after {
  margin: 16px 0 0 auto;
}

.feature-page.story-page .story-content .story09 .story-text .story-sentence {
  padding-right: 17.6%;
}

.feature-page.story-page .story-content .story09 .story-photo img {
  width: 75%;
}

.feature-page.story-page .story-content .story09 img.square-L {
  width: 40.2%;
  left: 42.7%;
  top: 33.8%;
}

.feature-page.story-page .story-content .story09 img.square-S {
  left: 34.4%;
  top: 105%;
}

@media screen and (max-width: 1199px) {
  .feature-page.story-page .story-content .story09 .story-text .story-sentence {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story09 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story09 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story09 img.square-L {
    width: 80%;
    left: auto;
    right: 0;
    top: 30%;
  }
  .feature-page.story-page .story-content .story09 img.square-S {
    width: 26.6%;
    left: 0;
    right: auto;
    top: 90%;
  }
}

/* story 10 */
.feature-page.story-page .story-content .story10 {
  margin-bottom: 200px;
  position: relative;
  z-index: 10;
}

.feature-page.story-page .story-content .story10 .story-title {
  margin-top: 4.0%;
  margin-bottom: 7.0%;
}

.feature-page.story-page .story-content .story10 .story-text .story-sentence {
  padding-left: 20.6%;
}

.feature-page.story-page .story-content .story10 img.square-L {
  width: 57.2%;
  left: 8.5%;
  top: 31.1%;
}

.feature-page.story-page .story-content .story10 img.square-S {
  left: 85.6%;
  top: 90%;
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story10 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story10 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story10 .story-text .story-sentence {
    padding-left: 0%;
  }
  .feature-page.story-page .story-content .story10 img.square-L {
    width: 80%;
    left: 0;
    right: auto;
    top: 10%;
  }
  .feature-page.story-page .story-content .story10 img.square-S {
    width: 26.6%;
    left: auto;
    right: 0;
    top: 95%;
  }
}

/* story 11 */
.feature-page.story-page .story-content .story11 {
  margin-bottom: 100px;
  position: relative;
  z-index: 20;
}

.feature-page.story-page .story-content .story11 .story-title {
  text-align: right;
  margin-top: 7.0%;
  margin-bottom: 7.0%;
}

.feature-page.story-page .story-content .story11 .story-title::after {
  margin: 16px 0 0 auto;
}

.feature-page.story-page .story-content .story11 .story-text .story-sentence {
  padding-right: 17.1%;
}

.feature-page.story-page .story-content .story11 img.square-L {
  width: 57.2%;
  left: 42.8%;
  top: 25%;
}

.feature-page.story-page .story-content .story11 img.square-S {
  left: 0%;
  top: 90%;
}

@media screen and (max-width: 991px) {
  .feature-page.story-page .story-content .story11 .story-text .story-sentence {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.story-page .story-content .story11 {
    margin-bottom: 100px;
  }
  .feature-page.story-page .story-content .story11 .story-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .feature-page.story-page .story-content .story11 img.square-L {
    width: 80%;
    left: auto;
    right: 0;
    top: 10%;
  }
  .feature-page.story-page .story-content .story11 img.square-S {
    width: 26.6%;
    left: 0;
    right: auto;
    top: 95%;
  }
}

.year2030-page .page-banner {
  background-image: url("../images/year2030-segawa-s.jpg");
  background-color: #1e3c8c;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .year2030-page .page-banner {
    background-image: url("../images/year2030-segawa.jpg");
    background-position: left top;
    background-size: cover;
  }
}

.year2030-page .page-banner .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 60, 140, 0)), to(#1e3c8c));
  background: linear-gradient(to bottom, rgba(30, 60, 140, 0), #1e3c8c);
  padding: 160px 0 120px;
}

@media (min-width: 768px) {
  .year2030-page .page-banner .inner {
    padding: 240px 0 160px;
  }
}

.year2030-page .page-banner .page-title {
  font-size: 32px;
}

@media (min-width: 768px) {
  .year2030-page .page-banner .page-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .year2030-page .page-banner .page-title {
    font-size: 60px;
  }
}

.year2030-page .page-banner .page-title span {
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 768px) {
  .year2030-page .page-banner .page-title span {
    font-size: 24px;
  }
}

.year2030-page .page-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  width: 90%;
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .year2030-page .page-banner p {
    font-size: 18px;
    margin: 60px auto 0;
  }
}

.year2030-page .about {
  margin-top: -80px;
  margin-bottom: 100px;
  padding: 0 30px;
}

.year2030-page .about .box {
  border: solid 8px rgba(30, 60, 140, 0.2);
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .year2030-page .about .box {
    border: solid 12px rgba(30, 60, 140, 0.2);
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.year2030-page .about .sub {
  opacity: 0.1;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #1e3c8c;
}

@media (min-width: 768px) {
  .year2030-page .about .sub {
    font-size: 90px;
  }
}

.year2030-page .about h2 {
  color: #1e283c;
  font-size: 24px;
  margin-top: -24px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .year2030-page .about h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-top: -40px;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .year2030-page .about h2 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .year2030-page .about h2 {
    font-size: 40px;
  }
}

.year2030-page .about h2::after {
  display: none;
}

.year2030-page .about p {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .year2030-page .about p {
    padding: 0 60px;
  }
}

.year2030-page .year2030-block {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block {
    margin-bottom: 100px;
  }
}

.year2030-page .year2030-block .title {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.year2030-page .year2030-block .title .head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  color: #1e3c8c;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block .title .head {
    border-right: 1px solid #1e3c8c;
    padding-right: 30px;
    margin: 0;
    width: 100px;
  }
}

.year2030-page .year2030-block .title .head .chapter {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1e3c8c;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block .title .head .chapter {
    padding-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.year2030-page .year2030-block .title .head .number {
  font-size: 72px;
  font-weight: 100;
  text-align: center;
}

.year2030-page .year2030-block .title .main-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #1e283c;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block .title .main-title {
    padding-left: 30px;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: left;
  }
}

.year2030-page .year2030-block .text-wrapper {
  background-color: #fff;
  padding: 30px 0 60px;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block .text-wrapper {
    padding: 40px 0 80px;
  }
}

.year2030-page .year2030-block .text-wrapper .text {
  font-size: 16px;
  line-height: 2;
}

.year2030-page .year2030-block .text-wrapper figure {
  display: block;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .year2030-page .year2030-block .text-wrapper figure {
    margin: 40px -20px;
  }
}

@media (min-width: 992px) {
  .year2030-page .year2030-block .text-wrapper figure {
    margin: 60px -100px;
  }
}

@media (min-width: 1280px) {
  .year2030-page .year2030-block .text-wrapper figure {
    margin: 60px -160px;
  }
}

.year2030-page .year2030-block .text-wrapper .sub-title {
  color: #1e3c8c;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}

.year2030-page .year2030-block .text-wrapper .sub-title span {
  font-size: 16px;
}

.year2030-page .year2030-block .text-wrapper ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.year2030-page .year2030-block .text-wrapper ul li {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.year2030-page .year2030-block .text-wrapper ul li:last-child {
  margin-bottom: 0;
}

.year2030-page .year2030-block .text-wrapper ul li span {
  font-weight: 400;
  font-size: 14px;
}

.benefit-page .benefit {
  padding-top: 40px;
  width: 90%;
}

@media (min-width: 992px) {
  .benefit-page .benefit {
    margin-bottom: 100px;
    padding-top: 60px;
  }
}

.benefit-page .benefit p {
  color: #1e283c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .benefit-page .benefit p {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.benefit-page .benefit p span {
  font-size: 24px;
  color: #1e3c8c;
}

@media (min-width: 992px) {
  .benefit-page .benefit p span {
    font-size: 32px;
  }
}

.benefit-page .benefit .figure {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .benefit-page .benefit .figure {
    margin-bottom: 60px;
  }
}

.benefit-page .benefit .picture {
  width: 80%;
  margin: 0 auto 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .benefit-page .benefit .picture {
    margin-bottom: 60px;
    width: 65%;
  }
}

@media (min-width: 922px) {
  .benefit-page .benefit .picture {
    margin-bottom: 60px;
    width: 50%;
  }
}

.benefit-page .benefit-case01 {
  background-image: url("../images/benefit-case01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 400px;
}

.benefit-page .benefit-case02 {
  background-image: url("../images/benefit-case02.jpg");
  background-repeat: no-repeat;
  background-position: left 15% bottom;
  background-size: cover;
  height: 400px;
}

@media (min-width: 768px) {
  .benefit-page .benefit-case02 {
    background-position: center bottom;
  }
}

.benefit-page .benefit-case {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .benefit-page .benefit-case {
    margin-bottom: 100px;
  }
}

.benefit-page .benefit-case .benefit-text {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -110px;
  padding: 0 20px 20px;
}

@media (min-width: 768px) {
  .benefit-page .benefit-case .benefit-text {
    padding: 0 40px 40px;
    margin-top: -140px;
  }
}

.benefit-page .benefit-case .benefit-text h2 {
  height: 110px;
  padding-top: 24px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .benefit-page .benefit-case .benefit-text h2 {
    height: 140px;
    margin-bottom: 40px;
  }
}

.benefit-page .benefit-case .benefit-text h2::after {
  display: none;
}

.benefit-page .btn-iem {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-width: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 0;
  width: 80%;
  text-align: center;
  white-space: nowrap;
  border-radius: 60px;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  margin: 0 auto 60px;
}

.benefit-page .btn-iem:hover {
  background-color: transparent;
  background-position: left center;
}

.benefit-page .btn-iem span {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .benefit-page .btn-iem {
    font-size: 24px;
    padding: 18px 0;
    margin: 0 auto 100px;
    width: 400px;
  }
  .benefit-page .btn-iem span {
    font-size: 18px;
  }
}

.benefit-page .btn-iem:hover {
  color: #1e3c8c;
}

.archive-paper {
  /*input要素は非表示*/
  /*タブエリアの設定*/
}

.archive-paper input {
  display: none;
}

.archive-paper .tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*タブボタン部分*/
  /*コンテンツ部分*/
  /*タブを選択したとき*/
  /*コンテンツをフェイドインするアニメーション*/
}

.archive-paper .tab_area .btn_tab {
  color: #787e8a;
}

.archive-paper .tab_area label {
  display: block;
  width: 50%;
  padding: 16px 0;
  border-bottom: 4px solid rgba(30, 60, 140, 0);
  text-align: center;
  float: left;
  cursor: pointer;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .archive-paper .tab_area label {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .archive-paper .tab_area label {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .archive-paper .tab_area label {
    font-size: 24px;
  }
}

.archive-paper .tab_area .content {
  display: none;
  width: 100%;
  padding: 8px 0 0;
  /*フェイドインアニメーションのために透明度を０に*/
}

@media (min-width: 768px) {
  .archive-paper .tab_area .content {
    padding: 24px 0 0;
  }
}

@media (min-width: 1200px) {
  .archive-paper .tab_area .content {
    padding: 32px 0 0;
  }
}

.archive-paper .tab_area .content .inner {
  opacity: 0;
}

.archive-paper .tab_area input:checked + .btn_tab {
  color: #1e283c;
  border-bottom: 4px solid #1e3c8c;
}

.archive-paper .tab_area input:checked + .btn_tab + .content {
  display: block;
}

.archive-paper .tab_area input:checked + .btn_tab + .content .inner {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.archive-paper h2 {
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .archive-paper h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
}

.archive-paper h2::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .archive-paper h2::after {
    width: 60px;
    margin: 16px auto 0;
    height: 6px;
  }
}

.archive-paper .benefit {
  padding-top: 0px !important;
  width: 90%;
}

@media (min-width: 992px) {
  .archive-paper .benefit {
    margin-bottom: 0px;
    padding-top: 0px !important;
  }
}

.archive-paper .benefit p {
  color: #1e283c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .archive-paper .benefit p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.archive-paper .benefit p span {
  font-size: 24px;
  color: #1e3c8c;
}

@media (min-width: 992px) {
  .archive-paper .benefit p span {
    font-size: 32px;
  }
}

.archive-paper .benefit .figure {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .archive-paper .benefit .figure {
    margin-bottom: 30px;
  }
}

.archive-paper .effect {
  background-color: #1e3c8c;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .archive-paper .effect {
    margin-bottom: 120px;
  }
}

.archive-paper .effect p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  padding: 30px 15px 30px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .archive-paper .effect p {
    font-size: 24px;
    padding: 60px 15px 30px;
  }
}

.archive-paper .effect p span {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 10px;
  border-top: 2px solid #00bcd4;
  border-bottom: 2px solid #00bcd4;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .archive-paper .effect p span {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #00bcd4), color-stop(85%, transparent));
    background: linear-gradient(transparent 60%, #00bcd4 60% 85%, transparent 85%);
    border: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .archive-paper .effect p span {
    font-size: 32px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #00bcd4), color-stop(85%, transparent));
    background: linear-gradient(transparent 60%, #00bcd4 60% 85%, transparent 85%);
  }
}

.archive-paper .effect .picture {
  display: block;
  margin: 0 auto 0;
  width: 75%;
}

@media (min-width: 768px) {
  .archive-paper .effect .picture {
    width: 50%;
  }
}

@media (min-width: 922px) {
  .archive-paper .effect .picture {
    width: 33%;
  }
}

.archive-paper .benefit-case01 {
  background-image: url("../images/benefit-case01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 400px;
}

.archive-paper .benefit-case02 {
  background-image: url("../images/benefit-case02.jpg");
  background-repeat: no-repeat;
  background-position: left 15% bottom;
  background-size: cover;
  height: 400px;
}

@media (min-width: 768px) {
  .archive-paper .benefit-case02 {
    background-position: center bottom;
  }
}

.archive-paper .benefit-case {
  margin-bottom: 60px;
  padding: 0px 15px !important;
}

@media (min-width: 768px) {
  .archive-paper .benefit-case {
    margin-bottom: 100px;
  }
}

.archive-paper .benefit-case .benefit-text {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -110px;
  padding: 0 20px 20px;
}

@media (min-width: 768px) {
  .archive-paper .benefit-case .benefit-text {
    padding: 0 40px 40px;
    margin-top: -140px;
  }
}

.archive-paper .benefit-case .benefit-text h2 {
  height: 110px;
  padding-top: 24px;
  margin-bottom: 20px;
  color: #1e3c8c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .archive-paper .benefit-case .benefit-text h2 {
    height: 140px;
    margin-bottom: 40px;
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.archive-paper .benefit-case .benefit-text h2::after {
  display: none;
}

.archive-paper .benefit-case .benefit-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #4b5363;
  margin: 0;
}

.iem-page .problem {
  margin-top: 40px;
  padding-bottom: 220px;
  background-image: url("../images/iem-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom 10px;
  background-size: auto 200px;
}

@media (min-width: 768px) {
  .iem-page .problem {
    margin-top: 60px;
    padding-bottom: 100px;
    background-position: left bottom 20px;
    background-size: auto 75%;
  }
}

.iem-page .problem h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .iem-page .problem h3 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.iem-page .problem .reverse {
  margin-bottom: 24px;
  padding: 0 60px;
}

@media (min-width: 992px) {
  .iem-page .problem .reverse {
    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: 32px;
  }
}

.iem-page .problem .reverse .box {
  border: solid 8px rgba(30, 60, 140, 0.2);
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1e283c;
  line-height: 2;
}

@media (min-width: 768px) {
  .iem-page .problem .reverse .box {
    border: solid 12px rgba(30, 60, 140, 0.2);
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 32px;
  }
}

.iem-page .problem .reverse .box span {
  display: inline-block;
}

.iem-page .problem .reverse .box span::after {
  content: "";
  display: block;
  margin: -12px auto 0;
  width: 100%;
  height: 6px;
  background-color: #1e3c8c;
}

.iem-page .problem .reverse .arrow {
  padding: 8px;
}

.iem-page .problem .summary {
  text-align: center;
}

.iem-page .problem .summary h2 {
  color: #1e283c;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .iem-page .problem .summary h2 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .iem-page .problem .summary h2 {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .iem-page .problem .summary h2 {
    font-size: 40px;
  }
}

.iem-page .problem .summary h2::after {
  display: none;
}

.iem-page .problem .summary p {
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .iem-page .problem .summary p {
    font-size: 24px;
  }
}

.iem-page .problem .arrow {
  text-align: center;
  padding: 24px 0;
}

.iem-page .problem .arrow img {
  width: 36px;
}

@media (min-width: 768px) {
  .iem-page .problem .arrow img {
    width: auto;
  }
}

.iem-page .problem .cause {
  padding: 0 15px;
}

.iem-page .problem .cause .box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .iem-page .problem .cause .box {
    padding: 60px;
    border-radius: 12px;
  }
}

.iem-page .problem .cause h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .iem-page .problem .cause h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}

.iem-page .problem .cause h2::after {
  display: none;
}

.iem-page .problem .cause h3 {
  font-size: 18px;
  line-height: 1.5;
  background-color: #f4f6fA;
  padding: 16px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .iem-page .problem .cause h3 {
    padding: 24px;
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.iem-page .problem .cause .text {
  font-size: 16px;
  line-height: 2;
}

.iem-page .problem .cause .text ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

.iem-page .problem .cause .text span {
  font-weight: 700;
}

.iem-page .approach {
  background-color: #1e3c8c;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .iem-page .approach {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.iem-page .approach h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .iem-page .approach h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

.iem-page .approach h2 span {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .iem-page .approach h2 span {
    font-size: 36px;
  }
}

.iem-page .approach h2 span.en {
  font-size: 14px;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .iem-page .approach h2 span.en {
    font-size: 18px;
  }
}

.iem-page .approach h2::after {
  background-color: #fff;
}

.iem-page .approach p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .iem-page .approach p {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.iem-page .approach img {
  width: 60%;
}

@media (min-width: 768px) {
  .iem-page .approach img {
    width: 540px;
  }
}

.iem-page .iem-block {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .iem-page .iem-block {
    margin-bottom: 100px;
  }
}

.iem-page .iem-block .row {
  background-color: #fff;
  padding: 0 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .iem-page .iem-block .row {
    padding: 0 60px;
  }
}

.iem-page .iem-block .title {
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(30, 60, 140, 0.3);
}

@media (min-width: 768px) {
  .iem-page .iem-block .title {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 32px;
  }
}

.iem-page .iem-block .title .head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  color: #1e3c8c;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .iem-page .iem-block .title .head {
    width: 120px;
    margin: 0;
    width: 140px;
  }
}

.iem-page .iem-block .title .head .chapter {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .iem-page .iem-block .title .head .chapter {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.iem-page .iem-block .title .head .chapter::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .iem-page .iem-block .title .head .chapter::after {
    display: none;
  }
}

.iem-page .iem-block .title .main-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #1e283c;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}

.iem-page .iem-block .title .main-title span {
  font-weight: 700;
  color: #1e3c8c;
}

@media (min-width: 768px) {
  .iem-page .iem-block .title .main-title {
    padding-left: 30px;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: left;
    border-left: 1px solid rgba(30, 60, 140, 0.3);
  }
}

.iem-page .iem-block .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .iem-page .iem-block .text {
    font-size: 18px;
    padding-bottom: 60px;
  }
}

.iem-page .iem-block .text h4 {
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .iem-page .iem-block .text h4 {
    font-size: 24px;
  }
}

.iem-page .iem-block .text img {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 16px;
  max-width: 400px;
  width: 100%;
}

@media (min-width: 768px) {
  .iem-page .iem-block .text img {
    margin-top: 32px;
    margin-bottom: 16px;
    max-width: 100%;
    width: 70%;
  }
}

.iem-page .iem-block .text img.no-arrow {
  margin-top: 0;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .iem-page .iem-block .text img.no-arrow {
    margin-top: 0;
    margin-bottom: 48px;
  }
}

.iem-page .iem-block .text p {
  text-align: left;
  line-height: 2;
}

@media (min-width: 768px) {
  .iem-page .iem-block .text p {
    text-align: center;
  }
}

.iem-page .iem-block .text span {
  color: #1e3c8c;
  font-weight: 700;
}

.iem-page .btn-story {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-width: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 0;
  width: 80%;
  text-align: center;
  white-space: nowrap;
  border-radius: 60px;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  margin: 0 auto 60px;
}

.iem-page .btn-story:hover {
  background-color: transparent;
  background-position: left center;
}

.iem-page .btn-story span {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .iem-page .btn-story {
    font-size: 24px;
    padding: 18px 0;
    margin: 0 auto 100px;
    width: 400px;
  }
  .iem-page .btn-story span {
    font-size: 18px;
  }
}

.iem-page .btn-story:hover {
  color: #1e3c8c;
}

.seminar-page .lead {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .seminar-page .lead {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }
}

.seminar-page .seminar-list {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .seminar-page .seminar-list {
    margin-bottom: 100px;
  }
}

.seminar-page .seminar-list h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .seminar-page .seminar-list h2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.seminar-page .seminar-list .lead {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .seminar-page .seminar-list .lead {
    text-align: center;
    margin: 30px 0;
  }
}

.seminar-page .seminar-list .post-list.seminar-new {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seminar-page .seminar-list .post-list.seminar-new > li {
  display: block;
  margin: 0;
  padding: 15px;
  width: 100%;
}

.seminar-page .seminar-list .post-list.seminar-new .card {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 3px 6px 0 rgba(30, 60, 140, 0.2);
  display: block;
}

.seminar-page .seminar-list .post-list.seminar-new .card > a {
  display: block;
}

@media (min-width: 768px) {
  .seminar-page .seminar-list .post-list.seminar-new .card > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.seminar-page .seminar-list .post-list.seminar-new .card > a:hover {
  -webkit-box-shadow: 0 6px 12px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 6px 12px 0 rgba(30, 60, 140, 0.2);
}

.seminar-page .seminar-list .post-list.seminar-new .card > a:hover .post-thumbnail {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.seminar-page .seminar-list .post-list.seminar-new .card .post-thumbnail {
  margin-bottom: 0px;
  text-align: left;
}

@media (min-width: 768px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-thumbnail {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 992px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-thumbnail {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media (min-width: 1200px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-thumbnail {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.seminar-page .seminar-list .post-list.seminar-new .card .post-thumbnail > img {
  height: auto;
  width: 100%;
}

.seminar-page .seminar-list .post-list.seminar-new .card .card-body {
  display: block;
  background: #fff;
  padding: 16px 16px;
  position: relative;
}

@media (min-width: 768px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .card-body {
    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;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 992px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .card-body {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 20px 20px;
  }
}

@media (min-width: 1200px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .card-body {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

.seminar-page .seminar-list .post-list.seminar-new .card .card-footer {
  border-top: 1px solid #e8e9eb;
  padding: 12px 24px;
}

.seminar-page .seminar-list .post-list.seminar-new .card .post-meta {
  margin-bottom: 0px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.seminar-page .seminar-list .post-list.seminar-new .card .post-title {
  color: #1e283c;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.seminar-page .seminar-list .post-list.seminar-new .card .post-date {
  color: #4b5363;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-date {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
}

.seminar-page .seminar-list .post-list.seminar-new .card .post-summary p {
  color: #4b5363;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-summary p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}

@media (min-width: 1200px) {
  .seminar-page .seminar-list .post-list.seminar-new .card .post-summary p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
}

.seminar-page .more {
  text-align: right;
}

.seminar-page .more a {
  color: #00bcd4;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 8px 0px;
  border: none;
  width: auto;
}

@media (min-width: 768px) {
  .seminar-page .more a {
    font-size: 18px;
    padding: 8px 0;
  }
}

.seminar-page .more a:hover {
  color: #2d5dea;
}

.seminar-page .more a i {
  font-size: 16px;
  margin-left: 6px;
  margin-top: -3px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .seminar-page .more a i {
    font-size: 20px;
    margin-left: 8px;
    margin-top: -3px;
  }
}

.seminar {
  background: #fff;
}

.seminar .seminar-post.container {
  padding-top: 30px !important;
}

@media (max-width: 767px) {
  .seminar .seminar-post.container {
    padding-top: 0 !important;
  }
}

.seminar .seminar-post.container.no-padd {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .seminar .seminar-post.container.no-padd {
    padding-top: 0 !important;
  }
}

.seminar .Hubspot-form {
  padding: 20px 0 !important;
}

@media (max-width: 767px) {
  .seminar .Hubspot-form {
    padding: 0 !important;
  }
}

.seminar .Hubspot-form .container {
  padding-bottom: 0 !important;
}

.seminar .Hubspot-form p {
  font-size: 12px;
  color: #a5a9b1;
  line-height: 1.5;
  padding-top: 30px;
}

.seminar h2.seminar-main {
  margin-bottom: 60px;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .seminar h2.seminar-main {
    padding: 0;
    margin-bottom: 40px;
  }
}

.seminar h2.seminar-main::after {
  display: none;
}

.seminar h2.seminar-main img {
  -webkit-box-shadow: 0px 0px 10px rgba(30, 60, 140, 0.2);
          box-shadow: 0px 0px 10px rgba(30, 60, 140, 0.2);
}

.seminar .seminar-entry {
  margin: 40px 0;
}

.seminar .seminar-entry .cta-link a {
  background-color: #00BCD4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #00BCD4));
  background-image: linear-gradient(to right, transparent 50%, #00BCD4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 2px solid #00BCD4;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 30px;
  white-space: nowrap;
  text-align: center;
  border-radius: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .seminar .seminar-entry .cta-link a {
    font-size: 18px;
  }
}

.seminar .seminar-entry .cta-link a:hover {
  color: #00BCD4;
  background-color: transparent;
  background-position: left center;
}

.seminar .seminar-entry.single-day .cta-link a {
  display: block;
  width: 320px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .seminar .seminar-entry.single-day .cta-link a {
    width: 280px;
  }
}

.seminar .seminar-start {
  text-align: center;
}

.seminar .seminar-start p {
  color: #1e3c8c;
  display: inline-block;
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid #1e3c8c;
}

@media (min-width: 768px) {
  .seminar .seminar-start p {
    font-size: 32px;
    padding: 8px;
  }
}

.seminar .next-banner {
  margin-top: -40px;
}

.seminar .seminar-date {
  text-align: center;
  background-color: #f4f6fA;
  padding: 24px 0;
  border-radius: 8px;
  color: #1e283c;
  font-size: 14px;
  line-height: 1.5;
}

.seminar .seminar-date.next-banner {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .seminar .seminar-date {
    font-size: 20px;
  }
}

.seminar .seminar-date span {
  font-size: 24px;
}

@media (min-width: 768px) {
  .seminar .seminar-date span {
    font-size: 32px;
  }
}

.seminar .seminar-date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.seminar .seminar-date ul li {
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .seminar .seminar-date ul li {
    font-size: 16px;
  }
}

.seminar .seminar-date ul li span {
  font-size: 18px;
}

@media (min-width: 768px) {
  .seminar .seminar-date ul li span {
    font-size: 20px;
  }
}

.seminar .seminar-end {
  text-align: center;
}

.seminar .seminar-end p {
  background-color: #f4f6fA;
  color: #1e3c8c;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .seminar .seminar-end p {
    font-size: 18px;
    padding: 16px 32px;
  }
}

.seminar p.seminar-lead {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .seminar p.seminar-lead {
    text-align: left;
  }
}

.seminar p.seminar-lead strong {
  font-size: 20px;
  font-weight: 700;
  color: #1e283c;
}

@media (max-width: 767px) {
  .seminar p.seminar-lead strong {
    font-size: 16px;
  }
}

.seminar p.seminar-lead strong.navy {
  color: #1e3c8c !important;
}

.seminar p.seminar-lead.align-left {
  font-size: 16px;
  text-align: left;
  padding: 0 25px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .seminar p.seminar-lead.align-left {
    padding: 0 15px;
  }
}

.seminar p.seminar-lead.align-left strong {
  font-size: 20px;
  font-weight: 700;
  color: #1e283c;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .seminar p.seminar-lead.align-left strong {
    font-size: 16px;
  }
}

.seminar .seminar-point {
  color: #1e3c8c;
  background-color: #f4f6fA;
  border-radius: 8px;
  padding: 30px;
  margin: 0 25px 40px;
}

@media (max-width: 767px) {
  .seminar .seminar-point {
    margin: 0 0 40px;
    padding: 15px;
  }
}

.seminar .seminar-point p {
  color: #1e3c8c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .seminar .seminar-point p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.seminar .seminar-point ul {
  margin: 0 0 0 24px;
}

.seminar .seminar-point ul li {
  color: #1e283c;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.seminar .seminar-point ul li:last-child {
  margin-bottom: 0px;
}

.seminar .seminar-point ul li b {
  color: #1e3c8c;
}

@media (max-width: 767px) {
  .seminar .seminar-point ul li {
    font-size: 16px;
  }
}

.seminar .seminar-seika {
  color: #fff;
  background-color: #1e3c8c;
  border-radius: 8px;
  padding: 30px;
  margin: 40px 30px;
}

@media (max-width: 767px) {
  .seminar .seminar-seika {
    margin: 30px 0;
    padding: 15px;
  }
}

.seminar .seminar-seika ul {
  margin: 0 0 0 24px;
}

.seminar .seminar-seika ul li {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.seminar .seminar-seika ul li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .seminar .seminar-seika ul li {
    font-size: 16px;
  }
}

.seminar .seminar-task {
  color: #fff;
  background-color: #a5a9b1;
  border-radius: 8px;
  padding: 30px;
  margin: 40px 30px;
}

@media (max-width: 767px) {
  .seminar .seminar-task {
    margin: 30px 0;
    padding: 15px;
  }
}

.seminar .seminar-task p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .seminar .seminar-task p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.seminar .seminar-task ul {
  margin: 0 0 0 24px;
}

.seminar .seminar-task ul li {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.seminar .seminar-task ul li:last-child {
  margin-bottom: 0px;
}

.seminar .seminar-task ul li b {
  font-weight: 700;
}

@media (max-width: 767px) {
  .seminar .seminar-task ul li {
    font-size: 16px;
  }
}

.seminar .seminar-voice {
  color: #1e3c8c;
  border: 2px solid #1e3c8c;
  border-radius: 8px;
  padding: 30px;
  margin: 40px 30px;
}

@media (max-width: 767px) {
  .seminar .seminar-voice {
    margin: 30px 0;
    padding: 15px;
  }
}

.seminar .seminar-voice ul {
  margin: 0 0 0 24px;
  list-style: none;
}

.seminar .seminar-voice ul li {
  color: #1e283c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.seminar .seminar-voice ul li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .seminar .seminar-voice ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.seminar h3 {
  text-align: center;
  font-size: 32px !important;
  margin-top: 150px !important;
  margin-bottom: 60px !important;
  color: #1e3c8c !important;
}

@media (max-width: 767px) {
  .seminar h3 {
    font-size: 28px !important;
    margin-top: 60px !important;
    margin-bottom: 40px !important;
  }
}

.seminar h3::after {
  content: "";
  display: block;
  margin: 18px auto 0;
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (max-width: 991px) {
  .seminar .profile {
    margin-bottom: 30px;
  }
}

.seminar .profile .portrait {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 991px) {
  .seminar .profile .portrait {
    text-align: center;
  }
}

.seminar .profile .portrait img {
  max-width: 80%;
}

.seminar .profile .portrait.single img {
  max-width: 100%;
}

.seminar .profile .position {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
}

.seminar .profile .name {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #1e283c;
}

.seminar .profile .name span {
  font-size: 18px;
}

.seminar .profile .history {
  margin-bottom: 0;
}

.seminar .single-cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .seminar .single-cast {
    display: block;
  }
}

.seminar .agenda ul {
  background-color: #f4f6fA;
  border-radius: 8px;
  padding: 40px 40px 40px 60px;
  margin: 0;
}

@media (max-width: 767px) {
  .seminar .agenda ul {
    padding: 20px 10px 20px 40px;
  }
}

.seminar .agenda ul li {
  font-size: 20px;
  font-weight: 700;
  color: #1e283c;
  margin-bottom: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .seminar .agenda ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.seminar .agenda ul li span {
  font-weight: 400;
}

.seminar .agenda ul li strong {
  color: #1e3c8c;
}

.seminar .agenda ul li ul {
  padding: 16px 0 0;
  margin: 0;
}

.seminar .agenda ul li ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .seminar .agenda ul li ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.seminar .agenda ul li ul li:last-child {
  margin-bottom: 0;
}

.seminar .agenda ul p.note {
  margin-bottom: 0;
  margin-left: -24px;
  line-height: 1.5;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .seminar .agenda ul p.note {
    font-size: 12px;
  }
}

.seminar .summary .title {
  background-color: #f4f6fA;
  border-radius: 8px;
  padding: 40px 40px 32px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .seminar .summary .title {
    padding: 20px 20px 12px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.seminar .summary .title div {
  margin-bottom: 8px;
}

.seminar .summary .title .main {
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 767px) {
  .seminar .summary .title .main {
    font-size: 20px;
  }
}

.seminar .summary .title .main-L {
  font-weight: 700;
  font-size: 36px;
}

@media (max-width: 767px) {
  .seminar .summary .title .main-L {
    font-size: 30px;
  }
}

.seminar .summary ul li {
  color: #1e283c;
  font-size: 20px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .seminar .summary ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.seminar .summary ul li strong {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .seminar .summary ul li strong {
    font-size: 18px;
  }
}

.seminar .summary ul p.note {
  margin-bottom: 0;
  color: #787e8a;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .seminar .summary ul p.note {
    font-size: 12px;
  }
}

.seminar .summary p.addition {
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .seminar .summary p.addition {
    font-size: 14px;
  }
}

.seminar .privacy {
  border-top: 1px solid #E7EAF3;
  padding-top: 40px;
  margin-bottom: 20px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .seminar .privacy {
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.seminar .privacy p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #787e8a;
}

@media (max-width: 767px) {
  .seminar .privacy p {
    font-size: 12px;
  }
}

.seminar .voice ul li {
  list-style: none;
  margin-bottom: 30px;
}

.seminar .voice ul li p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .seminar .voice ul li p {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.seminar .voice ul li blockquote {
  background-color: #f4f6fA;
  color: #1e283c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  padding: 60px 80px 40px;
  position: relative;
}

@media (max-width: 767px) {
  .seminar .voice ul li blockquote {
    font-size: 16px;
    padding: 40px 20px 20px;
  }
}

.seminar .voice ul li blockquote::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  color: #1e3c8c;
  opacity: 0.3;
  font-size: 80px;
  font-family: "Noto sans JP";
}

@media (max-width: 767px) {
  .seminar .voice ul li blockquote::before {
    font-size: 60px;
    top: -20px;
    left: 10px;
  }
}

.seminar .voice ul p.note {
  margin-bottom: 0;
  margin-left: -24px;
  line-height: 1.5;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .seminar .voice ul p.note {
    font-size: 12px;
  }
}

.seminar .seminar-form {
  background: #00BCD4;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .seminar .seminar-form {
    padding: 40px 0;
  }
}

.seminar .seminar-form h3 {
  margin-top: 0 !important;
  color: #fff;
  margin-bottom: 40px !important;
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .seminar .seminar-form h3 {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}

.seminar .seminar-form h3::after {
  background-color: #fff;
}

.seminar .seminar-form p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.seminar .seminar-form .cta-link {
  margin-bottom: 20px;
}

.seminar .seminar-form .cta-link a {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 2px solid #fff;
  color: #00BCD4;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  border-radius: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .seminar .seminar-form .cta-link a {
    font-size: 18px;
    padding: 12px;
  }
}

.seminar .seminar-form .cta-link a:hover {
  color: #fff;
  background-color: transparent;
  background-position: left center;
}

.seminar .seminar-form.single-day .cta-link {
  margin-bottom: 30px;
}

.seminar .seminar-form.single-day .cta-link.single-btn {
  margin-bottom: 0px;
}

.seminar .seminar-form.single-day .cta-link a {
  display: block;
  width: 320px;
  margin: 0 auto;
}

.seminar .seminar-form .sub-btn {
  text-align: center;
  padding-top: 10px;
  display: block;
}

.seminar .seminar-form .sub-btn a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 46px;
  margin: 0 16px;
}

.seminar .seminar-form .sub-btn a:hover {
  opacity: 0.7;
}

.seminar .seminar-form .sub-btn a.event-info {
  background-image: url("../images/seminar-back.svg");
}

.seminar .seminar-form .sub-btn a.seminar-video {
  background-image: url("../images/seminar-video.svg");
}

.seminar .seminar-zn {
  margin-top: 60px;
}

.seminar .seminar-zn .seminar-zn-article {
  text-align: center;
}

.seminar .Hubspot-form {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .seminar .Hubspot-form {
    padding: 40px 0;
  }
}

.seminar .Hubspot-form .sub-btn {
  text-align: center;
  padding-top: 10px;
}

.seminar .Hubspot-form .sub-btn a {
  display: inline-block;
  color: #787e8a;
  font-size: 14px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 30px;
  margin: 0 16px;
}

.seminar .Hubspot-form .sub-btn a:hover {
  opacity: 0.7;
}

.seminar .Hubspot-form .sub-btn a.event-info {
  background-image: url("../images/seminar-back-s.svg");
}

.seminar .Hubspot-form .sub-btn a.seminar-video {
  background-image: url("../images/seminar-video-s.svg");
}

.seminar .cta-seminar {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .seminar .cta-seminar {
    margin-top: 100px;
  }
}

.seminar .timetable .row {
  padding-bottom: 60px;
}

.seminar .timetable .time {
  background-color: #f4f6fA;
  border-radius: 8px;
  padding: 16px;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .seminar .timetable .time {
    padding: 24px 16px;
  }
}

.seminar .timetable .time .session {
  font-size: 24px;
  color: #1e3c8c;
  font-weight: 700;
  margin-bottom: 8px;
}

.seminar .timetable .time .btn-details {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .seminar .timetable .time .btn-details {
    margin-top: 24px;
  }
}

.seminar .timetable .time .btn-details a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 1px solid #1e3c8c;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 6px;
  white-space: nowrap;
  text-align: center;
  border-radius: 40px;
  width: 33%;
}

@media (min-width: 992px) {
  .seminar .timetable .time .btn-details a {
    font-size: 16px;
    padding: 8px;
    width: 100%;
  }
}

.seminar .timetable .time .btn-details a:hover {
  color: #1e3c8c;
  background-color: transparent;
  background-position: left center;
}

.seminar .timetable .contents {
  padding-top: 16px;
}

@media (min-width: 992px) {
  .seminar .timetable .contents {
    padding-top: 0;
  }
}

.seminar .timetable .contents .main {
  font-size: 24px;
  font-weight: 700;
  color: #1e283c;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .seminar .timetable .contents .main {
    font-size: 32px;
    margin-bottom: 4px;
  }
}

.seminar .timetable .contents .sub {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #1e283c;
  border-bottom: 1px solid #d2d4d8;
}

@media (min-width: 992px) {
  .seminar .timetable .contents .sub {
    font-size: 18px;
  }
}

.seminar .timetable .contents .speakers {
  font-size: 12px;
  line-height: 1.5;
}

.seminar .timetable .contents .speakers span {
  font-weight: 500;
  font-size: 16px;
}

.seminar .timetable .contents .speakers .moderator {
  font-size: 12px;
  color: #1e3c8c;
  margin: 8px 0 4px;
}

.seminar hr.hr-details {
  border: none;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .seminar hr.hr-details {
    padding-top: 60px;
  }
}

.seminar .details {
  padding-top: 90px;
  margin-top: -90px;
}

@media (min-width: 992px) {
  .seminar .details {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.seminar .details .time {
  background-color: #1e3c8c;
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .seminar .details .time {
    padding: 24px 16px;
  }
}

.seminar .details .time .session {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.seminar .details .main {
  font-size: 20px;
  font-weight: 700;
  color: #1e283c;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .seminar .details .main {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .seminar .details .main {
    font-size: 32px;
  }
}

.seminar .details .text {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid #d2d4d8;
}

@media (min-width: 992px) {
  .seminar .details .text {
    font-size: 16px;
  }
}

.seminar .details .profile {
  padding-top: 24px;
  margin-bottom: 0;
}

.seminar .details .profile .portrait {
  margin-bottom: 12px;
}

.seminar .details .profile .portrait img {
  width: 50%;
}

@media (min-width: 768px) {
  .seminar .details .profile .portrait img {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .seminar .details .profile .portrait img {
    width: 100%;
    max-width: 100%;
  }
}

.seminar .details .profile .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
}

.seminar .details .profile .position {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #1e283c;
}

.seminar .details .profile .moderator {
  font-size: 12px;
  color: #1e3c8c;
  margin-bottom: 6px;
  line-height: 1;
}

.seminar .details .profile p.history {
  font-size: 12px;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .seminar .details .profile p.history {
    font-size: 14px;
  }
}

/* seminar-video ==============================*/
.video-page .lead {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .video-page .lead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .video-page .lead p {
    text-align: center;
  }
}

.video-page .wp-list {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .video-page .wp-list {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .video-page .wp-list .row {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.video-page .wp-list .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-page .wp-list .inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-radius: 8px;
  background-image: url("../images/seminar-video-play.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
  margin-bottom: 20px;
  width: 100%;
}

.video-page .wp-list .inner:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.2);
}

.video-page .wp-list .inner .mock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .video-page .wp-list .inner .mock {
    padding: 0 14px;
  }
}

@media screen and (min-width: 992px) {
  .video-page .wp-list .inner .mock {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1200px) {
  .video-page .wp-list .inner .mock {
    padding: 0 24px;
  }
}

.video-page .wp-list .inner .mock img {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .video-page .wp-list .inner .mock img {
    width: 140px;
  }
}

@media screen and (min-width: 992px) {
  .video-page .wp-list .inner .mock img {
    width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .video-page .wp-list .inner .mock img {
    width: 180px;
  }
}

.video-page .wp-list .inner .content {
  padding: 10px 15px 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .video-page .wp-list .inner .content {
    padding: 14px 24px 14px 0;
  }
}

.video-page .wp-list .inner .content .title {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .video-page .wp-list .inner .content .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .video-page .wp-list .inner .content .title {
    font-size: 18px;
    min-height: 112px;
  }
}

.video-page .wp-list .inner .content .title span.sub {
  font-weight: 400;
  font-size: 14px;
  color: #787e8a;
  display: block;
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  .video-page .wp-list .inner .content .title span.sub {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.video-page .wp-list .inner .content a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px;
  width: 120px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  margin-left: auto;
}

.video-page .wp-list .inner .content a:hover {
  background-color: transparent;
  background-position: left center;
}

@media screen and (min-width: 992px) {
  .video-page .wp-list .inner .content a {
    font-size: 16px;
    width: 150px;
  }
}

.video-page .wp-list .inner .content a:hover {
  color: #1e3c8c;
}

/* seminar-video-end ==============================*/
.video-end-page {
  background-color: #f4f4f5;
}

.video-end-page .end-content {
  display: block;
}

@media screen and (min-width: 768px) {
  .video-end-page .end-content {
    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;
    height: 100%;
  }
}

.video-end-page .end-anime {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .video-end-page .end-anime {
    padding: 30px 0;
  }
}

.video-end-page .end-anime img {
  display: block;
  margin: 0 auto;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .video-end-page .end-anime img {
    width: 100%;
  }
}

@media screen and (min-width: 1199px) {
  .video-end-page .end-anime img {
    width: 80%;
  }
}

.video-end-page .end-text {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .video-end-page .end-text {
    margin-bottom: 0;
  }
}

.video-end-page .end-text p {
  font-size: 18px;
  color: #4b5363;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .video-end-page .end-text p {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.video-end-page .end-text .btn-download a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2 !important;
  margin: 0 auto 16px;
  max-width: 300px;
  padding: 18px 1em;
  width: 90%;
  border-radius: 60px;
  text-align: center;
}

.video-end-page .end-text .btn-download a:hover {
  background-color: transparent;
  background-position: left center;
}

.video-end-page .end-text .btn-download a:hover {
  color: #1e3c8c;
}

.video-end-page .end-text .btn-download a.alt {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #1e3c8c;
  border: 2px solid #1e3c8c;
  font-size: 18px;
  font-weight: 700;
}

.video-end-page .end-text .btn-download a.alt:hover {
  background-color: #fff;
  background-position: left center;
}

@media (max-width: 991px) {
  .it-hojo-banner {
    text-align: center;
  }
}

.it-hojo-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .it-hojo-banner h1 {
    font-size: 24px;
  }
}

.it-hojo-banner h1 b {
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 767px) {
  .it-hojo-banner h1 b {
    font-size: 40px;
  }
}

.it-hojo-banner h1 b.under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #00bcd4), color-stop(85%, transparent));
  background: linear-gradient(transparent 60%, #00bcd4 60% 85%, transparent 85%);
}

.it-hojo {
  background: #fff;
  color: #1e283c;
}

.it-hojo h2 {
  font-size: 48px !important;
  margin: 64px !important;
}

@media (max-width: 767px) {
  .it-hojo h2 {
    font-size: 24px !important;
    margin: 40px !important;
  }
}

.it-hojo p.lead {
  padding: 40px 15px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .it-hojo p.lead {
    font-size: 14px;
    text-align: left;
  }
}

.it-hojo .case {
  background: #f4f6fA;
  padding-bottom: 40px;
}

.it-hojo .case p.type {
  text-align: center;
  border: 1px solid #1e283c;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #1e283c;
  padding: 20px 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .it-hojo .case p.type {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.it-hojo .case .row {
  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;
}

@media (max-width: 991px) {
  .it-hojo .case .row {
    display: block;
  }
}

.it-hojo .case .row .example {
  text-align: center;
}

@media (max-width: 991px) {
  .it-hojo .case .row .example {
    margin-bottom: 40px;
  }
}

.it-hojo .case .row p.hojo {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  color: #1e283c;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .it-hojo .case .row p.hojo {
    font-size: 24px;
  }
}

.it-hojo .case .row p.hojo b {
  font-size: 48px;
  font-weight: 700;
  color: #00bcd4;
}

@media (max-width: 767px) {
  .it-hojo .case .row p.hojo b {
    font-size: 40px;
  }
}

.it-hojo .case .row p.hojo b span {
  font-size: 96px;
}

@media (max-width: 767px) {
  .it-hojo .case .row p.hojo b span {
    font-size: 80px;
  }
}

.it-hojo .case .row p.note {
  color: #787e8a;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .it-hojo .case .row p.note {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.it-hojo .case .row .target .table-head {
  font-size: 20px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .it-hojo .case .row .target .table-head {
    font-size: 16px;
  }
}

.it-hojo .case .row .target table {
  margin-bottom: 6px;
  font-size: 16px;
  border: none;
}

.it-hojo .case .row .target table th {
  font-weight: 400;
  background-color: #00bcd4;
  color: #ffffff;
  border: none;
  padding: 20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .it-hojo .case .row .target table th {
    white-space: normal;
    padding: 20px 0px 20px 10px;
  }
}

.it-hojo .case .row .target table th span {
  font-size: 12px;
}

.it-hojo .case .row .target table th.category {
  width: 25%;
}

@media (max-width: 767px) {
  .it-hojo .case .row .target table th.category {
    width: 30%;
  }
}

.it-hojo .case .row .target table td {
  font-weight: 400;
  background-color: #fff;
  border-top: 1px solid rgba(30, 40, 60, 0.1);
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .it-hojo .case .row .target table td {
    white-space: normal;
    padding: 20px 0px 20px 10px;
  }
}

.it-hojo .case .row .target p.note {
  text-align: left;
  margin-bottom: 0;
}

.it-hojo .success {
  background: #00bcd4;
  color: #ffffff;
  padding: 40px 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .it-hojo .success {
    padding: 60px 25px;
  }
}

@media (min-width: 992px) {
  .it-hojo .success {
    text-align: left;
    padding: 60px 0;
  }
}

.it-hojo .success h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .it-hojo .success h3 {
    font-size: 30px;
    margin: 0 0 24px;
  }
}

@media (min-width: 1200px) {
  .it-hojo .success h3 {
    font-size: 36px;
    letter-spacing: 1px;
  }
}

.it-hojo .success p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 24px;
  text-align: left;
}

@media (min-width: 768px) {
  .it-hojo .success p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .it-hojo .success p {
    font-size: 18px;
  }
}

.it-hojo .limit {
  margin-bottom: 64px;
}

.it-hojo .limit .date {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .it-hojo .limit .date {
    font-size: 24px;
  }
}

.it-hojo .limit .date b {
  font-size: 60px;
}

@media (max-width: 767px) {
  .it-hojo .limit .date b {
    font-size: 48px;
  }
}

.it-hojo .limit .date span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .it-hojo .limit .date span {
    font-size: 16px;
  }
}

.it-hojo .limit p {
  margin: 30px 0;
  text-align: center;
  font-size: 18px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .it-hojo .limit p {
    font-size: 14px;
    text-align: left;
  }
}

.it-hojo .limit .schedule {
  background: #f4f6fA;
  padding: 32px;
}

.it-hojo .limit .schedule .schedule-head {
  font-size: 24px;
  font-weight: 700;
  color: #1e3c8c;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .it-hojo .limit .schedule .schedule-head {
    font-size: 16px;
  }
}

.it-hojo .limit .schedule ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .it-hojo .limit .schedule ul {
    font-size: 16px;
  }
}

.it-hojo .limit .schedule ul li {
  margin-bottom: 12px;
}

.it-hojo .limit .schedule ul li:last-child {
  margin-bottom: 0;
}

.it-hojo .cta-it-hojo {
  background: #1e3c8c;
  color: #fff;
  padding: 40px 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .it-hojo .cta-it-hojo {
    padding: 60px 25px;
  }
}

@media (min-width: 992px) {
  .it-hojo .cta-it-hojo {
    text-align: left;
    padding: 60px 0;
  }
}

.it-hojo .cta-it-hojo .cta-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .it-hojo .cta-it-hojo .cta-title {
    font-size: 30px;
    margin: 0 0 24px;
  }
}

@media (min-width: 1200px) {
  .it-hojo .cta-it-hojo .cta-title {
    font-size: 36px;
    letter-spacing: 1px;
  }
}

.it-hojo .cta-it-hojo .cta-description {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 24px;
  text-align: left;
}

@media (min-width: 768px) {
  .it-hojo .cta-it-hojo .cta-description {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .it-hojo .cta-it-hojo .cta-description {
    font-size: 18px;
  }
}

.it-hojo .cta-it-hojo .cta-link {
  text-align: center;
}

.it-hojo .cta-it-hojo .cta-link a {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, #ffffff 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  padding: 18px 0;
  white-space: nowrap;
  border-radius: 60px;
  width: 280px;
}

.it-hojo .cta-it-hojo .cta-link a:hover {
  background-color: #ffffff;
  background-position: left center;
}

@media (min-width: 768px) {
  .it-hojo .cta-it-hojo .cta-link a {
    font-size: 20px;
    padding: 24px 0;
    margin: 0 5px;
    width: 320px;
  }
}

@media (min-width: 992px) {
  .it-hojo .cta-it-hojo .cta-link a {
    margin: 0 10px;
  }
}

.it-hojo .cta-it-hojo .cta-link a:hover {
  color: #ff9800;
}

.it-hojo .cta-it-hojo .cta-link a.wp {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1e3c8c), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #1e3c8c 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
}

.it-hojo .cta-it-hojo .cta-link a.wp:hover {
  background-color: #1e3c8c;
  background-position: left center;
}

.it-hojo .cta-it-hojo .cta-link a.wp:hover {
  color: #fff;
}

.it-hojo .system-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .it-hojo .system-section {
    padding-top: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .it-hojo .system-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .it-hojo .system-section {
    padding-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .it-hojo .system-section {
    padding-bottom: 100px;
  }
}

.it-hojo .system-section p.lead {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400;
  padding: 0;
}

@media (min-width: 768px) {
  .it-hojo .system-section p.lead {
    margin-bottom: 60px;
  }
}

.it-hojo .system-section .story {
  background-color: #f4f6fA;
  padding: 20px 0;
  margin-top: 0px;
  border: 15px solid #fff;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .it-hojo .system-section .story {
    padding: 30px 0;
    margin-top: 60px;
    border: none;
  }
}

.it-hojo .system-section .story figure {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .it-hojo .system-section .story figure {
    position: absolute;
    bottom: 10px;
    left: -60px;
  }
}

.it-hojo .system-section .story p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2;
  color: #1e283c;
}

@media (min-width: 768px) {
  .it-hojo .system-section .story p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .it-hojo .main-functions {
    margin-top: 30px;
  }
}

.it-hojo .main-functions .function {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .it-hojo .main-functions .function {
    margin-bottom: 40px;
  }
}

.it-hojo .main-functions .function a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .it-hojo .main-functions .function a {
    width: 80%;
    margin: 0 auto 12px;
  }
}

.it-hojo .main-functions .function a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.2);
          box-shadow: 0 10px 20px 0 rgba(30, 60, 140, 0.2);
}

.it-hojo .main-functions .function .function-picture {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .it-hojo .main-functions .function .function-picture {
    padding: 20px;
  }
}

.it-hojo .main-functions .function .function-label-sub {
  font-size: 18px;
  color: #787e8a;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .it-hojo .main-functions .function .function-label-sub {
    font-size: 14px;
  }
}

.it-hojo .main-functions .function .function-label {
  font-size: 32px;
  font-weight: 700;
  color: #1e283c;
  letter-spacing: 2px;
}

@media screen and (max-width: 1199px) {
  .it-hojo .main-functions .function .function-label {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .it-hojo .main-functions .function .function-label {
    font-size: 22px;
  }
}

.it-hojo .main-functions .function p {
  font-size: 18px;
  line-height: 2;
  padding-top: 24px;
}

.it-hojo .main-functions .function p span {
  font-size: 24px;
  font-weight: 700;
  color: #1e3c8c;
}

@media screen and (max-width: 1199px) {
  .it-hojo .main-functions .function p {
    font-size: 16px;
  }
  .it-hojo .main-functions .function p span {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .it-hojo .main-functions .function p {
    font-size: 14px;
  }
  .it-hojo .main-functions .function p span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .it-hojo .main-functions .function p {
    font-size: 14px;
    padding-top: 6px;
  }
  .it-hojo .main-functions .function p span {
    font-size: 18px;
  }
}

.pricing-page p.lead {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .pricing-page p.lead {
    text-align: center;
  }
}

.pricing-page .ban-it-hojo {
  text-align: center;
}

.pricing-page .ban-it-hojo a img {
  border-radius: 8px;
}

.pricing-page .ban-it-hojo a:hover {
  opacity: 0.8;
}

/* pricing ==============================*/
/* .pricing-page .tax p {
	text-align: right;
	font-size: 12px;
	color: var(--fk-gray600);
	padding: 10px 0 30px;
}

.pricing-page .initial-cost {
	margin-bottom: 100px;
}

.pricing-page .initial-cost .row {
	display: flex;
}

.pricing-page .initial-cost .plus {
	text-align: center;
	padding: 20px;
	flex-basis: 64px;
}

.pricing-page .initial-cost .ta-initial-cost {
	border: none;
	table-layout: auto;
	margin-bottom: 10px;
}

.pricing-page .initial-cost .ta-initial-cost th {
	color: #fff;
	background-color: var(--fk-navy);
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	padding: 24px 0 24px 30px;
	border: none;
}

.pricing-page .initial-cost .ta-initial-cost.option th {
	background-color: #82AADC;
}

.pricing-page .initial-cost .ta-initial-cost th.header {
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #4B63A3;
}

.pricing-page .initial-cost .ta-initial-cost.option th.header {
	border-bottom: 1px solid #9BBBE3;
}

.pricing-page .initial-cost .ta-initial-cost th.right-col {
	text-align: right;
	padding: 16px 30px 16px 0;
	border-left: 1px solid #4B63A3;
}

.pricing-page .initial-cost .ta-initial-cost.option th.right-col {
	border-left: 1px solid #9BBBE3;
}

.pricing-page .initial-cost .ta-initial-cost td {
	background-color: #fff;
	font-size: 16px;
	padding: 24px 30px;
	color: var(--fk-gray800);
	border-bottom: 1px solid #E9ECF4;
	border-top: none;
	border-right: none;
	border-left: none;
}

.pricing-page .initial-cost .ta-initial-cost td.function {
	color: var(--fk-navy);
	font-size: 14px;
	border-left: 1px solid #E9ECF4;
	padding: 20px;
	width: 120px;
	white-space: nowrap;
}

.pricing-page .initial-cost .ta-initial-cost td.logo {
	width: 60%;
	background-color: rgba(255, 255, 255, 0.6);
}

.pricing-page .initial-cost .ta-initial-cost td.price {
	text-align: right;
	color: var(--fk-black);
	font-weight: 700;
	border-left: 1px solid #E9ECF4;
	width: 40%;
}

.pricing-page .initial-cost .ta-initial-cost.option td.price {
	width: 30%;
}

.pricing-page .initial-cost .ta-initial-cost td.price span {
	font-size: 20px;
}

.pricing-page .initial-cost .ta-initial-cost td.option {
	color: var(--fk-navy);
	padding: 20px 20px 20px 30px;
}

.pricing-page .initial-cost .ta-initial-cost td.option p {
	color: var(--fk-gray600);
	font-size: 12px;
	line-height: 1.5;
	padding-top: 12px;
}

.pricing-page .initial-cost .ta-initial-cost td.bottom {
	border-bottom: none;
}

.pricing-page .initial-cost .details {
	background-color: #fff;
	padding: 10px 30px;
	position: relative;
	margin-top: 30px;
}

.pricing-page .initial-cost .details::before {
	content: url(assets/images/pricing-bubble.svg);
	width: 40px;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -20px;
}

.pricing-page .initial-cost .details-inner {
	display: flex;
}

.pricing-page .initial-cost .details-header {
	color: var(--fk-navy);
	font-size: 20px;
	font-weight: 700;
	margin: 20px 20px 10px;
}

.pricing-page .initial-cost .details .details-item {
	padding: 20px;
}

.pricing-page .initial-cost .details .details-item h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.pricing-page .initial-cost .details .details-item p {
	font-size: 14px;
}

.pricing-page .monthly-amount {
	margin-bottom: 100px;
}

.pricing-page .monthly-amount .row {
	display: flex;
}

.pricing-page .monthly-amount .ta-default {
	border: none;
	table-layout: fixed;
	margin-bottom: 0;
}

.pricing-page .monthly-amount .ta-default th {
	color: #fff;
	background-color: var(--fk-navy);
	font-size: 14px;
	font-weight: 400;
	padding: 16px 0;
	text-align: center;
	border: none;
}

.pricing-page .monthly-amount .ta-default th.header {
	padding: 20px 0;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #4B63A3;
}

.pricing-page .monthly-amount .ta-default th.function div {
	display: inline-flex;
	margin: 0 15px;
}

.pricing-page .monthly-amount .ta-default th.function div img {
	margin-right: 10px;
}

.pricing-page .monthly-amount .ta-default th.function span.name {
	margin: 0;
	text-align: left;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.5;
}

.pricing-page .monthly-amount .ta-default th.function span.name span {
	font-size: 12px;
	opacity: 0.6;
}

.pricing-page .monthly-amount .ta-default td {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 24px 30px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #E9ECF4;
	border-right: 1px solid #E9ECF4;
	text-align: right;
	font-size: 20px;
}

.pricing-page .monthly-amount .ta-default td.head-left {
	font-size: 16px;
	color: #fff;
	background-color: var(--fk-navy);
	border-right: 1px solid #4B63A3;
	border-bottom: none;
	text-align: right;
}

.pricing-page .monthly-amount .ta-default td.head-left.strong {
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #4B63A3;
	padding: 24px 0;
}

.pricing-page .monthly-amount .ta-default td.head-right {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	background-color: var(--fk-navy);
	border-left: 1px solid #4B63A3;
	border-bottom: none;
	text-align: right;
}

.pricing-page .monthly-amount .ta-default td.price {
	background-color: #fff;
	border-left: 1px solid #E9ECF4;
	border-right: none;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	color: var(--fk-black);
	padding: 20px 30px;
}

.pricing-page .monthly-amount .ta-default td.price span {
	font-size: 20px;
}

.pricing-page .monthly-amount .ta-default tr:last-child td {
	border-bottom: none;
}

.pricing-page .monthly-amount .plus {
	text-align: center;
	padding: 20px;
	flex-basis: 64px;
}

.pricing-page .monthly-amount .col-right .option {
	display: flex;
}

.pricing-page .monthly-amount .col-right .box-option {
	flex-basis: 237px;
}

.pricing-page .monthly-amount .col-right .plus {
	text-align: center;
	padding: 20px;
	flex-basis: 64px;
}

.pricing-page .monthly-amount .col-right .ta-option {
	border: none;
	table-layout: fixed;
	margin-bottom: 0;
}

.pricing-page .monthly-amount .col-right .ta-option th {
	color: #fff;
	background-color: #82AADC;
	font-size: 14px;
	font-weight: 400;
	padding: 16px 0;
	text-align: center;
	border: none;
}

.pricing-page .monthly-amount .col-right .ta-option th.header {
	padding: 20px 0;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #9BBBE3;
}

.pricing-page .monthly-amount .col-right .ta-option th.item {
	height: 88px;
	line-height: 1.5;
}

.pricing-page .monthly-amount .col-right .ta-option th.item span img {
	margin-right: 10px;
}

.pricing-page .monthly-amount .col-right .ta-option td {
	background-color: #fff;
	padding: 16px 0;
	height: 88px;
	border: none;
	text-align: center;
	color: var(--fk-black);
}

.pricing-page .monthly-amount .col-right .ta-option td.price {
	font-weight: 700;
}

.pricing-page .monthly-amount .col-right .ta-option td.price span {
	font-size: 20px;
}

.pricing-page .monthly-amount .col-right .ta-option td.price div {
	font-size: 12px;
	line-height: 1.2;
}

.pricing-page .monthly-amount .details {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.pricing-page .monthly-amount .details .details-note {
	margin-bottom: 60px;
	padding: 30px 30px 14px 30px;
	background-color: rgba(255, 255, 255, 0.6);
}

.pricing-page .monthly-amount .details .details-note .details-note-item {
	font-weight: 700;
	margin-bottom: 6px;
}

.pricing-page .monthly-amount .details .details-note p {
	margin-bottom: 16px;
	padding-left: 1em;
	line-height: 1.5;
}

.pricing-page .monthly-amount .details .details-note p span {
	color: var(--fk-gray600);
	display: block;
	font-size: 14px;
}

.pricing-page .monthly-amount .details .details-item {
	margin-bottom: 48px;
}

.pricing-page .monthly-amount .details .details-item .item-header {
	font-weight: 700;
	color: var(--fk-black);
	font-size: 18px;
	margin-bottom: 15px;
}

.pricing-page .monthly-amount .details .details-item p {
	margin-bottom: 10px;
	line-height: 1.5;
	padding-left: 1.2em;
}

.pricing-page .monthly-amount .details .details-item p.note {
	font-size: 12px;
	color: var(--fk-gray600);
	padding-left: 1.5em;
}

.pricing-page .monthly-amount .details .details-item ul {
	margin-bottom: 5px;
}

.pricing-page .monthly-amount .details .details-item ul li {
	margin-bottom: 8px;
}

.pricing-page .monthly-amount .details .details-item ul li:last-child {
	margin-bottom: 0;
}

.pricing-page .FAQ {
	margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
	.pricing-page .initial-cost .ta-initial-cost th {
		padding: 20px 0 20px 30px;
	}

	.pricing-page .initial-cost .ta-initial-cost th.right-col {
		padding: 20px 30px 20px 0;
	}

	.pricing-page .initial-cost .ta-initial-cost td {
		padding: 20px 30px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.option {
		padding: 20px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.function {
		padding: 10px;
	}

	.pricing-page .monthly-amount .ta-default th.function div {
		margin: 0 10px;
	}

	.pricing-page .monthly-amount .details {
		padding-left: 10px;
	}

	.pricing-page .monthly-amount .details .details-note {
		padding: 16px 16px 2px 16px;
	}

	.pricing-page .monthly-amount .details .details-note,
	.pricing-page .monthly-amount .details .details-item {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 991px) {

	.pricing-page .initial-cost .ta-initial-cost th {
		padding: 20px 0 20px 20px;
		font-size: 14px;
	}

	.pricing-page .initial-cost .ta-initial-cost th.header {
		font-size: 20px;
		padding: 20px 0;
	}

	.pricing-page .initial-cost .ta-initial-cost th.right-col {
		padding: 20px 20px 20px 0;
	}

	.pricing-page .initial-cost .ta-initial-cost td {
		padding: 20px;
		font-size: 14px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.price span {
		font-size: 18px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.option {
		padding: 10px;
		white-space: nowrap;
	}

	.pricing-page .initial-cost .ta-initial-cost td.option p {
		white-space: normal;
	}

	.pricing-page .initial-cost .ta-initial-cost td.option p {
		font-size: 10px;
		padding-top: 8px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.function {
		padding: 10px;
		font-size: 12px;
	}

	.pricing-page .initial-cost .plus {
		padding: 12px 10px;
	}

	.pricing-page .initial-cost .details {
		padding: 20px;
	}

	.pricing-page .initial-cost .details-header {
		margin: 10px 10px 20px;
	}

	.pricing-page .initial-cost .details .details-item {
		padding: 10px;
	}

	.pricing-page .initial-cost .details .details-item h4 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.pricing-page .initial-cost .details .details-item p {
		font-size: 12px;
	}

	.pricing-page .monthly-amount .row {
		display: block;
	}

	.pricing-page .monthly-amount .row .col-left {
		display: block;
	}

	.pricing-page .monthly-amount .row .col-right {
		display: block;
	}

	.pricing-page .monthly-amount .plus {
		padding: 16px 6px;
		flex-basis: 44px;
	}

	.pricing-page .monthly-amount .ta-default th.header {
		padding: 16px 0;
		font-size: 20px;
	}

	.pricing-page .monthly-amount .ta-default td {
		padding: 16px 20px;
		font-size: 20px;
	}

	.pricing-page .monthly-amount .ta-default td.head-left {
		font-size: 16px;
	}

	.pricing-page .monthly-amount .ta-default td.head-right {
		font-size: 16px;
	}

	.pricing-page .monthly-amount .ta-default td.price {
		padding: 16px 20px;
	}

	.pricing-page .monthly-amount .col-right .plus {
		padding: 16px 6px;
		flex-basis: 44px;
	}

	.pricing-page .monthly-amount .col-right .ta-option th {
		font-size: 12px;
	}

	.pricing-page .monthly-amount .col-right .ta-option th.header {
		padding: 17px 0;
		font-size: 18px;
	}

	.pricing-page .monthly-amount .col-right .ta-option th.item {
		height: auto;
	}

	.pricing-page .monthly-amount .col-right .ta-option th.item span img {
		width: 60px;
		margin-right: 5px;
	}

	.pricing-page .monthly-amount .col-right .ta-option td.price {
		font-size: 14px;
	}

	.pricing-page .monthly-amount .details {
		margin-top: 40px;
		padding-left: 0;
	}

	.pricing-page .monthly-amount .details .details-item {
		margin-bottom: 30px;
	}

	.pricing-page .monthly-amount .details .details-item p {
		font-size: 12px;
		padding-left: 1.5em;
	}

	.pricing-page .monthly-amount .details .details-item p.note {
		font-size: 10px;
		padding-left: 1.8em;
	}
}

@media screen and (max-width: 767px) {
	.pricing-page .initial-cost .row {
		display: block;
	}

	.pricing-page .initial-cost .ta-initial-cost {
		margin: 0;
	}

	.pricing-page .initial-cost .ta-initial-cost th {
		padding: 16px 0 16px 10px;
		font-size: 12px;
	}

	.pricing-page .initial-cost .ta-initial-cost th.right-col {
		padding: 16px 10px;
	}

	.pricing-page .initial-cost .ta-initial-cost.option {
		table-layout: auto;
	}

	.pricing-page .initial-cost .ta-initial-cost td.logo {
		font-size: 16px;
		padding: 20px 10px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.price {
		padding: 20px 10px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.price span {
		font-size: 20px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.option {
		white-space: nowrap;
		font-size: 16px;
	}

	.pricing-page .initial-cost .ta-initial-cost td.option p {
		white-space: normal;
		font-size: 12px;
		line-height: 1.5;
	}

	.pricing-page .initial-cost .ta-initial-cost td.function {
		font-size: 16px;
		line-height: 1.2;
		white-space: normal;
	}

	.pricing-page .initial-cost .details-header {
		margin: 10px 10px 30px 0px;
	}

	.pricing-page .initial-cost .details {
		padding: 20px 20px 10px;
		margin: 35px 15px 0;
	}

	.pricing-page .initial-cost .details-inner {
		display: block;
	}

	.pricing-page .initial-cost .details .details-item {
		padding: 10px 0 20px;
	}

	.pricing-page .initial-cost .details .details-item h4 {
		font-size: 18px;
	}

	.pricing-page .initial-cost .details .details-item p {
		font-size: 16px;
		line-height: 2;
	}

	.pricing-page .monthly-amount .row {
		display: block;
	}

	.pricing-page .monthly-amount .ta-default th.function {
		font-size: 16px;
	}

	.pricing-page .monthly-amount .ta-default th.function div {
		display: flex;
		width: 180px;
		margin: 6px auto 4px;
	}

	.pricing-page .monthly-amount .ta-default th.function span.name span {
		font-size: 14px;
		opacity: 0.6;
	}

	.pricing-page .monthly-amount .ta-default td {
		padding: 16px 10px;
		font-size: 14px;
	}

	.pricing-page .monthly-amount .ta-default td.price {
		padding: 16px 10px;
		font-size: 12px;
	}

	.pricing-page .monthly-amount .ta-default td.price span {
		font-size: 16px;
	}

	.pricing-page .monthly-amount .ta-option th.item {
		font-size: 16px;
	}

	.pricing-page .monthly-amount .ta-option td.price span {
		font-size: 16px;
	}

	.pricing-page .monthly-amount .col-right {
		float: none;
	}

	.pricing-page .monthly-amount .col-right .ta-option td.price div {
		font-size: 14px;
	}

	.pricing-page .monthly-amount .col-right .option {
		display: block;
	}

	.pricing-page .monthly-amount .details {
		margin-top: 40px;
		padding-left: 0;
	}

	.pricing-page .monthly-amount .details .details-item {
		margin-bottom: 30px;
	}

	.pricing-page .monthly-amount .details .details-item .item-header {
		font-size: 20px;
	}

	.pricing-page .monthly-amount .details .details-item li {
		font-size: 16px;
		line-height: 2;
	}

	.pricing-page .monthly-amount .details .details-item p {
		font-size: 16px;
		line-height: 2;
		padding-left: 1.3em;
	}

	.pricing-page .monthly-amount .details .details-item p.note {
		font-size: 14px;
		line-height: 2;
		padding-left: 1.4em;
	}
} */
/* inquiry ==============================*/
.white-paper {
  background: #fff;
}

.mw750 {
  max-width: 800px;
  margin: auto;
  padding: 40px 25px 40px;
}

@media (max-width: 767px) {
  .mw750 {
    padding: 30px 25px 3px;
  }
}

.page .inquiry-description {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .page .inquiry-description {
    font-size: 18px !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .page .inquiry-description {
    line-height: 2 !important;
  }
}

.inquiry-note {
  border-top: 1px solid #e8e9eb;
  margin: 40px 0 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry-note p {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #787e8a !important;
}

@media (min-width: 768px) {
  .inquiry-note p {
    line-height: 2 !important;
    font-size: 16px !important;
  }
}

.inquiry-slides {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .inquiry-slides {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    margin-right: 40px;
    width: 240px;
  }
}

.inquiry-slides img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .inquiry-slides img {
    width: 100%;
  }
}

.mail-magazine {
  background-color: #00bcd4;
  padding: 30px 0;
}

.mail-magazine p {
  color: #ffffff !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.5 !important;
  margin: 12px 0 0 !important;
}

@media (min-width: 768px) {
  .mail-magazine p {
    font-size: 18px;
  }
}

.padding-both .inquiry-container {
  padding: 30px 25px !important;
}

@media (min-width: 768px) {
  .padding-both .inquiry-container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.post-paper.padding-both.no-vc {
  background-color: #f4f6fA;
}

.inquiry-form-paper {
  margin: 0 auto;
  max-width: 750px;
  padding: 24px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .inquiry-form-paper {
    padding: 40px 40px;
  }
}

.inquiry-form-paper .form-title {
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .inquiry-form-paper .form-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.inquiry-form-paper p {
  font-size: 12px !important;
  color: #a5a9b1 !important;
  line-height: 1.5 !important;
  margin-top: 16px !important;
  margin-bottom: 0px !important;
}

.inquiry-form-paper p.wp-notice {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e3c8c !important;
  line-height: 2 !important;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .inquiry-form-paper p.wp-notice {
    font-size: 18px !important;
  }
}

/* inquiry-complete ==============================*/
.inquiry-complete-page .thanks {
  padding: 60px 15px 60px;
  text-align: center;
}

.inquiry-complete-page .thanks p {
  color: var(--fk-gray800);
  font-size: 16px;
  line-height: 2;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .inquiry-complete-page .thanks p {
    font-size: 18px;
  }
}

.banner-section {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .banner-section {
    margin-bottom: 0px;
  }
}

.banner-section .inner {
  background-color: #fff;
  padding: 10px 20px 20px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 5px 20px 0 rgba(30, 60, 140, 0.1);
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .banner-section .inner {
    padding: 10px 20px 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .inner {
    margin-bottom: 30px;
  }
}

.banner-section .inner p {
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 991px) {
  .banner-section .inner p {
    font-size: 16px;
  }
}

.banner-section .inner a:hover {
  opacity: 0.7;
}

.banner-section .inner img {
  width: 100%;
}

.inquiry-complete-page .thanks p span {
  color: var(--fk-gray600);
  font-size: 16px;
  line-height: 2;
}

.inquiry-complete-page .inquiry-note {
  margin: 40px -25px 0;
  padding: 40px 25px 10px;
}

.inquiry-complete-page .banner-story {
  text-align: center;
  color: #fff;
  background: url(assets/images/banner-story.jpg) no-repeat top center;
  background-size: cover;
  padding: 300px 0 48px;
}

.inquiry-complete-page .banner-story .main-title {
  text-shadow: 0 0 10px var(--fk-navy);
  font-size: 60px;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 8px;
  color: #fff;
}

.inquiry-complete-page .banner-story p.sub-title {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.inquiry-complete-page .btn-story {
  padding-top: 30px;
}

.inquiry-complete-page .btn-story a:hover {
  background-color: transparent;
  background-position: left bottom;
  color: #fff;
  border-color: #fff;
}

.inquiry-complete-page .fb-follow {
  padding: 0 0 100px;
  text-align: center;
}

.inquiry-complete-page .fb-follow p {
  color: var(--fk-gray600);
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.inquiry-complete-page .fb-follow a.fa {
  color: #3b5998;
  font-size: 40px;
  padding: 0 8px;
}

.inquiry-complete-page .fb-follow a.fa:hover {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .inquiry-complete-page .banner-story .main-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry-complete-page .thanks {
    padding: 40px 15px 40px;
    text-align: center;
  }
  .inquiry-complete-page .thanks p {
    font-size: 16px !important;
    line-height: 2;
    padding: 0 25px;
    text-align: left;
    margin-bottom: 40px;
  }
  .inquiry-complete-page .banner-story .main-title {
    font-size: 32px;
  }
  .inquiry-complete-page .banner-story {
    padding: 160px 0 48px;
  }
  .inquiry-complete-page .fb-follow {
    margin-top: -80px;
    padding: 0 0 60px;
  }
  .inquiry-complete-page .fb-follow p {
    line-height: 2;
  }
}

.inquiry-complete-page .thanks .btn-download a {
  background-color: #1e3c8c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #1e3c8c));
  background-image: linear-gradient(to right, transparent 50%, #1e3c8c 50%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border: 2px solid #1e3c8c;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2 !important;
  margin: 0 auto 16px;
  max-width: 300px;
  padding: 18px 1em;
  width: 90%;
  border-radius: 60px;
}

.inquiry-complete-page .thanks .btn-download a:hover {
  background-color: transparent;
  background-position: left center;
}

.inquiry-complete-page .thanks .btn-download a:hover {
  color: #1e3c8c;
}

.inquiry-complete-page .thanks .btn-download a.alt {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #1e3c8c;
  border: none;
  font-size: 18px;
  font-weight: 400;
}

.inquiry-complete-page .thanks .btn-download a.alt:hover {
  background-color: #fff;
  background-position: left center;
}

.inquiry-complete-page .thanks .btn-download a.wp {
  max-width: 480px;
}

.inquiry-complete-page .thanks .btn-download a.wp-alt {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1e3c8c), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #1e3c8c 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #1e3c8c;
  max-width: 480px;
}

.inquiry-complete-page .thanks .btn-download a.wp-alt:hover {
  background-color: #1e3c8c;
  background-position: left center;
}

.inquiry-complete-page .thanks .btn-download a.wp-alt:hover {
  color: #fff;
}

.inquiry-complete-page .thanks .btn-download p {
  color: #1e3c8c;
  margin-bottom: 10px;
}

.inquiry-complete-page .inquiry-container {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .inquiry-complete-page .inquiry-container {
    margin-bottom: 60px;
  }
}

.inquiry-complete-page .CTA-WP {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP {
    margin-bottom: 60px;
  }
}

.inquiry-complete-page .CTA-WP .inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-radius: 8px;
  width: 100%;
}

.inquiry-complete-page .CTA-WP .inner .mock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .inner .mock {
    padding: 0 14px;
  }
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP .inner .mock {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1200px) {
  .inquiry-complete-page .CTA-WP .inner .mock {
    padding: 0 20px;
  }
}

.inquiry-complete-page .CTA-WP .inner .mock img {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .inner .mock img {
    width: 140px;
  }
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP .inner .mock img {
    width: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .inquiry-complete-page .CTA-WP .inner .mock img {
    width: 180px;
  }
}

.inquiry-complete-page .CTA-WP .inner .content {
  padding: 10px 15px;
  border-left: 1px solid #e8e9eb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .inner .content {
    padding: 14px 24px;
  }
}

.inquiry-complete-page .CTA-WP .inner .content .title {
  text-align: left;
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .inner .content .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP .inner .content .title {
    font-size: 18px;
    min-height: 112px;
  }
}

.inquiry-complete-page .CTA-WP .inner .content .title p span {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP .inner .content .title p span {
    font-size: 16px;
  }
}

.inquiry-complete-page .CTA-WP .inner .content .title p.special {
  font-weight: 400;
  color: #1e3c8c;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #1e3c8c;
}

.inquiry-complete-page .CTA-WP .inner .content .title p.main {
  color: #1e283c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .inner .content .title p.main {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP .inner .content .title p.main {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .inquiry-complete-page .CTA-WP .inner .content .title p.main {
    font-size: 20px;
  }
}

.inquiry-complete-page .CTA-WP .inner .content .title p.sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.inquiry-complete-page .CTA-WP .inner .content a {
  background-color: #ff9800;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ff9800));
  background-image: linear-gradient(to right, transparent 50%, #ff9800 50%);
  background-size: 200% 100%;
  background-position: right center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  width: 140px;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #ff9800;
  display: block;
  margin-left: auto;
  margin-bottom: 6px;
}

.inquiry-complete-page .CTA-WP .inner .content a:hover {
  background-color: transparent;
  background-position: left center;
}

.inquiry-complete-page .CTA-WP .inner .content a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .inner .content a {
    font-size: 14px;
    width: 140px;
  }
}

@media screen and (min-width: 992px) {
  .inquiry-complete-page .CTA-WP .inner .content a {
    font-size: 16px;
    width: 160px;
  }
}

.inquiry-complete-page .CTA-WP .inner .content a:hover {
  color: #ff9800;
}

.inquiry-complete-page .CTA-WP .inner .content a.mov {
  background-color: #2d5dea;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #2d5dea));
  background-image: linear-gradient(to right, transparent 50%, #2d5dea 50%);
  background-size: 200% 100%;
  background-position: right center;
  border-color: #2d5dea;
}

.inquiry-complete-page .CTA-WP .inner .content a.mov:hover {
  background-color: transparent;
  background-position: left center;
}

.inquiry-complete-page .CTA-WP .inner .content a.mov:hover {
  color: #2d5dea;
}

.inquiry-complete-page .CTA-WP .more {
  text-align: center;
}

.inquiry-complete-page .CTA-WP .more a {
  color: #1e3c8c;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 20px 0 0 0;
  padding: 8px 0px;
  border: none;
  width: auto;
}

@media (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .more a {
    font-size: 18px;
    padding: 8px 0;
  }
}

.inquiry-complete-page .CTA-WP .more a:hover {
  color: #2d5dea;
}

.inquiry-complete-page .CTA-WP .more a i {
  font-size: 16px;
  margin-left: 6px;
  margin-top: -3px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .inquiry-complete-page .CTA-WP .more a i {
    font-size: 20px;
    margin-left: 8px;
    margin-top: -3px;
  }
}

.terms-page .terms-content {
  padding: 60px 15px 100px;
}

.terms-page .terms-content ul {
  background-color: #FFF;
  padding: 24px 16px;
  margin: 0;
  list-style: disc;
}

.terms-page .terms-content ul h4 {
  margin-bottom: 24px;
  padding-top: 16px;
  padding-left: 16px;
  font-size: 16px;
}

.terms-page .terms-content ul li {
  padding: 12px 0;
  margin-left: 38px;
}

.terms-page .terms-content ul li a {
  width: 150px;
  display: inline-block;
}

.ne-page {
  min-height: 100vh;
}

.ne-page .ne-head {
  height: 60px;
  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;
}

@media (min-width: 768px) {
  .ne-page .ne-head {
    height: 80px;
  }
}

.ne-page .ne-head img {
  width: 160px;
}

@media (min-width: 768px) {
  .ne-page .ne-head img {
    width: 200px;
  }
}

.ne-page .ne-content h1 {
  color: #1e283c;
  font-size: 24px;
  line-height: 1.5;
  margin: 32px auto;
  text-align: center;
}

@media (min-width: 768px) {
  .ne-page .ne-content h1 {
    font-size: 32px;
    margin: 60px auto;
  }
}

.ne-page .ne-content h1::after {
  border-bottom: 3px solid #1e3c8c;
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 40px;
}

@media (min-width: 768px) {
  .ne-page .ne-content h1::after {
    width: 60px;
  }
}

.ne-page .ne-content .ne-text {
  text-align: center;
}

.ne-page .ne-content .ne-text p {
  max-width: 100%;
  font-size: 15px;
  line-height: 2;
  color: #4b5363;
  margin-bottom: 32px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .ne-page .ne-content .ne-text p {
    font-size: 18px;
  }
}

.ne-page .ne-content .ne-text p.caution {
  border-top: 1px solid #a5a9b1;
  border-bottom: 1px solid #a5a9b1;
  padding: 16px;
  color: #787e8a;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 32px;
}

@media (min-width: 768px) {
  .ne-page .ne-content .ne-text p.caution {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
}

.ne-page .ne-content .ne-text p.contact {
  margin: 16px 0 0;
  padding-bottom: 32px;
}

.error-page {
  background-color: #f4f4f5;
  min-height: 100vh;
}

.error-page .error-head {
  height: 120px;
  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;
}

.error-page .error-content {
  height: calc(100vh - 120px);
  padding-bottom: 120px;
}

.error-page .error-anime {
  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;
  height: 100%;
}

.error-page .error-anime img {
  display: block;
}

.error-page .error-text {
  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;
  color: #1e3c8c;
  height: 100%;
}

.error-page .error-text .error-code {
  font-size: 200px;
  font-weight: 900;
}

.error-page .error-text .error-status {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}

.error-page .error-text .error-message {
  font-size: 18px;
  margin-bottom: 100px;
}

.error-page a.btn-toppage {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 24px;
  color: #1e3c8c;
  border: #1e3c8c 2px solid;
  background-color: #f4f4f5;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f4f4f5));
  background-image: linear-gradient(to right, transparent 50%, #f4f4f5 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.error-page a.btn-toppage:hover {
  background-color: #1e3c8c;
  background-position: left bottom;
  color: #fff;
  border-color: #1e3c8c;
}

@media screen and (max-width: 991px) {
  .error-page .error-text .error-code {
    font-size: 150px;
    font-weight: 900;
  }
  .error-page .error-text .error-status {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .error-page .error-text .error-message {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .error-page a.btn-toppage {
    font-size: 14px;
    padding: 12px 32px;
  }
}

@media screen and (max-width: 767px) {
  .error-page {
    min-height: auto;
  }
  .error-page .error-head {
    height: 80px;
  }
  .error-page .error-head img {
    width: 180px;
  }
  .error-page .error-content {
    height: auto;
    padding-bottom: 0px;
  }
  .error-page .error-anime img {
    width: 80%;
  }
  .error-page .error-text {
    padding-bottom: 80px;
  }
  .error-page .error-text .error-code {
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .error-page .error-text .error-status {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .error-page .error-text .error-message {
    margin-bottom: 40px;
  }
}

.LP-wp {
  background-color: #ffffff;
}

.LP-wp .LP-hero {
  color: #fff;
  background-image: url(../images/frontpage-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.LP-wp .LP-hero .LP-header {
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .LP-wp .LP-hero .LP-header {
    padding: 20px 30px;
  }
}

.LP-wp .LP-hero .LP-header a:hover {
  opacity: 0.8;
}

.LP-wp .LP-hero .LP-header img {
  max-width: 60%;
}

@media (min-width: 768px) {
  .LP-wp .LP-hero .LP-header img {
    max-width: 360px;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-hero .LP-header img {
    max-width: 442px;
  }
}

.LP-wp .LP-hero .main-header {
  padding: 10px 0 30px;
}

@media (min-width: 768px) {
  .LP-wp .LP-hero .main-header {
    padding: 30px 0 30px;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-hero .main-header {
    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: 40px 0 40px;
  }
}

.LP-wp .LP-hero .main-header h1 {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .LP-wp .LP-hero .main-header h1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-hero .main-header h1 {
    margin-bottom: 0;
  }
}

.LP-wp .LP-hero .main-header h1 img {
  width: 90%;
  max-width: 480px;
}

@media (min-width: 768px) {
  .LP-wp .LP-hero .main-header h1 img {
    width: 80%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-hero .main-header h1 img {
    width: 100%;
    max-width: 100%;
  }
}

.LP-wp .LP-hero .main-header .mock {
  text-align: center;
}

.LP-wp .LP-hero .main-header .mock img {
  width: 100%;
  max-width: 480px;
}

@media (min-width: 768px) {
  .LP-wp .LP-hero .main-header .mock img {
    width: 90%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-hero .main-header .mock img {
    width: 100%;
    max-width: 100%;
  }
}

.LP-wp .LP-CTA {
  background-image: url(../images/CTA-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
  position: relative;
}

@media (min-width: 768px) {
  .LP-wp .LP-CTA {
    padding: 60px 0;
  }
}

.LP-wp .LP-CTA .segawa {
  position: absolute;
  left: 50%;
  display: none;
}

@media (min-width: 768px) {
  .LP-wp .LP-CTA .segawa {
    display: block;
    bottom: -40px;
    margin-left: 240px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-CTA .segawa {
    bottom: -50px;
    margin-left: 180px;
    width: 240px;
  }
}

@media (min-width: 1200px) {
  .LP-wp .LP-CTA .segawa {
    bottom: -50px;
    margin-left: 280px;
    width: 240px;
  }
}

.LP-wp .LP-CTA.first {
  background: #1e3c8c;
  padding: 30px 0;
}

.LP-wp .LP-CTA.first .segawa {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 160px;
  margin-left: 20px;
  width: 160px;
}

@media (min-width: 768px) {
  .LP-wp .LP-CTA.first .segawa {
    bottom: -40px;
    margin-left: 240px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-CTA.first .segawa {
    bottom: -50px;
    margin-left: 160px;
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .LP-wp .LP-CTA.first .segawa {
    bottom: -60px;
    margin-left: 200px;
    width: 320px;
  }
}

.LP-wp .LP-CTA .cta-link {
  text-align: center;
}

.LP-wp .LP-CTA .cta-link a {
  background-color: #00bcd4;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #00bcd4));
  background-image: linear-gradient(to right, #fff 50%, #00bcd4 50%);
  background-size: 200% 100%;
  background-position: right center;
  border: 2px solid #00bcd4;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 16px;
  padding: 18px 0px;
  white-space: nowrap;
  border-radius: 40px;
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.LP-wp .LP-CTA .cta-link a:hover {
  background-color: #fff;
  background-position: left center;
}

@media (min-width: 768px) {
  .LP-wp .LP-CTA .cta-link a {
    font-size: 18px;
    padding: 20px 24px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-CTA .cta-link a {
    font-size: 20px;
    width: 100%;
    padding: 24px 32px;
  }
}

.LP-wp .LP-CTA .cta-link a:hover {
  color: #00bcd4;
}

.LP-wp .LP-CTA .cta-link a i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .LP-wp .LP-CTA .cta-link a i {
    font-size: 24px;
    margin-right: 8px;
  }
}

.LP-wp .LP-CTA .cta-link a.inquiry {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border: 2px solid #fff;
  margin: 0;
}

.LP-wp .LP-CTA .cta-link a.inquiry:hover {
  background-color: #ffffff;
  background-position: left center;
}

.LP-wp .LP-CTA .cta-link a.inquiry:hover {
  color: #1e3c8c;
}

.LP-wp .LP-nav {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .LP-wp .LP-nav {
    padding-top: calc(3.90625vw + 10px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .LP-nav {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .LP-wp .LP-nav {
    padding-bottom: calc(11.71875vw + -30px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .LP-nav {
    padding-bottom: 120px;
  }
}

.LP-wp .LP-nav .nav-list {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 768px) {
  .LP-wp .LP-nav .nav-list {
    width: 75%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-nav .nav-list {
    width: 100%;
  }
}

.LP-wp .LP-nav .nav-list h3 {
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .LP-wp .LP-nav .nav-list h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .LP-wp .LP-nav .nav-list h3 {
    font-size: 32px;
  }
}

.LP-wp .LP-nav .nav-list a {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
          box-shadow: 0 0px 20px 0 rgba(30, 60, 140, 0.1);
  margin-top: 16px;
}

.LP-wp .LP-nav .nav-list a:hover {
  opacity: 0.6;
}

.LP-wp .LP-nav ul.slider {
  margin: 0 0 100px 0 !important;
}

@media (min-width: 992px) {
  .LP-wp .LP-nav ul.slider {
    margin: 0 !important;
  }
}

.LP-wp .LP-nav ul.slider ul {
  margin: 0 auto !important;
}

@media (min-width: 992px) {
  .LP-wp .LP-nav ul.slider ul {
    margin: 0 !important;
  }
}

.LP-wp .LP-nav ul.slider ul img {
  width: 100% !important;
}

.LP-wp .functions {
  background-color: #f4f6fA;
}

.LP-wp .functions #function-b01 {
  padding-top: 40px;
  margin-top: -20px;
}

@media screen and (min-width: 768px) {
  .LP-wp .functions #function-b01 {
    padding-top: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .functions #function-b01 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .LP-wp .functions #function-b01 {
    margin-top: calc(-7.8125vw + 40px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .functions #function-b01 {
    margin-top: -60px;
  }
}

.LP-wp .functions #function-b02 {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .LP-wp .functions #function-b02 {
    padding-top: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .functions #function-b02 {
    padding-top: 80px;
  }
}

.LP-wp .functions #function-b03 {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .LP-wp .functions #function-b03 {
    padding-top: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .functions #function-b03 {
    padding-top: 80px;
  }
}

.LP-wp .functions #function-o01 {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .LP-wp .functions #function-o01 {
    padding-top: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .functions #function-o01 {
    padding-top: 80px;
  }
}

.LP-wp .functions #function-o02 {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .LP-wp .functions #function-o02 {
    padding-top: calc(7.8125vw + -20px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .functions #function-o02 {
    padding-top: 80px;
  }
}

.LP-wp .functions h2 {
  color: #1e3c8c;
  font-size: 32px;
}

@media (min-width: 768px) {
  .LP-wp .functions h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .LP-wp .functions h2 {
    font-size: 60px;
  }
}

.LP-wp .functions h2.small {
  font-size: 28px;
}

@media (min-width: 768px) {
  .LP-wp .functions h2.small {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .LP-wp .functions h2.small {
    font-size: 60px;
  }
}

.LP-wp .functions h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #00bcd4;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .LP-wp .functions h2 span {
    font-size: 18px;
  }
}

.LP-wp .functions .lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 15px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .LP-wp .functions .lead {
    text-align: center;
    font-size: 20px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .LP-wp .functions .lead {
    font-size: 24px;
  }
}

.LP-wp .functions .lead span {
  color: #1e3c8c;
  font-weight: 700;
}

.LP-wp .functions .content-graphic {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .LP-wp .functions .content-graphic {
    margin-bottom: 60px;
  }
}

.LP-wp .functions .content-graphic img {
  width: 92%;
}

@media (min-width: 768px) {
  .LP-wp .functions .content-graphic img {
    width: 100%;
  }
}

.LP-wp .functions .diagram {
  width: 92%;
  margin: 0 auto 30px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .LP-wp .functions .diagram {
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .LP-wp .functions .diagram {
    padding: 30px 20px 20px;
  }
}

.LP-wp .functions .diagram h3 {
  display: inline-block;
  color: #1e3c8c;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .LP-wp .functions .diagram h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .LP-wp .functions .diagram h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.LP-wp .functions .diagram .arrow {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .LP-wp .functions .diagram .arrow {
    padding: 20px 0;
  }
}

.LP-wp .functions .diagram .arrow img {
  width: 40px;
}

@media (min-width: 768px) {
  .LP-wp .functions .diagram .arrow img {
    width: 80px;
  }
}

.LP-wp .support-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .LP-wp .support-section {
    padding-top: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .support-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .LP-wp .support-section {
    padding-bottom: calc(7.8125vw + 0px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .support-section {
    padding-bottom: 100px;
  }
}

.LP-wp .support-section h2 {
  color: #1e3c8c;
  font-size: 26px;
}

@media (min-width: 768px) {
  .LP-wp .support-section h2 {
    font-size: 48px;
  }
}

.LP-wp .support-section h2 span {
  display: block;
  font-size: 16px;
  color: #00bcd4;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .LP-wp .support-section h2 span {
    font-size: 18px;
  }
}

.LP-wp .clients-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .LP-wp .clients-section {
    padding-top: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .clients-section {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .LP-wp .clients-section {
    padding-bottom: calc(3.90625vw + 10px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .clients-section {
    padding-bottom: 60px;
  }
}

.LP-wp .clients-section h2 {
  color: #1e3c8c;
  font-size: 24px;
}

@media (min-width: 768px) {
  .LP-wp .clients-section h2 {
    font-size: 32px;
  }
}

.LP-wp .clients-section h2::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #1e3c8c;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .LP-wp .clients-section h2::after {
    width: 40px;
    margin: 12px auto 0;
    height: 6px;
  }
}

@media (min-width: 992px) {
  .LP-wp .clients-section h2::after {
    width: 60px;
    margin: 18px auto 0;
    height: 6px;
  }
}

.LP-wp .clients-section .pick-up {
  padding: 0;
  margin-bottom: 40px;
  background: none;
}

@media screen and (min-width: 768px) {
  .LP-wp .clients-section .pick-up {
    margin-bottom: calc(11.71875vw + -50px);
  }
}

@media screen and (min-width: 1280px) {
  .LP-wp .clients-section .pick-up {
    margin-bottom: 100px;
  }
}

.LP-wp .inquiry-container {
  background-image: url(../images/frontpage-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .LP-wp .inquiry-container {
    padding: 40px 0 !important;
  }
}

.LP-wp .inquiry-container .inquiry-form-paper {
  border: 10px solid #1e3c8c;
}

@media (min-width: 768px) {
  .LP-wp .inquiry-container .inquiry-form-paper {
    border: none;
    border-radius: 8px;
  }
}

.LP-wp .inquiry-container .inquiry-form-paper h3 {
  color: #1e3c8c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .LP-wp .inquiry-container .inquiry-form-paper h3 {
    font-size: 24px;
  }
}

.LP-wp .LP-footer {
  background-color: #1e3c8c;
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .LP-wp .LP-footer {
    padding: 40px 0;
  }
}

.LP-wp .LP-footer a:hover {
  opacity: 0.8;
}

.LP-wp .LP-footer img {
  width: 180px;
}

@media (min-width: 768px) {
  .LP-wp .LP-footer img {
    width: 240px;
  }
}
