@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow-x: hidden;
}

a {
  color: #79c34f;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #79c34f !important;
}
a img {
  transition: opacity .3s;
}
a:hover img,
a:focus img {
  opacity: .8;
}

.img-responsive {
  display: inline-block;
}

p {
  margin: 1em;
  font-size: 17px;
  color: #848484;
  font-weight: 300;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

h1, h2, h3 {
  color: #5a5a5a;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

h4, h5, h6 {
  color: #5a5a5a;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #add992;
}

::-moz-selection {
  color: #fcfcfc;
  background: #add992;
}

::selection {
  color: #fcfcfc;
  background: #add992;
}
.topMv,
.topMv-video{
  position: relative;
  height: 100vh;
}
.topMv::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-dot.png);
  background-size: 3px 3px;
}
.topMv-movie {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topMv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(1.2);
  width: 80%;
  max-width: 600px;
  height: auto;
  transition: transform 0.8s;
}

/* スクロールダウンアニメーション */
.scrollDown {
  position: absolute;
  bottom: 4em;
  left: 50%;
  z-index: 1;
  height: 50px;
}
.scrollDown-text {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.scrollDown::after{
  content: '';
  opacity:0;
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathMove 1.4s ease-in-out infinite;
}
/* 高さ・位置・透過が変化して線が上から下に動く */
@keyframes pathMove{
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topMv-title {
    max-width: 500px;
  }
}
@media screen and (max-height: 480px) {
  .topMv-title {
    max-width: 345px;
  }
  .scrollDown {
    bottom: 1em;
  }
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  font-weight: 300;
}
.fh5co-hero.fh5co-hero-low,
.fh5co-hero-low .fh5co-cover {
  height: 100vh;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    max-height: 700px;
  }
  .fh5co-hero.fh5co-hero-low,
  .fh5co-hero-low .fh5co-cover {
    max-height: 300px;
  }
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(141, 113, 96, 0.3);
}

.fh5co-cover {
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: inherit;
    padding: 3em 0;
  }
  video.fh5co-cover {
    padding: 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 5em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 700px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -40px;
  z-index: 2;
  color: #fff;
}
.fh5co-hero-low .fh5co-cover .desc {
  top: 55%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
}
.fh5co-cover .desc span a {
  color: #fff;
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* MV背景 */
.productMv {
  background-image: url(/images/bg/bg_product-pc.jpg);
}
.companyMv {
  background-image: url(/images/bg/bg_company-pc.jpg);
}
.recruitMv {
  background-image: url(/images/bg/bg_recruit-pc.jpg?d=20241106);
}
.privacyMv {
  background-image: url(/images/bg/bg_privacy-pc.jpg);
}
.whatMv {
  background-image: url(/images/bg/bg_what-pc.jpg);
}
.teamMv {
  background-image: url(/images/bg/bg_team-pc.jpg);
}
.albumMv {
  background-image: url(/images/bg/bg_album-pc.jpg);
}
.basisMv {
  background-image: url(/images/bg/bg_basis-pc.jpg);
}
.kenkoMv {
  background-image: url(/images/bg/bg_kenko-keiei-pc.jpg);
}
.outlineMv {
  background-image: url(/images/bg/bg_outline-pc.jpg);
}
.engineerMv {
  background-image: url(/images/bg/bg_engineer-pc.jpg);
}
.salesMv {
  background-image: url(/images/bg/bg_sales-pc.jpg);
}
.supportMv {
  background-image: url(/images/bg/bg_support-pc.jpg);
}
@media screen and (max-width: 900px) {
  .productMv {
    background-image: url(/images/bg/bg_product-sp.jpg) ;
  }
  .productMv {
    background-image: url(/images/bg/bg_product-sp.jpg);
  }
  .companyMv {
    background-image: url(/images/bg/bg_company-sp.jpg);
  }
  .recruitMv {
    background-image: url(/images/bg/bg_recruit-sp.jpg?d=20241106);
  }
  .privacyMv {
    background-image: url(/images/bg/bg_privacy-sp.jpg);
  }
  .whatMv {
    background-image: url(/images/bg/bg_what-sp.jpg);
  }
  .teamMv {
    background-image: url(/images/bg/bg_team-sp.jpg);
  }
  .albumMv {
    background-image: url(/images/bg/bg_album-sp.jpg);
  }
  .basisMv {
    background-image: url(/images/bg/bg_basis-sp.jpg);
  }
  .kenkoMv {
    background-image: url(/images/bg/bg_kenko-keiei-sp.jpg);
  }
  .outlineMv {
    background-image: url(/images/bg/bg_outline-sp.jpg);
  }
  .engineerMv {
    background-image: url(/images/bg/bg_engineer-sp.jpg);
  }
  .salesMv {
    background-image: url(/images/bg/bg_sales-sp.jpg);
  }
  .supportMv {
    background-image: url(/images/bg/bg_support-sp.jpg);
  }
}
@media screen and (max-width: 480px) {
  .companyMv {
    background-position: 12%;
  }
  .productMv {
    background-position: 78%;
  }
  .recruitMv {
    background-position: 60%;
  }
  .teamMv {
    background-position: 30%;
  }
  .outlineMv {
    background-position: 30%;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 15em;
  *width: 15em;
}

.sf-menu a {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: .75em 1em;
  font-weight: bold;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 15px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #fff !important;
}
.sf-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 80%;
  height: 2px;
  background: #fff;
  transition: .3s;
}
.sf-menu li:hover ul {
  display: block;
}
.sf-menu li.active a::after,
.sf-menu a:hover::after {
  transform: scale(1, 1);
}
.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 0;
}
.nav-header {
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav-header {
    display: grid;
    place-items: center;
  }
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 21px;
  margin-bottom: 21px;
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#fh5co-logo a {
  color: #fff;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #fff !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 2em .75em 1em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #79c34f !important;
}
#fh5co-primary-menu > li > a {
  font-size: 17px;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: #1fb5f6;
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu-wrap {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  #fh5co-primary-menu .fh5co-sub-menu-wrap {
    padding-top: 0;
  }
}
#fh5co-primary-menu .fh5co-sub-menu {
  top: 80px;
  right: 7px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 7px 10px;
  border-radius: 2px;
  min-width: auto; /* superfishのスタイルを上書き */
  background: #fff;
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 25px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #79c34f !important;
}

