@charset "UTF-8";
@import url(normalize.min.css);
/* Pie chart color */
@import url(notosansjapanese.css);
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/Roboto-Black.woff) format("woff");
}

/* line 13, sass/style.scss */
#error {
  color: #F00;
  background-image: url(../img/mfp_error.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
}

/* line 20, sass/style.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #f3f3f3;
  background-attachment: fixed;
}

/* line 27, sass/style.scss */
body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-size: 14px;
  max-width: 2560px;
  margin: auto;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 100vh;
  color: #333;
  background-color: #fff;
}

/* line 40, sass/style.scss */
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

/* line 45, sass/style.scss */
::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

/* line 50, sass/style.scss */
.hasbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 56, sass/style.scss */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 64, sass/style.scss */
span.nowrap {
  white-space: nowrap;
  display: inline-block;
}

/* line 69, sass/style.scss */
.red {
  color: #FF0000;
}

/* line 73, sass/style.scss */
.site-header {
  position: fixed;
  z-index: 130;
  width: 100%;
  max-width: 2560px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 4px 4px rgba(50, 50, 50, 0);
  transition: .2s;
}

/* line 84, sass/style.scss */
.site-header.fixheader {
  background-color: white;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

/* line 88, sass/style.scss */
.site-header.fixheader nav ul li a {
  color: #444;
}

@media (min-width: 2561px) {
  /* line 95, sass/style.scss */
  .site-header {
    left: 50%;
    margin-left: -1280px;
  }
}

/* line 101, sass/style.scss */
.toggle-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin: auto;
}

/* line 109, sass/style.scss */
.toggle-btn label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
}

/* line 119, sass/style.scss */
.toggle-btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transition: 0.5s;
}

/* line 126, sass/style.scss */
.toggle-btn span:after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-3px);
  left: 15%;
  transition: 0.5s;
}

/* line 139, sass/style.scss */
.toggle-btn span:last-child:after {
  transform: translateY(3px);
}

/* line 145, sass/style.scss */
.main-nav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 120;
  display: flex;
  height: 0;
  background: #fff;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms;
  transition: background 0.35s linear, height 0.35s ease-in 200ms;
}

/* line 157, sass/style.scss */
.main-nav a {
  display: block;
  text-align: center;
  color: #444;
  line-height: 1;
  padding: .8em 2em;
  display: block;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

/* line 169, sass/style.scss */
.main-nav a:hover {
  color: inherit;
}

/* line 180, sass/style.scss */
.main-nav ul {
  transition: 0.3s;
  transform: translateY(-30px);
  opacity: 0;
}

/* line 187, sass/style.scss */
#menu-status {
  display: none;
}

/* line 191, sass/style.scss */
#menu-status:checked ~ .main-nav {
  height: 100%;
}

/* line 194, sass/style.scss */
#menu-status:checked ~ .main-nav ul {
  transition: 1s;
  transition-delay: 0.65s;
  transform: translateY(0px);
  opacity: 1;
}

/* line 203, sass/style.scss */
#menu-status:checked ~ .site-header .toggle-btn span {
  transform: rotate(-135deg);
  transform-origin: center;
}

/* line 206, sass/style.scss */
#menu-status:checked ~ .site-header .toggle-btn span:after {
  transform: translateY(0);
}

/* line 210, sass/style.scss */
#menu-status:checked ~ .site-header .toggle-btn span:last-child {
  transform: rotate(135deg);
}

/* line 218, sass/style.scss */
.menu_btn {
  display: none !important;
  background-color: #4fb432 !important;
}

/* line 223, sass/style.scss */
.header-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

/* line 233, sass/style.scss */
.brand {
  margin-left: 40px;
}

/* line 238, sass/style.scss */
.brand a {
  display: block;
}

/* line 242, sass/style.scss */
.brand a img {
  display: block;
  width: 100%;
}

/* line 247, sass/style.scss */
.hero {
  width: 100%;
  height: 0;
  padding-top: 48%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 257, sass/style.scss */
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 264, sass/style.scss */
.hero-bg .blue-bg {
  width: 60%;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #2253ad;
}

/* line 274, sass/style.scss */
.hero-bg .blue-bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: url(../img/layer.svg) left top/contain no-repeat;
  left: 0;
  top: 0;
}

/* line 289, sass/style.scss */
.slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  display: flex;
  padding: 0 5% 0 10%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

/* line 302, sass/style.scss */
.slogan .slogan-copy {
  width: 100%;
  font-size: 42px;
  font-weight: 900;
  color: #0c5691;
  line-height: 1.5;
  display: block;
}

/* line 310, sass/style.scss */
.slogan .slogan-copy + p {
  font-size: 16px;
  margin-top: 2em;
  line-height: 2;
}

/* line 317, sass/style.scss */
.slogan .external-link {
  margin-top: 3em;
}

/* line 321, sass/style.scss */
.slogan .large {
  font-size: 20px;
}

