/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_header_footer.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/_header_footer.scss */
body {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 16px;
}

/* line 12, ../sass/_header_footer.scss */
html {
  overflow: hidden;
}

/* line 16, ../sass/_header_footer.scss */
h1, h2 {
  text-align: center;
}

/* line 21, ../sass/_header_footer.scss */
.img-cover img {
  width: 100%;
}

/* line 26, ../sass/_header_footer.scss */
.go-top {
  position: fixed;
  bottom: 20%;
  right: -79px;
  background: #86bb3a;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  transition: all .5s;
}
/* line 40, ../sass/_header_footer.scss */
.go-top .img-cover {
  width: 50%;
}

/* line 45, ../sass/_header_footer.scss */
.w-100 {
  width: 100%;
}

/* line 49, ../sass/_header_footer.scss */
.h-1 {
  height: 1px;
}

/* line 53, ../sass/_header_footer.scss */
a {
  text-decoration: none;
}

/* line 57, ../sass/_header_footer.scss */
.wrapper-outter {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-behavior: smooth;
}

/* line 69, ../sass/_header_footer.scss */
header.header-outter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  height: 81px;
}
/* line 77, ../sass/_header_footer.scss */
header.header-outter .header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 55px 0 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 85, ../sass/_header_footer.scss */
header.header-outter .header-inner .logo {
  display: block;
  height: 81px;
}
/* line 89, ../sass/_header_footer.scss */
header.header-outter .header-inner .logo img {
  width: auto;
  height: 100%;
}
/* line 95, ../sass/_header_footer.scss */
header.header-outter .header-inner .menu {
  font-size: 22px;
  font-weight: 600;
}
/* line 99, ../sass/_header_footer.scss */
header.header-outter .header-inner .menu a {
  color: #000;
}
/* line 101, ../sass/_header_footer.scss */
header.header-outter .header-inner .menu a:hover {
  text-decoration: underline;
}

/* line 109, ../sass/_header_footer.scss */
.banner {
  width: 100vw;
  height: 16.667vw;
}
/* line 113, ../sass/_header_footer.scss */
.banner .img-cover {
  width: 100%;
  height: 100%;
}
/* line 117, ../sass/_header_footer.scss */
.banner .img-cover img {
  height: 100%;
}

/* ===== Footer ===== */
/* line 124, ../sass/_header_footer.scss */
footer.footer {
  width: 100%;
  background: #000;
}
/* line 128, ../sass/_header_footer.scss */
footer.footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 194px;
  margin: auto;
  color: #fff;
}

@media (max-width: 1439px) {
  /* line 140, ../sass/_header_footer.scss */
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 1279px) {
  /* line 147, ../sass/_header_footer.scss */
  html,
  body {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  /* line 154, ../sass/_header_footer.scss */
  html,
  body {
    font-size: 8px;
  }

  /* line 160, ../sass/_header_footer.scss */
  header.header-outter .header-inner {
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 168, ../sass/_header_footer.scss */
  header.header-outter .header-inner {
    padding: 0 30px 0 15px;
  }
  /* line 171, ../sass/_header_footer.scss */
  header.header-outter .header-inner .menu {
    font-size: 16px;
  }

  /* line 177, ../sass/_header_footer.scss */
  .banner {
    height: auto;
  }
}
@media (max-width: 479px) {
  /* line 184, ../sass/_header_footer.scss */
  header.header-outter .header-inner {
    padding: 0 15px 0 0;
  }

  /* line 189, ../sass/_header_footer.scss */
  footer.footer {
    font-size: 12px;
  }
  /* line 192, ../sass/_header_footer.scss */
  footer.footer .footer-inner {
    height: 110px;
  }
}
/* line 3, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner {
  width: 100%;
}
/* line 5, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner h2.title {
  font-size: 2.125rem;
  font-weight: 600;
  color: #fff;
}
/* line 11, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner .text-content {
  font-size: 1.375rem;
}
/* line 15, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner.bg-black {
  background: #000;
}
/* line 19, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner.bg-primary {
  background: #f3ad24;
}
/* line 23, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner.bg-gray {
  background: #131313;
}
/* line 28, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#welcome .welcome-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.375vw;
}
/* line 35, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#welcome .text-content {
  color: #fff;
  line-height: 1.4;
}
/* line 39, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#welcome .text-content h2.title {
  margin-bottom: 2rem;
}
/* line 41, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#welcome .text-content h2.title .color-primary {
  color: #f3ad24;
}
/* line 48, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#about {
  display: flex;
  align-items: stretch;
}
/* line 51, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#about .about-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 58, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#about .about-content h2.title {
  color: #000;
  margin-bottom: 1rem;
  text-align: left;
}
/* line 64, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#about .about-content .text-content {
  color: #000;
  line-height: 1.1;
}
/* line 69, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#about .about-content img {
  width: 100%;
}
/* line 76, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.625vw;
  flex-direction: column;
  padding: 0 9.375vw;
  width: 100%;
}
/* line 85, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner h2.title {
  margin-bottom: 5rem;
}
/* line 89, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* line 95, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner .card {
  width: 24.21875vw;
  background: #f3ad24;
}
/* line 99, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner .card .img-cover {
  width: 100%;
}
/* line 101, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner .card .img-cover img {
  width: 100%;
}
/* line 106, ../sass/_page_index.scss */
.wrapper-outter#page-index .wrapper-inner#services .services-inner .card .card-bottom {
  height: 102px;
  font-size: 1.625rem;
  line-height: 102px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 125, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#welcome .welcome-inner {
    height: auto;
  }
  /* line 128, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#welcome .welcome-inner h2.title {
    font-size: 24px;
  }
  /* line 132, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#welcome .welcome-inner .text-content {
    font-size: 12px;
    padding: 6vh 0;
  }
  /* line 139, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about {
    flex-direction: column;
  }
  /* line 141, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content {
    width: 100%;
  }
  /* line 144, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-right {
    order: 1;
  }
  /* line 147, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left {
    order: 2;
  }
  /* line 150, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left .about-inner {
    padding: 6vh 0;
  }
  /* line 153, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left .about-inner h2.title {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  /* line 158, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left .about-inner .text-content {
    font-size: 14px;
    line-height: 1.3;
  }
  /* line 168, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner {
    height: auto;
    padding: 6vh 0;
  }
  /* line 172, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner h2.title {
    font-size: 24px;
  }
  /* line 176, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner .content {
    flex-direction: column;
    align-items: center;
  }
  /* line 180, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner .content .card {
    width: 80%;
    max-width: 465px;
    margin-bottom: 60px;
  }
  /* line 185, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner .content .card .card-bottom {
    font-size: 22px;
    height: auto;
    line-height: 2;
    padding: 3vh 0;
  }
}
@media (max-width: 479px) {
  /* line 201, ../sass/_page_index.scss */
  .hidden-mobile {
    display: none !important;
  }

  /* line 210, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#welcome .welcome-inner h2.title {
    font-size: 20px;
  }
  /* line 214, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#welcome .welcome-inner .text-content {
    padding: 6vh 30px;
  }
  /* line 223, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left .about-inner {
    padding: 6vh 30px;
  }
  /* line 226, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left .about-inner h2.title {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  /* line 231, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#about .about-content.about-left .about-inner .text-content {
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 242, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner h2.title {
    font-size: 20px;
  }
  /* line 246, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner .content {
    padding: 0 25px;
  }
  /* line 248, ../sass/_page_index.scss */
  .wrapper-outter#page-index .wrapper-inner#services .services-inner .content .card {
    width: 100%;
  }
}