#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2 {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-work-section,
  #fh5co-services-section,
  #fh5co-content-section,
  #fh5co-work-section_2 {
    padding: 4em 0;
  }
}

h3.heading-section {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  margin-bottom: 45px;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
h3.heading-section:before {
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 2px;
  background: #79c34f;
}

.fh5co-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .fh5co-grid {
    height: 400px;
  }
}
.fh5co-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.fh5co-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.fh5co-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.fh5co-grid .image-popup .prod-title span {
  color: #fff;
}
.fh5co-grid:hover .image-popup {
  opacity: 1;
}

.work-wrap-bg {
  padding-top: 3em;
  background: rgba(0, 0, 0, 0.03);
}

.work-wrap {
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  display: table;
  position: relative;
  margin-bottom: 0;
}
.work-wrap .fh5co-project-inner {
  display: table-cell;
  /*vertical-align: middle;*/
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  position: relative;
}
@media screen and (max-width: 768px) {
  .work-wrap .fh5co-project-inner {
    float: left;
    width: 100%;
    height: inherit !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width:100vw';
  }
}
.work-wrap .fh5co-imgs {
  height: calc(100% - 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .work-wrap .fh5co-imgs {
    margin-bottom: 80px;
  }
}
.work-wrap .fh5co-imgs .img-holder-1,
.work-wrap .fh5co-imgs .img-holder-2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .work-wrap .fh5co-imgs .img-holder-1,
  .work-wrap .fh5co-imgs .img-holder-2 {
    position: relative;
  }
}
.work-wrap .fh5co-imgs .img-holder-1 img,
.work-wrap .fh5co-imgs .img-holder-2 img {
  max-width: 100%;
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  transition: 0.5s;
}
.work-wrap .fh5co-imgs .img-holder-1 {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .work-wrap .fh5co-imgs .img-holder-1 {
    right: 0;
  }
}
.work-wrap .fh5co-imgs .img-holder-2 {
  bottom: -2em;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .work-wrap .fh5co-imgs .img-holder-2 {
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .work-wrap .fh5co-imgs .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .work-wrap .fh5co-imgs .img-holder-2 img {
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.work-wrap.fh5co-reverse .img-holder-1 {
  left: auto;
  right: 0;
}
.work-wrap.fh5co-reverse .img-holder-1 img {
  text-align: right;
}
.work-wrap.fh5co-reverse .img-holder-2 {
  bottom: -2em;
  right: auto;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .work-wrap.fh5co-reverse .img-holder-2 {
    position: absolute;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .work-wrap.fh5co-reverse .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .work-wrap.fh5co-reverse .img-holder-2 img {
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.work-wrap .fh5co-text {
  padding-top: 0;
}
.work-wrap .fh5co-text span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
.work-wrap .fh5co-text h2 {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.work-wrap .fh5co-text p {
  color: rgba(0, 0, 0, 0.5);
}

.services {
  margin-bottom: 5em;
  text-align: center;
}
.services span {
  margin-bottom: 25px;
  display: inline-block;
}
.services span i {
  font-size: 60px;
  /* color: rgba(0, 0, 0, 0.3); */
  color: #93db46;
}
.services h3 {
  font-size: 20px;
  font-weight: 400;
}

#fh5co-services, #fh5co-about, #fh5co-contact {
  padding: 4em 0 0 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 4em 0;
  }
}

#fh5co-contact .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.form-control option {
    padding: 7px;
}
.form-zip {
  display: flex;
  align-items: center;
  text-align: left;
}
.form-zip input[type="text"] {
  display: inline-block;
  margin-right: 1em;
  max-width: 150px;
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.form-group-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
  text-align: left;
  column-gap: 0.5em;
}
@media screen and (max-width: 992px) {
  .form-group-label {
    justify-content: flex-start;
  }
}
.form-group-label .label {
  font-weight: 400;
}

.fh5co-testimonial {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.fh5co-testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.fh5co-testimonial figure {
  margin-bottom: 20px;
  background-size: cover;
}
.fh5co-testimonial figure img {
  width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 50%;
}
.fh5co-testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.fh5co-testimonial blockquote p {
  font-style: italic;
  font-size: 26px;
  line-height: 1.6em;
  color: #555555;
}
.fh5co-testimonial span {
  font-style: italic;
}

.fh5co-about-us h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.fh5co-about-us img {
  margin-bottom: 30px;
  background-size: cover;
  width: 100%;
}
.fh5co-about-us a {
  font-size: 18px;
}

#fh5co-blog-section, #fh5co-start-project-section {
  background: #184bde;
  padding: 5em 0;
}
#fh5co-blog-section h3.heading-section, #fh5co-start-project-section h3.heading-section {
  color: #fff;
}
#fh5co-blog-section p, #fh5co-start-project-section p {
  color: rgba(255, 255, 255, 0.7);
}

.fh5co-blog {
  width: 100%;
  height: 385px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog:hover, .fh5co-blog:focus {
  width: 100%;
  box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
}
.fh5co-blog .image-popup {
  position: absolute;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.fh5co-blog .image-popup span {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  padding: 4px 15px;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.fh5co-blog .image-popup h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.fh5co-blog .image-popup p {
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-blog .image-popup:hover, .fh5co-blog .image-popup:focus {
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .image-popup:hover p, .fh5co-blog .image-popup:focus p {
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-start-project-section h2 {
    font-size: 30px;
  }
}
#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#footer {
  background: #222831;
  padding: 60px 0 40px;
}
.footer-info-company p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
}
.footer-contact {
  color: #fff !important;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-info-company {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 990px) {
  #footer .footer-info-company {
    text-align: center;
  }
}
#footer .p-mark-image {
  display: inline-block;
  position: absolute;
  top:0;
  left: 240px;
  transition: opacity .3s;
}
#footer .p-mark-image:hover,
#footer .p-mark-image:focus {
  outline: none;
  opacity: .8;
}
@media screen and (max-width: 990px) {
  #footer .p-mark-image {
    position: static;
  }
  #footer .p-mark-image img {
    max-width: 70px;
  }
}