/* line 327, sass/style.scss */
.hero-slider {
  position: absolute;
  z-index: 2;
  width: 45%;
  max-width: 1000px;
  height: 100%;
  top: 0;
  left: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 339, sass/style.scss */
.hero-slider .device-img {
  width: 849px;
}

/* line 344, sass/style.scss */
.header-menu {
  display: flex;
  align-items: center;
}

/* line 348, sass/style.scss */
.header-menu nav {
  margin-right: 30px;
}

/* line 351, sass/style.scss */
.header-menu nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 356, sass/style.scss */
.header-menu nav ul a {
  white-space: nowrap;
  display: block;
  padding: 6px 15px;
  color: white;
  transition: 0.2s;
}

/* line 364, sass/style.scss */
.header-menu nav ul .current a {
  color: #ffca27 !important;
}

/* line 370, sass/style.scss */
.header-menu .quick-enter {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 80px;
}

/* line 376, sass/style.scss */
.header-menu .quick-enter a {
  color: white;
  display: block;
  height: 100%;
  padding: 15px;
  background-color: #0f0f66;
}

/* line 383, sass/style.scss */
.header-menu .quick-enter a:hover {
  text-decoration: none;
  background-color: #4fb432;
}

/* line 389, sass/style.scss */
.header-menu .quick-enter a.menu_btn {
  min-width: 80px;
  position: relative;
  cursor: pointer;
}

/* line 394, sass/style.scss */
.header-menu .quick-enter a.menu_btn label {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 406, sass/style.scss */
.header-menu .quick-enter a.menu_btn label > div {
  margin: 0;
}

/* line 412, sass/style.scss */
.header-menu .quick-enter .tel-number {
  font-size: 21px;
  font-family: 'Roboto';
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.5;
}

/* line 421, sass/style.scss */
.header-menu .quick-enter .tel-number img {
  margin-right: 6px;
  width: 1em;
  height: 1em;
}

/* line 428, sass/style.scss */
.header-menu .quick-enter .open-time {
  font-size: 12px;
  text-align: center;
}

/* line 433, sass/style.scss */
.header-menu .quick-enter .form_btn {
  background-color: #bf1616;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 440, sass/style.scss */
.header-menu .quick-enter .form_btn img {
  width: 2em;
  height: 2em;
}

/* line 448, sass/style.scss */
a.external-link {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 1em 1.5em 1em 1.5em;
  position: relative;
  color: white;
  overflow: hidden;
  background-color: #0c5691;
  font-size: 16px;
}

/* line 472, sass/style.scss */
a.external-link:hover {
  text-decoration: none;
}

/* line 475, sass/style.scss */
a.external-link:hover:hover {
  background-color: #4fb432;
  color: white;
}

/* line 479, sass/style.scss */
a.external-link:hover:hover:after {
  background: url(../img/external-link-square-alt-solid.svg) center center/contain no-repeat;
}

/* line 485, sass/style.scss */
a.external-link:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 40px solid transparent;
  border-left: 90px solid rgba(255, 255, 255, 0.2);
}

/* line 497, sass/style.scss */
a.external-link.yellow-btn {
  color: #444;
  background-color: #ffca27;
}

/* line 501, sass/style.scss */
a.external-link.yellow-btn:after {
  background: url(../img/external-link-square-alt-solid-dark.svg) center center/contain no-repeat;
}

/* line 506, sass/style.scss */
a.external-link.orange-btn {
  color: #FFF;
  background-color: #eb610e;
  font-size: 26px;
  display: block;
  width: 360px;
  margin: 30px auto 0;
}

/* line 514, sass/style.scss */
a.external-link.orange-btn:after {
  background: url(../img/external-link-square-alt-solid.svg) center center/contain no-repeat;
}

/* line 519, sass/style.scss */
a.external-link.blue-btn {
  color: #FFF;
  background-color: #2385c5;
  font-size: 26px;
  display: block;
  width: 360px;
  margin: 30px auto 0;
}

/* line 527, sass/style.scss */
a.external-link.blue-btn:after {
  background: url(../img/external-link-square-alt-solid.svg) center center/contain no-repeat;
}

/* line 533, sass/style.scss */
.inner {
  position: relative;
  z-index: 5;
  max-width: 1240px;
  padding: 0 30px;
  margin: auto;
}

/* line 541, sass/style.scss */
.line-title {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  color: #0c5691;
}

/* line 547, sass/style.scss */
.line-title .cover-line {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto";
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 558, sass/style.scss */
.line-title .cover-line:after {
  content: "";
  height: 1px;
  flex: 1;
  display: block;
  background-color: #0c5691;
  margin-left: 1em;
}

/* line 568, sass/style.scss */
.line-title h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0.2em 0;
}

/* line 575, sass/style.scss */
.line-title h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

/* line 582, sass/style.scss */
.reason {
  padding: 100px 0;
  background-color: #f6f6f6;
}

/* line 586, sass/style.scss */
.reason .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 591, sass/style.scss */
.reason .inner div:nth-child(1) {
  flex-basis: 50%;
}

/* line 596, sass/style.scss */
.reason .inner .text-content mark {
  color: #335;
  font-weight: bold;
  padding: 0 3px;
  margin: 0 2px;
  background-color: #ffca27;
}

/* line 604, sass/style.scss */
.reason .inner .text-content .external-link {
  margin-top: 3em;
}

/* line 610, sass/style.scss */
.reason .hasbg {
  background-size: contain;
  background-position: center center;
  flex-basis: 50%;
  padding-left: 5%;
}

/* line 618, sass/style.scss */
.section-title {
  text-align: center;
}

/* line 621, sass/style.scss */
.section-title h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
}

/* line 634, sass/style.scss */
.section-title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Roboto";
  text-transform: uppercase;
}

/* line 643, sass/style.scss */
.centered {
  text-align: center;
}

/* line 647, sass/style.scss */
.section-description {
  margin: 30px auto;
  max-width: 700px;
  text-align: center;
}

/* line 653, sass/style.scss */
.section-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

/* line 661, sass/style.scss */
.section-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 1;
}

/* line 671, sass/style.scss */
.section-bg.hasbg {
  background-size: cover;
}

/* line 675, sass/style.scss */
.section-bg:before {
  content: "";
  background-color: #0f0f66;
  opacity: 0.65;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

/* line 688, sass/style.scss */
.solution {
  padding: 100px 0;
  position: relative;
  color: white;
}

/* line 693, sass/style.scss */
.solution .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}

/* line 700, sass/style.scss */
.solution .col {
  flex: 1;
  padding: 0 5%;
}

/* line 704, sass/style.scss */
.solution .col > div {
  font-weight: normal;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}

/* line 711, sass/style.scss */
.solution .col img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 15px;
}

/* line 718, sass/style.scss */
.solution .col h3 {
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: normal;
  line-height: 1.5;
}

/* line 725, sass/style.scss */
.solution .col h3 em {
  color: #ffca27;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}

/* line 735, sass/style.scss */
.solution .external-link {
  margin-top: 4em;
}

/* line 740, sass/style.scss */
.ratio {
  padding: 100px 0;
}

/* line 743, sass/style.scss */
.ratio .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 748, sass/style.scss */
.ratio .inner > div {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 754, sass/style.scss */
.ratio .inner .text-content mark {
  color: #335;
  font-weight: bold;
  padding: 0 3px;
  margin: 0 2px;
  background-color: #ffca27;
}

/* line 762, sass/style.scss */
.ratio .inner .text-content .external-link {
  margin-top: 3em;
}

/* line 768, sass/style.scss */
.ratio .bar-graph {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: 20px;
}

/* line 773, sass/style.scss */
.ratio .bar-graph div {
  min-width: 2em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* line 781, sass/style.scss */
.ratio .bar-graph div:first-child {
  height: 40px;
  background-color: #0c5691;
}

/* line 786, sass/style.scss */
.ratio .bar-graph div:last-child {
  height: 40px;
  background-color: #177dc1;
}

/* line 795, sass/style.scss */
.ratio .bars-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}

/* line 804, sass/style.scss */
.ratio .bar-item {
  margin-bottom: 40px;
}

/* line 807, sass/style.scss */
.ratio .bar-item h4 {
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

/* line 814, sass/style.scss */
.ratio .bars {
  padding-left: 5%;
}

/* line 818, sass/style.scss */
.ratio .bars-description {
  text-align: right;
  margin-top: 60px;
}

/* line 823, sass/style.scss */
.ratio .squre {
  white-space: nowrap;
  margin-left: 20px;
  text-align: center;
  color: #0c5691;
  display: inline-block;
}

/* line 830, sass/style.scss */
.ratio .squre:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  margin: 0 auto 8px;
  background-color: #0c5691;
}

/* line 841, sass/style.scss */
.ratio .squre:last-child {
  color: #177dc1;
}

/* line 844, sass/style.scss */
.ratio .squre:last-child:before {
  background-color: #177dc1;
}

/* line 851, sass/style.scss */
.features {
  position: relative;
  padding: 100px 0;
  color: white;
}

/* line 856, sass/style.scss */
.features .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}

/* line 863, sass/style.scss */
.features .col {
  flex: 1;
  padding: 0 1%;
}

/* line 867, sass/style.scss */
.features .col > div {
  font-weight: normal;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}

/* line 874, sass/style.scss */
.features .col img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 15px;
}

/* line 881, sass/style.scss */
.features .col h3 {
  font-size: 20px;
  text-align: center;
  display: block;
  font-weight: normal;
  line-height: 1.5;
}

/* line 888, sass/style.scss */
.features .col h3 em {
  color: #ffca27;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}

/* line 898, sass/style.scss */
.features .external-link {
  margin-top: 4em;
}

/* line 904, sass/style.scss */
.demo {
  position: relative;
  padding: 100px 0;
}

/* line 910, sass/style.scss */
.demo .section-title h2 {
  color: #0f59ba;
}

/* line 914, sass/style.scss */
.demo .section-title h3 {
  color: #0f59ba;
}

/* line 920, sass/style.scss */
.demo .demo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

/* line 926, sass/style.scss */
.demo .demo-box img {
  display: block;
  margin-bottom: 20px;
}

/* line 932, sass/style.scss */
.demo .demo-box > div:first-child {
  margin-right: 2.5%;
  width: calc(50% - 2.5%);
}

/* line 937, sass/style.scss */
.demo .demo-box > div:nth-child(2) {
  margin-left: 2.5%;
  width: calc(50% - 2.5%);
}

@media all and (max-width: 940px) {
  /* line 949, sass/style.scss */
  .demo .demo-box {
    display: block;
  }
  /* line 952, sass/style.scss */
  .demo .demo-box > div:first-child {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  /* line 958, sass/style.scss */
  .demo .demo-box > div:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
}

@media all and (max-width: 940px) {
  /* line 972, sass/style.scss */
  .demo .demo-box .orange-btn,
  .demo .demo-box .blue-btn {
    font-size: 20px;
    width: 260px;
  }
}

/* line 982, sass/style.scss */
.piechart {
  background-color: #f6f6f6;
  padding: 100px 0;
}

/* line 986, sass/style.scss */
.piechart .section-title {
  color: #0c5691;
}

/* line 990, sass/style.scss */
.piechart .chart-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 100%;
  max-width: 1100px;
}

/* line 998, sass/style.scss */
.piechart .chart-content > div {
  flex: 1;
}

/* line 1001, sass/style.scss */
.piechart .chart-content > div h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.5;
}

/* line 1011, sass/style.scss */
.piechart .chart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
  padding: 0 5%;
}

/* line 1018, sass/style.scss */
.piechart .chart > div {
  flex: 1;
}

/* line 1023, sass/style.scss */
.piechart .chart-canvas {
  position: relative;
  width: 240px;
  height: 240px;
  max-width: 240px;
  min-width: 240px;
}

/* line 1031, sass/style.scss */
.piechart .chart-note {
  padding-left: 10%;
}

/* line 1034, sass/style.scss */
.piechart .chart-note li {
  font-weight: normal;
  font-size: 12px;
  padding: 0.5em 0;
  display: flex;
  align-items: flex-start;
}

/* line 1041, sass/style.scss */
.piechart .chart-note li > div {
  line-height: 1.3;
}

/* line 1044, sass/style.scss */
.piechart .chart-note li > div:first-child {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  overflow: hidden;
  min-width: 14px;
  display: block;
  margin-right: 8px;
  transform: translateY(0.15em);
}

/* line 1057, sass/style.scss */
.piechart .chart-note .chartblue {
  background-color: #51a7fa;
}

/* line 1061, sass/style.scss */
.piechart .chart-note .chartorange {
  background-color: #fbab00;
}

/* line 1065, sass/style.scss */
.piechart .chart-note .chartviolet {
  background-color: #dfafeb;
}

/* line 1069, sass/style.scss */
.piechart .chart-note .chartred {
  background-color: #ec5d57;
}

/* line 1073, sass/style.scss */
.piechart .chart-note .chartsalmon {
  background-color: #f4aa8a;
}

/* line 1077, sass/style.scss */
.piechart .chart-note .chartgreen {
  background-color: #71b97e;
}

/* line 1081, sass/style.scss */
.piechart .chart-note .red {
  color: #FF0000;
}