#footer .footer-menu {
  float: right;
  margin: 0;
  border: 1px solid #888;
  border-radius: 1em;
  padding: 7px 28px;
  font-weight: bold;
}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 990px) {
   #footer .footer-menu {
    text-align: center;
    float: none;
  }
}
#footer .footer-menu li {
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 990px) {
  #footer ul.footer-menu {
    margin: 20px 0 0 0;
  }
  #footer .footer-menu li {
    margin: 0 0 0 7px;
  }
}
#footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-menu li:first-child {
  margin-left: 0;
}
.btn {
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #79c34f;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #79c34f;
  color: #fff !important;
}
.btn.btn-primary[target="_blank"]::after {
  content: '\ec3b';
  display: inline-block;
  position: relative;
  bottom: -.05em;
  margin-left: .25em;
  font-family: 'icomoon';
  line-height: 1;
}
.btn:not(:disabled):hover, .btn:not(:disabled):active, .btn:not(:disabled):focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

#fh5co-page {
  position: relative;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #79c34f;
}
#offcanvas-menu ul li .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #79c34f;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}
.product-outline {
  margin: 0 auto;
}
.product-banner {
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  margin-bottom: 1em;
  border-radius: 6px;
  background-color: #fff;
}
.product-banner img {
  width: 100%;
  height: auto;
}
.product-outline h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.product-outline p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .product-outline:not(:last-child) {
    margin-bottom: 2em;
  }
}
.banner-recruit img {
  width: 100%;
  max-width: 700px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .banner-recruit img {
    max-width: 345px;
  }
}

/* t.furuta added */

.callout {
    font-size: 40px;
    color: #fff;
    display: table;
    height: 200px;
    width: 100%;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.ggmap {
    position: relative;
    padding-bottom: 25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

section {
    padding: 4em 0;
}

section.fill {
    background-color: #f4ffd6;
}

.banner {
  padding: 4em 0;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: none;
  margin: 0;
}
.pagetop-link {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #79c34f;
  border-radius: 50%;
  text-align: center;
  opacity: .8;
  padding-bottom: 5%;
}
.pagetop-icon {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .pagetop-link {
    width: 50px;
    height: 50px;
  }
  .pagetop-icon {
    width: 22px;
    height: 22px;
  }
}

#footer p.copyright {
    font-size: 10px;
    margin-top: 20px;
}

div#philosophy {
  width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  div#philosophy {
      width: 100%;
  }
}

#philosophy ul {
  padding: 0;
  margin: 0 0 25px 20px;
}

#philosophy ul li {
  padding: 0;
  margin: 0 0 5px 15px;
  list-style: none;
}

table#company-data {
  width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  table#company-data {
      width: 100%;
  }
}

table#company-data th,
table#company-data td {
    font-size: 17px;
    text-align: left;
}

table#company-data th {
    min-width: 120px;
}

section#projects {
  padding: 0;
}

.error-message {
  text-align: left;
  padding: 10px 0;
  color: #C00;
}

.error-message > div {
  position: relative;
  padding-left: 20px;
}

.error-message i {
  position: absolute;
  left: 0;
  top: .15em;
  font-size: 1.25em;
}

.confirm-label {
    padding:10px;
    text-align: left;
}

@media screen and (max-width: 990px) {
    .confirm-label {
        border-bottom: solid 1px #ccc;
        background-color: #eee;
    }
}

.confirm-value {
    padding:10px;
    text-align: left;
}

.confirm-value i{
    color: #79c34f;
}

@media screen and (max-width: 990px) {
    .confirm-value {
        padding-left:20px;
    }
}

.techlogo {
    height: 80px;
}

.hr-bg {
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: -4em;
    margin-bottom: 4em;
}

.hr-bg h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    height: 250px;
    padding-top: 115px;
    margin:0;
}