/* line 1086, sass/style.scss */
.piechart .chart-tags {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* line 1094, sass/style.scss */
.piechart .tag {
  width: auto;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 1.2;
  z-index: 6;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: .5s;
}

/* line 1113, sass/style.scss */
.piechart .tag span {
  display: block;
}

/* line 1117, sass/style.scss */
.piechart .tag span i {
  font-size: .5em;
}

/* line 1121, sass/style.scss */
.piechart .showNumbers {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* line 1126, sass/style.scss */
.piechart .showNumbers:nth-child(2) {
  transition-delay: .05s;
}

/* line 1130, sass/style.scss */
.piechart .showNumbers:nth-child(3) {
  transition-delay: .1s;
}

/* line 1134, sass/style.scss */
.piechart .showNumbers:nth-child(4) {
  transition-delay: .15s;
}

/* line 1138, sass/style.scss */
.piechart .showNumbers:nth-child(5) {
  transition-delay: .2s;
}

/* line 1142, sass/style.scss */
.piechart .showNumbers:nth-child(6) {
  transition-delay: .25s;
}

/* line 1147, sass/style.scss */
.piechart .piechart-1 .tag1 {
  top: 30%;
  left: 73%;
}

/* line 1152, sass/style.scss */
.piechart .piechart-1 .tag2 {
  top: 57.5%;
  left: 81%;
}

/* line 1157, sass/style.scss */
.piechart .piechart-1 .tag3 {
  top: 73%;
  left: 45%;
}

/* line 1162, sass/style.scss */
.piechart .piechart-1 .tag4 {
  top: 39%;
  left: 21%;
}

/* line 1167, sass/style.scss */
.piechart .piechart-1 .tag5 {
  top: 17%;
  left: 37%;
}

/* line 1174, sass/style.scss */
.piechart .piechart-2 .tag1 {
  top: 30%;
  left: 73%;
}

/* line 1179, sass/style.scss */
.piechart .piechart-2 .tag2 {
  top: 57.5%;
  left: 81%;
}

/* line 1184, sass/style.scss */
.piechart .piechart-2 .tag3 {
  top: 75%;
  left: 68%;
}

/* line 1189, sass/style.scss */
.piechart .piechart-2 .tag4 {
  top: 52%;
  left: 28%;
}

/* line 1196, sass/style.scss */
.flow {
  padding: 100px 0 30px;
}

/* line 1199, sass/style.scss */
.flow .section-title {
  color: #0c5691;
}

/* line 1203, sass/style.scss */
.flow .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}

/* line 1211, sass/style.scss */
.flow .col {
  flex: 1;
  padding: 0 5%;
  flex-basis: 33.33%;
  margin-bottom: 6%;
}

/* line 1217, sass/style.scss */
.flow .col > div {
  font-weight: normal;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}

/* line 1224, sass/style.scss */
.flow .col figure {
  width: 130px;
  height: 130px;
  padding: 40px;
  display: flex;
  border-radius: 100%;
  background-color: #f6f6f6;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

/* line 1235, sass/style.scss */
.flow .col figure svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1240, sass/style.scss */
.flow .col figure svg path,
.flow .col figure svg ellipse {
  fill: #0c5691;
}

/* line 1247, sass/style.scss */
.flow .col figure.icon-window svg path,
.flow .col figure.icon-window svg polygon,
.flow .col figure.icon-window svg line,
.flow .col figure.icon-window svg circle {
  fill: none;
  stroke: #0c5691;
  stroke-width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* line 1261, sass/style.scss */
.flow .col h3 {
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  color: #0c5691;
}

/* line 1273, sass/style.scss */
.prices {
  padding: 10px 0 70px;
}

/* line 1277, sass/style.scss */
.prices .price-content {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}

/* line 1283, sass/style.scss */
.prices .price-content > div {
  padding: 0 4%;
  text-align: center;
  align-items: center;
}

/* line 1289, sass/style.scss */
.prices .price-content > div:first-child {
  border-right: 1px solid #ddd;
}

/* line 1295, sass/style.scss */
.prices .external-link {
  margin-top: 3em;
}

/* line 1299, sass/style.scss */
.prices .crossline {
  display: block;
  font-size: 20px;
  text-align: center;
}

/* line 1306, sass/style.scss */
.prices .note {
  display: inline-block;
  margin: 0.5em 0 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #0c5691;
  color: white;
  line-height: 1.2;
  padding: 0.4em 0.6em;
  border-radius: 2px;
}

/* line 1318, sass/style.scss */
.prices h2 {
  font-size: 32px;
  font-weight: 900;
  display: block;
  line-height: 1.3;
}

/* line 1324, sass/style.scss */
.prices h2 span {
  font-size: 2em;
  color: #0c5691;
}

/* line 1332, sass/style.scss */
.prices h3 {
  font-size: 36px;
  font-weight: 900;
  display: block;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  margin-left: 0;
  margin-right: auto;
}

/* line 1342, sass/style.scss */
.prices h3 span {
  font-size: 1.5em;
  color: #0c5691;
}

/* line 1348, sass/style.scss */
.prices h3 i {
  font-style: normal;
  font-size: 0.6em;
}

/* line 1354, sass/style.scss */
.prices .section-title {
  font-size: 28px;
  font-weight: 900;
  white-space: nowrap;
  display: table;
  margin-left: 0;
  margin-right: auto;
}

/* line 1372, sass/style.scss */
.prices .section-title > div {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
}

/* line 1379, sass/style.scss */
.prices .section-title .price-logo {
  width: 270px;
}

/* line 1384, sass/style.scss */
.prices .section-title > span {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 280px);
  margin-left: 10px;
}

/* line 1392, sass/style.scss */
.prices .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 1402, sass/style.scss */
#section-9.counted.prices h2 {
  transform-origin: center bottom;
}

/* line 1406, sass/style.scss */
#section-9.counted.prices h2 span {
  transition-delay: 1s;
  display: inline-block;
  color: #dd3322;
  transition-duration: 3s;
  transform: scale(1.2);
  transform-origin: center 80%;
  padding: 0 10px;
}