h4.heading-section {
    border-bottom: 1px solid #ccc;
    font-size: 21px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

h5.heading-section {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: left;
}

ul {
    text-align: left;
}

li {
    font-size:17px;
    line-height:1.5em;
}

ol.list-parenthesis {
  counter-reset: list-ol;
  list-style: none;
}
ol.list-parenthesis > li {
  position: relative;
}
ol.list-parenthesis > li::before {
  content: "（" counter(list-ol) "）";
  counter-increment: list-ol;
  position: absolute;
  top: 0;
  left: -2.5em;
}

div.narrow {
    width: 850px;
}

@media screen and (max-width: 950px) {
    div.narrow {
        width: 100%;
    }
}

.container-product {
  max-width: 600px;
}
.card-product {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
}
.card-product + .card-product {
  margin-top: 1.5em;
}
.card-product-header {
  padding-bottom: calc(425 / 570 * 100%);
  background: center center / cover no-repeat;
}
.card-product-header img {
  max-width: 100%;
}
.card-product-body {
  padding: 1em;
}
.card-product-body .title {
  margin-bottom: .5em;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
}
.card-product-body .title > span,
.card-product-body .title > small {
  display: inline-block;
  font-weight: 700;
  color: #5a5a5a;
}
.card-product-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.card-product-body .btn-wrapper {
  margin-top: .75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card-product + .card-product {
    margin-top: 3em;
  }
  .card-product-body {
    padding: 2em;
  }
}
@media screen and (min-width: 1160px) {
  .container-product {
    max-width: 100%;
    width: 1200px !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  .card-product-group > div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .card-product {
    display: flex;
  }
  .card-product-header,
  .card-product-body {
    min-height: 425px;
    width: 50%;
  }
  .card-product-header {
    padding-bottom: 0;
  }
  .card-product-body {
    display: flex;
    flex-direction: column;
  }
  .card-product-body .title {
    margin-bottom: 1em;
  }
  .card-product-body p {
    margin-bottom: 1em;
  }
  .card-product-body .btn-wrapper {
    margin-top: auto;
  }
}
.card-infographics-group {
  margin-top: 3em;
}
.card-infographics {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  padding: 2em;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}
.card-infographics + .card-infographics {
  margin-top: 1.5em;
}
.card-infographics .title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
}
.card-infographics img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.card-infographics-note {
  margin-top: 1em;
  text-align: right;
}
@media screen and (min-width: 576px) {
  .card-infographics-group {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 2em;
  }
  .card-infographics img {
    width: auto;
    max-width: 100%;
  }
  .card-infographics-01 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .card-infographics-02 {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  .card-infographics-03 {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .card-infographics-04 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
  .card-infographics + .card-infographics {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .card-infographics-group {
    gap: 3em;
  }
}

p + .privacy-list,
.privacy-list + p {
  margin-top: 30px;
}
.privacy-list > li {
  color: #5A5A5A;
}
.privacy-list > li:not(:first-child) {
  margin-top: 20px;
}
.privacy-list > li .title {
  margin-bottom: 10px;
}
.privacy-list > li .text {
  color: #848484;
}
.privacy-list > li .table {
  margin-top: 15px;
}
.privacy-list > li ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.privacy-textarea {
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border:1px solid #ccc;
  height: 200px;
  font-size: 14px;
}
.privacy-textarea .privacy-list {
  padding-left: 1.25em;
}
.privacy-textarea p,
.privacy-textarea li {
  font-size: 14px;
}

.privacy-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.privacy-footer .text {
  padding-left: 1em;
}

.box-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box-list-item {
  padding: 20px;
  background-color: #f4ffd6;
  border-radius: 6px;
}

.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, .2) transparent;
}

@media (max-width: 767px) {
  .scroll-img-under-sm {
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .scroll-img-under-sm img {
    max-width: none;
    width: 720px;
  }
}

#kenko-keiei .table thead th,
#kenko-keiei .table tbody td {
  font-size: 17px;
  color: #5A5A5A;
  vertical-align: middle;
}
#kenko-keiei .table thead th br {
  display: none;
}
#kenko-keiei .table tbody tr:first-child td:nth-child(1) {
  width: 4em;
}
#kenko-keiei .table tbody tr:first-child td:nth-child(2) {
  width: 20em;
}
#kenko-keiei .table tbody tr:first-child td:nth-child(3),
#kenko-keiei .table tbody tr:first-child td:nth-child(4),
#kenko-keiei .table tbody tr:first-child td:nth-child(5),
#kenko-keiei .table tbody tr:first-child td:nth-child(6),
#kenko-keiei .table tbody tr:first-child td:nth-child(7) {
  width: 8em;
}
@media (max-width: 767px) {
  #kenko-keiei .table thead th,
  #kenko-keiei .table tbody td {
    font-size: 13px;
  }
  #kenko-keiei .table thead th br {
    display: inline;
  }
}

.tab-btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.tab-btnItem.is-active {
  pointer-events: none;
}
.tab-btnItem.btn-primary {
  border-width: 1px !important;
}
.tab-content:not(.is-active) {
  display: none;
}

.list-notes-count {
  counter-reset: notes-count;
  padding-left: 0;
  list-style: none;
}
.list-notes-count > li {
  position: relative;
  padding-left: 2.5em;
  font-size: inherit;
}
.list-notes-count > li::before {
  content: '＊' counter(notes-count);
  counter-increment: notes-count;
  position: absolute;
  top: 0;
  left: 0;
}

/* NEWS */

.news-row > .col-md-4:nth-child(3n+1) {
  clear: both;
}
.p-mark-info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
}
.p-mark-info th {
    min-width: 120px;
}

/* 汎用 */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
   margin-top: 0.5rem;
 }
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
   margin-top: 2rem;
 }
.mt-col {
   margin-top: 3rem;
 }
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mr-4 {
  margin-right: 1.5rem;
}
.mr-5 {
  margin-right: 2rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 1rem;
}
.ml-4 {
  margin-left: 1.5rem;
}
.ml-5 {
  margin-left: 2rem;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
   margin: 0.5rem;
 }
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 2rem;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mx-5 {
  margin-right: 2rem;
  margin-left: 2rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-auto {
  margin: 0 auto;
}
.my-auto {
  margin: auto 0;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 2rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-4 {
  padding-right: 1.5rem;
}
.pr-5 {
  padding-right: 2rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 1rem;
}
.pl-4 {
  padding-left: 1.5rem;
}
.pl-5 {
  padding-left: 2rem;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.pb-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 2rem;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-5 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-dark {
  color: #5a5a5a;
}
.text-primary {
  color: #79c34f;
}
.bg-white {
  background-color: #fff;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
@media (min-width: 992px) {
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
/*# sourceMappingURL=style.css.map */