@keyframes boomShine {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* line 1439, sass/style.scss */
.portfolio {
  overflow: hidden;
  padding: 100px 0;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

/* line 1446, sass/style.scss */
.portfolio .section-title {
  color: #0c5691;
}

/* line 1451, sass/style.scss */
.portfolio-gallery {
  margin-top: 60px;
}

/* line 1455, sass/style.scss */
.portfolio-intro {
  text-align: center;
  margin: 40px auto;
}

/* line 1460, sass/style.scss */
.portfolio figure {
  width: 270px;
  padding: 0 15px;
}

/* line 1465, sass/style.scss */
.portfolio figure figcaption {
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
}

/* line 1471, sass/style.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 1486, sass/style.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 1494, sass/style.scss */
.slick-list:focus {
  outline: 0;
}

/* line 1498, sass/style.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 1503, sass/style.scss */
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1512, sass/style.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1521, sass/style.scss */
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

/* line 1527, sass/style.scss */
.slick-track:after {
  clear: both;
}

/* line 1531, sass/style.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 1535, sass/style.scss */
.slick-slide {
  display: none;
  min-height: 1px;
  margin: 0 10px;
}

/* line 1541, sass/style.scss */
[dir=rtl] .slick-slide {
  float: right;
}

/* line 1545, sass/style.scss */
.slick-slide img {
  display: block;
}

/* line 1549, sass/style.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 1553, sass/style.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 1557, sass/style.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 1561, sass/style.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 1565, sass/style.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 1571, sass/style.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1575, sass/style.scss */
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 5px;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  background-position: center center;
  background-size: 30px 30px;
  left: 0px;
  z-index: 20;
  background-image: url(../img/chevron-circle.svg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  text-indent: -99999px;
  opacity: .7;
}

/* line 1597, sass/style.scss */
.slick-arrow:hover {
  opacity: .9;
}

/* line 1601, sass/style.scss */
.slick-next.slick-arrow {
  right: 0px;
  left: auto;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}

/* line 1609, sass/style.scss */
.slick-list {
  z-index: 15;
}

/* line 1613, sass/style.scss */
.slick-track {
  display: flex;
  align-items: stretch;
}

/* line 1618, sass/style.scss */
.voc {
  padding: 100px 0;
  position: relative;
}

/* line 1621, sass/style.scss */
.voc .section-title {
  color: white;
}

/* line 1627, sass/style.scss */
.voc .voc-content {
  margin: 50px auto;
}

/* line 1630, sass/style.scss */
.voc .voc-content .row {
  margin: 6px 0;
  display: flex;
  align-items: stretch;
}

/* line 1637, sass/style.scss */
.voc .voc-content .brand-logo {
  background-color: #fff;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  margin-right: 1px;
}

/* line 1648, sass/style.scss */
.voc .voc-content .brand-logo img {
  width: 180px;
}

/* line 1653, sass/style.scss */
.voc .voc-content .voc-text {
  background-color: #fff;
  padding: 30px;
  flex: 1;
}

/* line 1659, sass/style.scss */
.voc .voc-content .meta {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

/* line 1666, sass/style.scss */
.voc .voc-content .order {
  font-size: 1.4em;
  text-transform: capitalize;
  font-family: "Roboto";
  margin-right: 10px;
  color: #ffca27;
  white-space: nowrap;
}

/* line 1675, sass/style.scss */
.voc .voc-content .voc-des {
  font-size: 14px;
  font-weight: bold;
  color: #0c5691;
  margin: 0.5em 0;
}

/* line 1682, sass/style.scss */
.voc .voc-content .voc-plus {
  font-size: 12px;
}

/* line 1689, sass/style.scss */
.contact {
  padding: 60px 0 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 1696, sass/style.scss */
.contact .form-container {
  overflow: hidden;
}

/* line 1700, sass/style.scss */
.contact .form-container ul {
  margin: 50px auto 30px;
  max-width: 1000px;
}

/* line 1705, sass/style.scss */
.contact .form-container ul li {
  padding: 12px 12px 12px 20px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}

/* line 1711, sass/style.scss */
.contact .form-container ul li label {
  width: 100%;
  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;
}

/* line 1724, sass/style.scss */
.contact .form-container ul li label > p {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 1730, sass/style.scss */
.contact .form-container ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

/* line 1743, sass/style.scss */
.contact .form-container ul li div:not(.control-item) span {
  width: 100%;
}

/* line 1747, sass/style.scss */
.contact .form-container ul li div.control-item {
  width: 30%;
  max-width: 240px;
  min-width: 160px;
  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: flex-start;
  font-size: 16px;
}

/* line 1763, sass/style.scss */
.contact .form-container ul li div.control-item span {
  margin-left: 5px;
  font-size: 0.6em;
  line-height: 1em;
  padding: 0.1em 0.2em;
  border-radius: 2px;
  background-color: red;
  color: white;
}

/* line 1773, sass/style.scss */
.contact .form-container ul li input[type=text],
.contact .form-container ul li input[type=email],
.contact .form-container ul li input[type=tel],
.contact .form-container ul li input[type=number],
.contact .form-container ul li textarea,
.contact .form-container ul li select {
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  padding: 0.6em 0.8em;
  display: block;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
}

/* line 1790, sass/style.scss */
.contact .form-container ul li textarea {
  max-width: 800px;
  height: 200px;
}

/* line 1795, sass/style.scss */
.contact .form-container ul li input[type=number] {
  margin-left: 5px;
  max-width: 100px;
  min-width: 100px;
}

/* line 1801, sass/style.scss */
.contact .form_submit input[type=submit] {
  width: 300px;
  padding: 0.5em;
  background-color: #ffca27;
  color: #444;
  text-align: center;
  display: block;
  margin: 50px auto;
  font-size: 20px;
  cursor: pointer;
  border-radius: 2px;
}

/* line 1814, sass/style.scss */
.contact .form_submit input[type=submit]:hover {
  background-color: #4fb432;
  color: white;
}

/* line 1822, sass/style.scss */
footer {
  background-color: #1f1f1f;
}

/* line 1825, sass/style.scss */
footer .footer-brand {
  padding: 60px 15px 0;
}

/* line 1828, sass/style.scss */
footer .footer-brand img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
}

/* line 1835, sass/style.scss */
footer .copyright {
  padding: 20px 15px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

/* line 1841, sass/style.scss */
footer .copyright a {
  color: inherit;
}

/* line 1849, sass/style.scss */
.bkt {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 50;
  right: 30px;
  bottom: 30px;
  opacity: 0.3;
  cursor: pointer;
}

/* line 1859, sass/style.scss */
.bkt img {
  transform: rotate(-90deg);
}

/* line 1863, sass/style.scss */
.bkt:hover {
  opacity: 0.6;
}

/* Pie chart color */
@media (min-width: 1921px) {
  /* line 4, sass/res.scss */
  .hero {
    padding-top: 0;
    height: 960px;
  }
}

@media (max-width: 1920px) {
  /* line 12, sass/res.scss */
  .slogan .slogan-copy {
    font-size: 38px;
  }
}

@media (max-width: 1800px) {
  /* line 19, sass/res.scss */
  .site-header {
    background-color: rgba(255, 255, 255, 0.95);
  }
  /* line 23, sass/res.scss */
  .slogan .slogan-copy {
    font-size: 34px;
  }
  /* line 26, sass/res.scss */
  .slogan,
  .hero-slider {
    padding-top: 80px;
  }
}

@media (max-width: 1680px) {
  /* line 33, sass/res.scss */
  .hero {
    padding-top: 0;
    height: 700px;
  }
  /* line 37, sass/res.scss */
  .slogan {
    width: 54%;
    padding-left: 7%;
  }
  /* line 41, sass/res.scss */
  .hero-bg .blue-bg {
    width: 50%;
  }
  /* line 44, sass/res.scss */
  .hero-slider {
    width: 45%;
    left: 52%;
  }
  /* line 48, sass/res.scss */
  .inner {
    padding: 0 7%;
  }
}

@media (max-width: 1350px) {
  /* line 54, sass/res.scss */
  .menu_btn {
    display: block !important;
  }
  /* line 57, sass/res.scss */
  .header-menu nav {
    display: none;
  }
  /* line 60, sass/res.scss */
  .header-menu .quick-enter a {
    font-size: 12px;
  }
  /* line 63, sass/res.scss */
  .header-menu .quick-enter .form_btn img {
    margin-bottom: 6px;
    transform: translateY(3px);
  }
}

@media (min-width: 1351px) {
  /* line 70, sass/res.scss */
  .main-nav {
    display: none;
  }
}

@media (max-width: 1300px) {
  /* line 76, sass/res.scss */
  .slogan .slogan-copy {
    font-size: 32px;
  }
  /* line 79, sass/res.scss */
  .slogan .slogan-copy + p {
    font-size: 14px;
    line-height: 1.8;
  }
  /* line 83, sass/res.scss */
  .slogan {
    padding-left: 8%;
  }
  /* line 86, sass/res.scss */
  .chart-item {
    max-width: 500px;
    margin: auto;
  }
  /* line 90, sass/res.scss */
  .chart-item:last-child {
    padding-top: 7%;
  }
  /* line 94, sass/res.scss */
  .solution .col,
  .features .col,
  .flow .col {
    padding: 0 2%;
  }
  /* line 99, sass/res.scss */
  .prices .note {
    font-size: 18px;
  }
  /* line 102, sass/res.scss */
  .prices h3 span {
    font-size: 1.7em;
  }
  /* line 108, sass/res.scss */
  .prices h2 {
    font-size: 32px;
  }
}

@media (max-width: 1100px) {
  /* line 114, sass/res.scss */
  .piechart .chart-content {
    display: block;
  }
  /* line 117, sass/res.scss */
  .prices .inner {
    padding: 0 20px;
  }
}

@media (max-width: 980px) {
  /* line 123, sass/res.scss */
  .prices .price-content {
    flex-direction: column;
  }
  /* line 126, sass/res.scss */
  .prices .price-content > div:first-child {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  /* line 133, sass/res.scss */
  .prices .price-content > div {
    max-width: 500px;
  }
  /* line 137, sass/res.scss */
  .prices .price-content h3 {
    margin-top: 10px;
  }
  /* line 141, sass/res.scss */
  .flow .col {
    flex-basis: 50%;
  }
  /* line 144, sass/res.scss */
  .features .items {
    flex-wrap: wrap;
  }
  /* line 147, sass/res.scss */
  .features .items .col {
    flex-basis: 50%;
    padding-bottom: 9%;
  }
  /* line 151, sass/res.scss */
  .features .items .col div {
    margin-top: 20px;
  }
  /* line 157, sass/res.scss */
  .features .external-link {
    margin-top: 0;
  }
  /* line 160, sass/res.scss */
  .solution .col h3 {
    font-size: 18px;
  }
  /* line 163, sass/res.scss */
  .hero {
    padding: 140px 0 60px;
    height: auto;
  }
  /* line 167, sass/res.scss */
  .hero:after {
    width: 100%;
    height: 20%;
    content: "";
    background-color: #0c5691;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  /* line 177, sass/res.scss */
  .hero-bg {
    display: none;
  }
  /* line 180, sass/res.scss */
  .slogan {
    max-width: 800px;
    margin: auto;
  }
  /* line 184, sass/res.scss */
  .slogan,
  .hero-slider {
    position: relative;
    padding: 0 10%;
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
    height: auto;
  }
  /* line 194, sass/res.scss */
  .hero-slider {
    padding-top: 6%;
  }
  /* line 198, sass/res.scss */
  .reason,
  .solution,
  .ratio,
  .features,
  .piechart,
  .portfolio,
  .voc,
  .contact {
    padding: 7% 0;
  }
  /* line 208, sass/res.scss */
  .flow,
  .prices {
    padding: 0 0 6%;
  }
  /* line 214, sass/res.scss */
  .reason .inner {
    display: block;
  }
  /* line 217, sass/res.scss */
  .reason .hasbg {
    padding: 8% 0 0;
  }
  /* line 220, sass/res.scss */
  .ratio .inner {
    display: block;
  }
  /* line 223, sass/res.scss */
  .ratio .inner > div {
    max-width: 100%;
  }
  /* line 226, sass/res.scss */
  .ratio .bars {
    padding-left: 0;
    padding-top: 7%;
  }
  /* line 230, sass/res.scss */
  .ratio .bar-item {
    margin-bottom: 25px;
  }
  /* line 233, sass/res.scss */
  .ratio .bars-description {
    margin-top: 30px;
  }
}

@media (max-width: 820px) {
  /* line 240, sass/res.scss */
  .solution .col h3,
  .features .col h3 {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  /* line 248, sass/res.scss */
  .voc .voc-content .row {
    flex-direction: column;
    display: block;
  }
  /* line 252, sass/res.scss */
  .voc .voc-content .row > div {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* line 257, sass/res.scss */
  .voc .voc-content .row > div:first-child {
    margin-bottom: 1px;
  }
  /* line 260, sass/res.scss */
  .voc .voc-content .row > div:first-child img {
    max-width: 200px;
  }
  /* line 266, sass/res.scss */
  .header-menu .quick-enter a.menu_btn {
    min-width: 0;
  }
  /* line 269, sass/res.scss */
  .header-menu .quick-enter a.menu_btn label {
    display: block;
  }
  /* line 272, sass/res.scss */
  .toggle-btn {
    position: absolute;
    left: 6px;
    top: 6px;
  }
  /* line 277, sass/res.scss */
  .solution .items {
    display: block;
  }
  /* line 280, sass/res.scss */
  .features .items {
    display: block;
  }
  /* line 283, sass/res.scss */
  .features .items .col {
    max-width: 400px;
    margin: auto;
  }
  /* line 288, sass/res.scss */
  .solution .col > div {
    margin-top: 20px;
  }
  /* line 291, sass/res.scss */
  .solution .col {
    max-width: 400px;
    margin: auto;
    padding-bottom: 9%;
  }
  /* line 296, sass/res.scss */
  .solution .col:last-child {
    padding-bottom: 0;
  }
  /* line 300, sass/res.scss */
  .line-title h2 {
    font-size: 28px;
  }
  /* line 306, sass/res.scss */
  .header-menu .quick-enter a {
    width: 42px;
    height: 42px;
    position: relative;
    overflow: hidden;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 10px;
    background-color: #333 !important;
  }
  /* line 319, sass/res.scss */
  a.menu_btn {
    text-indent: -999999px;
    overflow: hidden;
    display: block !important;
  }
  /* line 324, sass/res.scss */
  .toggle-btn {
    position: absolute;
  }
  /* line 327, sass/res.scss */
  .tel-number {
    width: 22px;
    height: 22px;
    position: relative;
    text-indent: -9999999px;
    display: block !important;
  }
  /* line 334, sass/res.scss */
  .tel-number img {
    position: absolute;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: contain;
  }
  /* line 343, sass/res.scss */
  .open-time {
    display: none;
  }
  /* line 346, sass/res.scss */
  .form_btn {
    display: block !important;
    text-indent: -9999999px;
    position: relative;
  }
  /* line 351, sass/res.scss */
  .form_btn img {
    position: absolute;
    margin: 0 !important;
    top: 10px;
    left: 11px;
    width: 20px !important;
    height: 20px !important;
    display: block;
    transform: translateY(1px) !important;
  }
  /* line 362, sass/res.scss */
  .header-menu .quick-enter {
    align-items: center;
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  /* line 369, sass/res.scss */
  .slogan .slogan-copy {
    font-size: 28px;
  }
  /* line 372, sass/res.scss */
  .slogan .slogan-copy + p {
    margin-top: 1.3em;
  }
  /* line 375, sass/res.scss */
  .slogan .external-link {
    margin-top: 2em;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    font-size: 18px;
  }
  /* line 382, sass/res.scss */
  .hero-slider {
    padding-top: 7%;
  }
  /* line 385, sass/res.scss */
  .line-title h2 {
    font-size: 24px;
  }
  /* line 391, sass/res.scss */
  .ratio .bar-graph div {
    height: 32px !important;
  }
  /* line 394, sass/res.scss */
  .flow .col {
    flex-basis: 100%;
    padding-bottom: 8%;
  }
  /* line 398, sass/res.scss */
  .prices .note {
    font-size: 15px;
  }
  /* line 401, sass/res.scss */
  .prices h3 {
    font-size: 33px;
  }
  /* line 404, sass/res.scss */
  .prices .price-content > div {
    max-width: 420px;
  }
}

@media (max-width: 570px) {
  /* line 410, sass/res.scss */
  .piechart .chart {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  /* line 416, sass/res.scss */
  .chart-note {
    margin-top: 30px;
  }
  /* line 419, sass/res.scss */
  .chart-note ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  /* line 424, sass/res.scss */
  .chart-note ul li {
    flex-basis: 50%;
    flex: 1;
    padding-right: 15px !important;
    white-space: nowrap;
  }
  /* line 432, sass/res.scss */
  .contact .form-container ul li {
    padding-right: 16px;
    padding-left: 15px;
  }
  /* line 436, sass/res.scss */
  .contact .form-container ul li label {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 6px;
  }
  /* line 441, sass/res.scss */
  .contact .form-container ul li label input {
    width: 100%;
    max-width: 100%;
  }
  /* line 447, sass/res.scss */
  .contact .form-container ul li div.control-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
  }
  /* line 457, sass/res.scss */
  .contact .form-container ul li input[type=text] + div,
  .contact .form-container ul li input[type=email] + div,
  .contact .form-container ul li input[type=tel] + div,
  .contact .form-container ul li input[type=number] + div {
    display: none;
  }
  /* line 461, sass/res.scss */
  footer .footer-brand img {
    max-width: 220px;
  }
  /* line 464, sass/res.scss */
  footer .copyright {
    font-size: 12px;
  }
  /* line 467, sass/res.scss */
  footer .footer-brand {
    padding: 40px 15px 0;
  }
}

@media (max-width: 500px) {
  /* line 474, sass/res.scss */
  .hero {
    padding: 100px 0 45px;
  }
  /* line 477, sass/res.scss */
  .slogan .slogan-copy {
    font-size: 24px;
  }
  /* line 480, sass/res.scss */
  .brand {
    width: 190px;
    margin-left: 30px;
    transition: 0.2s;
  }
  /* line 485, sass/res.scss */
  .header-menu .quick-enter {
    height: 80px;
    transition: 0.2s;
  }
  /* line 490, sass/res.scss */
  .header-menu .quick-enter a {
    width: 32px;
    height: 32px;
  }
  /* line 494, sass/res.scss */
  .tel-number {
    width: 18px;
    height: 18px;
  }
  /* line 499, sass/res.scss */
  .form_btn img {
    position: absolute;
    margin: 0 !important;
    top: 7px;
    left: 8px;
    width: 16px !important;
    height: 16px !important;
  }
  /* line 508, sass/res.scss */
  .header-menu .quick-enter {
    padding-right: 30px;
  }
  /* line 511, sass/res.scss */
  .toggle-btn {
    width: 20px;
    height: 20px;
  }
  /* line 515, sass/res.scss */
  .reason,
  .solution,
  .ratio,
  .features,
  .piechart,
  .portfolio,
  .voc,
  .contact {
    padding: 50px 0;
  }
  /* line 525, sass/res.scss */
  .ratio .bars {
    padding-top: 50px;
  }
  /* line 528, sass/res.scss */
  .ratio .bars-description {
    margin-top: 10px;
  }
  /* line 531, sass/res.scss */
  .ratio .squre:before {
    margin-bottom: 4px;
  }
  /* line 534, sass/res.scss */
  .ratio .squre {
    font-size: 12px;
    margin: 0 10px;
  }
  /* line 538, sass/res.scss */
  .ratio .bars-description {
    text-align: center;
  }
  /* line 541, sass/res.scss */
  .flow,
  .prices {
    padding: 0;
  }
  /* line 545, sass/res.scss */
  .hero {
    padding: 100px 0 50px;
  }
  /* line 548, sass/res.scss */
  .line-title h3 {
    font-size: 15px;
  }
  /* line 551, sass/res.scss */
  .reason .inner .text-content .external-link,
  .slogan .external-link,
  .ratio .inner .text-content .external-link,
  .prices .external-link {
    margin-top: 1.5em;
  }
  /* line 557, sass/res.scss */
  .solution .external-link,
  .features .external-link {
    margin-top: 2em;
  }
  /* line 561, sass/res.scss */
  .section-title h3 {
    font-size: 16px;
  }
  /* line 564, sass/res.scss */
  .slick-arrow {
    opacity: 1;
  }
  /* line 567, sass/res.scss */
  .slick-arrow:hover {
    opacity: 1;
  }
  /* line 572, sass/res.scss */
  .site-header.fixheader .header-menu .quick-enter {
    padding-right: 10px;
    height: 55px;
  }
  /* line 577, sass/res.scss */
  .site-header.fixheader .brand {
    margin-left: 20px;
  }
  /* line 582, sass/res.scss */
  .solution .col img,
  .features .col img {
    margin-bottom: 10px;
  }
  /* line 586, sass/res.scss */
  .solution .col,
  .features .items .col,
  .flow .col {
    padding-top: 3%;
  }
  /* line 591, sass/res.scss */
  .flow .col figure {
    width: 100px;
    height: 100px;
    padding: 30px;
  }
  /* line 596, sass/res.scss */
  .flow .col > div {
    margin-top: 20px;
  }
  /* line 599, sass/res.scss */
  .chart-item:last-child {
    padding-top: 11%;
  }
  /* line 602, sass/res.scss */
  .piechart .chart-content,
  .voc .voc-content {
    margin: 40px auto;
  }
  /* line 606, sass/res.scss */
  .contact .form_submit input[type=submit] {
    margin: 30px auto 10px;
  }
  /* line 609, sass/res.scss */
  .contact .form-container ul,
  .solution .items {
    margin-top: 40px;
  }
  /* line 613, sass/res.scss */
  .flow {
    padding-bottom: 30px;
  }
  /* line 616, sass/res.scss */
  .flow .items {
    margin-top: 50px;
    margin-bottom: 0;
  }
  /* line 620, sass/res.scss */
  .features .external-link {
    margin-top: 1em;
  }
}

@media (max-width: 480px) {
  /* line 626, sass/res.scss */
  .prices .section-title {
    font-size: 5vw;
  }
  /* line 629, sass/res.scss */
  .prices h3,
  .prices h2 {
    font-size: 7.5vw;
  }
  /* line 633, sass/res.scss */
  .prices .note {
    font-size: 14px;
  }
  /* line 636, sass/res.scss */
  .voc .voc-content .meta {
    line-height: 1.3;
    font-size: 16px;
  }
  /* line 640, sass/res.scss */
  .voc .voc-content .voc-text {
    padding: 20px;
  }
  /* line 643, sass/res.scss */
  .main-nav a {
    font-size: 18px;
    font-weight: normal;
  }
}

@media (max-width: 400px) {
  /* line 651, sass/res.scss */
  .header-menu .quick-enter {
    padding-right: 10px;
    height: 80px;
  }
  /* line 655, sass/res.scss */
  .brand {
    margin-left: 20px;
  }
  /* line 661, sass/res.scss */
  .site-header.fixheader .header-menu .quick-enter {
    height: 55px;
  }
  /* line 665, sass/res.scss */
  .site-header.fixheader .brand {
    width: 270px;
    margin-left: 10px;
  }
}

@media (max-width: 360px) {
  /* line 675, sass/res.scss */
  .header-menu .quick-enter a {
    margin-left: 6px;
  }
  /* line 678, sass/res.scss */
  .header-menu .quick-enter a:first-child {
    margin-left: 0;
  }
  /* line 682, sass/res.scss */
  .brand {
    width: 160px;
  }
}

/* line 1871, sass/style.scss */
#section-2 .button-list {
  margin-left: -10px;
}

/* line 1874, sass/style.scss */
#section-2 .button-list:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1880, sass/style.scss */
#section-2 .button-list a {
  margin-right: 10px;
}

/* line 1886, sass/style.scss */
#section-2 .button-list a:last-child {
  margin-right: 0;
}

/* line 1893, sass/style.scss */
#section-12 .radio-list {
  margin: 0;
}

/* line 1896, sass/style.scss */
#section-12 .radio-list li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
}

/* line 1902, sass/style.scss */
#section-12 .radio-list li > label {
  display: block;
  cursor: pointer;
}

/* line 1906, sass/style.scss */
#section-12 .radio-list li > label input[type=radio] {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 600px) {
  /* line 1929, sass/style.scss */
  #section-2 .button-list {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  /* line 1934, sass/style.scss */
  #section-2 .button-list > a {
    width: 30%;
    display: inline-block;
    font-size: 13px;
  }
}
