@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600");
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clip-path-parent {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.clip-path-child {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, body, html, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body, html {
  overflow-x: hidden;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

::-ms-input-placeholder {
  text-transform: uppercase;
}

::placeholder {
  text-transform: uppercase;
}

/*
* 同じのCSSのClassをここに書いてあります。
*/
body,
html,
a {
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.71429;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover {
  opacity: 0.75;
}

p {
  margin: 0;
}

h2 {
  font-size: calc(3vw + 14px);
  color: #222222;
  margin: 0;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

.preloader {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.preloader.hide {
  width: 0;
  opacity: 0;
}

.bg-gray {
  background-color: #eaeaea;
}

.container-fluid {
  padding-left: 4%;
  padding-right: 4%;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: none;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  padding-left: 4%;
  padding-right: 4%;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: none;
    width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.centered, .btn-flip .btn-wrapper .front::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-more {
  margin-top: 20px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  font-family: Cabin, sans-serif;
}

@media screen and (min-width: 768px) {
  .btn-more {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn-more {
    font-size: 110%;
  }
}

.btn-more:hover {
  opacity: 1;
}

.btn-outline.btn-flip {
  background: transparent;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .btn-outline.btn-flip {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn-outline.btn-flip {
    font-size: 110%;
  }
}

.btn-outline.btn-flip .btn-wrapper {
  background: transparent;
  width: 230px;
}

.btn-outline.btn-flip .btn-wrapper .front span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-outline.btn-flip .btn-wrapper .front span:before {
  content: '';
  width: 15px;
  border-bottom: 2px solid #222222;
  top: calc(50% - 1px);
  position: absolute;
  right: 22px;
}

.btn-outline.btn-flip .btn-wrapper .front span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #222222;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}

.btn-outline.btn-flip .btn-wrapper .back span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-outline.btn-flip .btn-wrapper .back span:before {
  content: '';
  width: 15px;
  border-bottom: 2px solid #ffffff;
  top: calc(50% - 1px);
  position: absolute;
  right: 22px;
}

.btn-outline.btn-flip .btn-wrapper .back span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}

.btn-outline.btn-flip .btn-wrapper .front {
  background: #ffffff;
  color: #222222;
}

.btn-outline.btn-flip .btn-wrapper .back {
  background: transparent;
  color: #ffffff;
  border: 2px solid #fff;
  width: calc(100% - 5px);
  left: 3px;
}

.btn-outline.btn-flip .btn-wrapper .back span {
  background: transparent;
}

.btn-outline:hover {
  opacity: 1;
}

.btn-flip {
  width: 250px;
  height: 60px;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 1px;
  z-index: 2;
  -webkit-perspective: 1800px;
          perspective: 1800px;
  overflow: hidden;
}

.btn-flip .btn-wrapper {
  position: relative;
  height: 60px;
  width: 250px;
  -webkit-perspective: 1800px;
          perspective: 1800px;
}

.btn-flip .btn-wrapper .front,
.btn-flip .btn-wrapper .back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  line-height: 60px;
  text-align: center;
}

.btn-flip .btn-wrapper .front span,
.btn-flip .btn-wrapper .back span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-flip .btn-wrapper .front span:before,
.btn-flip .btn-wrapper .back span:before {
  content: '';
  width: 15px;
  border-bottom: 2px solid #222222;
  top: calc(50% - 1px);
  position: absolute;
  right: 22px;
}

.btn-flip .btn-wrapper .front span:after,
.btn-flip .btn-wrapper .back span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #222222;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}

.btn-flip .btn-wrapper .front span div,
.btn-flip .btn-wrapper .back span div {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.btn-flip .btn-wrapper .front {
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 30%, #63d9dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

.btn-flip .btn-wrapper .front::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: -1;
}

.btn-flip .btn-wrapper .front::after {
  background: #ffffff;
  content: '';
  height: 155px;
  left: -75px;
  opacity: .4;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.btn-flip .btn-wrapper .back {
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 30%, #63d9dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
  color: #222222;
  padding: 3px 7px;
  -webkit-transform: rotateX(0deg) translateZ(30px);
          transform: rotateX(0deg) translateZ(30px);
}

.btn-flip .btn-wrapper .back span {
  background-color: #ffffff;
}

.btn-flip .btn-wrapper:hover .front {
  -webkit-transform: rotateX(0deg) translateZ(30px);
          transform: rotateX(0deg) translateZ(30px);
}

.btn-flip .btn-wrapper:hover .back {
  -webkit-transform: rotateX(90deg) translateZ(30px);
          transform: rotateX(90deg) translateZ(30px);
}

.btn-flip:active .front {
  border-radius: 0;
  background-color: transparent;
  color: #222222;
}

.btn-flip:active .front::before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-flip:active .front::after {
  left: 120%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-flip:hover {
  opacity: 1;
}

.breadcrumb ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb ul li + li:before {
  content: ' > ';
  margin-left: 8px;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
}

.page .container,
.archive .container,
.single .container,
.blog .container {
  padding-left: 4%;
  padding-right: 4%;
}

@media screen and (min-width: 768px) {
  .page .container,
  .archive .container,
  .single .container,
  .blog .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page #header,
.archive #header,
.single #header,
.blog #header {
  font-size: calc(4vw + 14px);
  line-height: 2;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .page #header,
  .archive #header,
  .single #header,
  .blog #header {
    font-size: 40px;
  }
}

.page #header .page-header,
.archive #header .page-header,
.single #header .page-header,
.blog #header .page-header {
  padding: 5% 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page #header .page-header,
  .archive #header .page-header,
  .single #header .page-header,
  .blog #header .page-header {
    padding: 50px 0;
  }
}

.page .breadcrumb,
.archive .breadcrumb,
.single .breadcrumb,
.blog .breadcrumb {
  margin-top: 10px;
}

.page .breadcrumb a,
.archive .breadcrumb a,
.single .breadcrumb a,
.blog .breadcrumb a {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page .breadcrumb a:hover,
.archive .breadcrumb a:hover,
.single .breadcrumb a:hover,
.blog .breadcrumb a:hover {
  color: #63d9dd;
}

.page .sec-title,
.archive .sec-title,
.single .sec-title,
.blog .sec-title {
  font-size: calc(3vw + 14px);
  margin: 5% 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .page .sec-title,
  .archive .sec-title,
  .single .sec-title,
  .blog .sec-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page .sec-title:before,
.archive .sec-title:before,
.single .sec-title:before,
.blog .sec-title:before {
  content: '';
  background: url(../images/common/page_title.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .page .sec-title,
  .archive .sec-title,
  .single .sec-title,
  .blog .sec-title {
    font-size: 30px;
    line-height: 0.8;
    margin: 50px 0 30px;
  }
}

#page-nav {
  margin: 7% 0;
}

@media screen and (min-width: 768px) {
  #page-nav {
    margin: 70px 0;
  }
}

#page-nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #page-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#page-nav ul li {
  margin-bottom: 20px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-nav ul li + li {
  margin-left: 12px;
}

#page-nav ul li:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #page-nav ul li {
    width: 240px;
  }
}

#page-nav ul li a {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#page-nav ul li a .btn-wrapper {
  width: 100%;
}

#page-nav ul li a .front {
  background: #222222;
  color: #ffffff;
}

#page-nav ul li a .back {
  background: none !important;
  padding: 1px 2px;
}

#page-nav ul li a span {
  width: 100%;
  border: 2px #222222 solid;
}

@media screen and (max-width: 575px) {
  #page-nav ul li {
    margin-bottom: 15px;
    width: 100%;
  }
}

.main-sec .main-title {
  font-size: calc(4vw + 14px);
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .main-sec .main-title {
    font-size: 40px;
    line-height: 0.65;
    margin-bottom: 40px;
  }
}

.main-sec .main-title:after {
  content: '';
  width: 100%;
  height: 6px;
  display: inline-block;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .main-sec .main-title:after {
    margin: 20px 0 0;
  }
}

.label-cate {
  width: 128px;
  font-size: 12px;
  text-align: center;
  margin-right: 15px;
  color: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.label-cate.cate-wheel {
  background-color: #63d9dd;
}

.label-cate.cate-technology {
  background-color: #dd6363;
}

.label-cate.cate-hydraulic {
  background-color: #6bdd63;
}

.label-cate.cate-plan {
  background-color: #fdd23f;
}

.label-cate.cate-electro {
  background-color: #3f50fd;
}

.label-cate.cate-correction {
  background-color: #96d037;
}

.pager {
  margin-top: 50px;
  text-align: center;
}

.pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pager .wp-pagenavi span,
.pager .wp-pagenavi a {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #222222;
  display: block;
  padding: 5px 15px;
  margin: 0 5px;
  border: 1px solid #e0e0e0;
}

.pager .wp-pagenavi span.current, .pager .wp-pagenavi span:hover,
.pager .wp-pagenavi a.current,
.pager .wp-pagenavi a:hover {
  background-color: #8d7be0;
  color: #ffffff;
}

@-webkit-keyframes zoomAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#header .site-title {
  font-size: 10px;
  color: #fff;
  padding-top: 10px;
  margin: 0;
}

#header .logo {
  margin: 20px 0;
  display: inline-block;
}

#header #main-menu {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  #header #main-menu {
    z-index: -1;
    padding-top: 65px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    background: #fdd23f;
    background: linear-gradient(125deg, #fdd23f 30%, #63d9dd 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #header #main-menu .submenu ul {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #header #main-menu > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#header #main-menu > ul > li {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #header #main-menu > ul > li {
    width: 20%;
  }
  #header #main-menu > ul > li:first-child a {
    border-radius: 5px 0 0 5px;
  }
  #header #main-menu > ul > li:last-child a {
    border-radius: 0 5px 5px 0;
  }
}

@media screen and (min-width: 768px) {
  #header #main-menu > ul > li + li {
    border-left: 1px solid #fff;
  }
  #header #main-menu > ul > li.submenu:hover ul {
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #header #main-menu > ul > li + li {
    border-top: 1px solid #fff;
  }
}

#header #main-menu a {
  display: block;
  padding: 20px 10px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  #header #main-menu a {
    font-size: 1.2vw;
  }
}

#header #main-menu a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}

#header #main-menu .submenu {
  position: relative;
}

#header #main-menu .submenu ul {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  #header #main-menu .submenu ul {
    left: 0;
    opacity: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 5;
  }
}

#header #main-menu .submenu ul li + li {
  border-top: 1px solid #fff;
}

#header #main-menu .submenu ul li a {
  font-size: 14px;
}

#header #main-menu .submenu ul li a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

#header #main-menu .darkmenu a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

#header #main-menu .darkmenu a:hover {
  background-color: rgba(57, 177, 172, 0.7);
}

@media screen and (max-width: 767px) {
  #header {
    padding-top: 70px;
  }
  #header .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 100;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #header .site-title {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .open #header .navbar .toggle-menu .icon-bar {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .open #header .navbar .toggle-menu .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .open #header .navbar .toggle-menu .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
  }
  .open #header .navbar .toggle-menu .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -10px;
  }
  .open #header #main-menu {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .open #header #main-menu ul {
    border-top: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .open #header #main-menu ul a {
    color: #222222;
  }
  .open #header #main-menu ul .darkmenu a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .in-scroll #header .navbar {
    background-color: #ffffff;
  }
  .in-scroll #header .navbar .toggle-menu .icon-bar {
    background: #fdd23f;
    background: linear-gradient(125deg, #fdd23f 30%, #63d9dd 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
  }
}

.toggle-menu {
  z-index: 1;
  right: 15px;
  top: 15px;
  width: 45px;
  height: 45px;
  padding: 10px 5px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .toggle-menu {
    display: block;
  }
}

.toggle-menu .icon-bar {
  display: block;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 2px;
}

.toggle-menu .icon-bar + .icon-bar {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  #header .logo {
    margin-right: 20px;
  }
  .navbar {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar .logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #main-menu {
    width: 100%;
  }
  #main-menu li {
    -ms-flex-negative: 5;
        flex-shrink: 5;
  }
  #main-menu li:nth-child(2) {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

#contact {
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 30%, #63d9dd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  padding: 7% 0 9%;
}

@media screen and (min-width: 768px) {
  #contact {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact {
    font-size: 110%;
  }
}

@media screen and (min-width: 768px) {
  #contact {
    padding: 70px 0 90px;
  }
}

#contact h2 {
  color: #ffffff;
  font-size: calc(5vw + 14px);
  font-family: Cabin, sans-serif;
}

@media screen and (min-width: 768px) {
  #contact h2 {
    font-size: 50px;
  }
}

#contact p {
  margin: 20px 0;
}

#contact .btn-outline {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  font-family: Cabin, sans-serif;
}

@media screen and (min-width: 768px) {
  #contact .btn-outline {
    margin-bottom: 50px;
  }
}

#contact .c-numbers {
  font-family: Cabin, sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .c-numbers div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  #contact .c-numbers div {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contact .c-numbers div {
    font-size: 130%;
  }
}

@media screen and (min-width: 768px) {
  #contact .c-numbers div {
    padding-right: 30px;
  }
}

#contact .c-numbers div span {
  font-size: calc(5vw + 14px);
  line-height: 1;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  #contact .c-numbers div span {
    font-size: 50px;
  }
}

#footer {
  position: relative;
}

#footer .page-top {
  font-family: Cabin, sans-serif;
  width: 220px;
  height: 80px;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 1px;
  z-index: 2;
  background-color: #222222;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#footer .page-top.btn-fixed {
  position: fixed;
  bottom: 40px;
  top: auto;
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#footer .page-top:hover {
  -webkit-animation-name: pulse-grow;
          animation-name: pulse-grow;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#footer .page-top span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

#footer .page-top span:before {
  content: '';
  width: 15px;
  border-bottom: 2px solid #ffffff;
  top: calc(50% - 1px);
  position: absolute;
  right: 22px;
}

#footer .page-top span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}

#footer .page-top span:before {
  right: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 30px;
}

#footer .page-top span:after {
  right: auto;
  top: calc(50% - 15px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 34px;
}

@media screen and (max-width: 767px) {
  #footer .page-top {
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 1px;
    z-index: 2;
  }
  #footer .page-top.btn-fixed {
    bottom: 0;
  }
  #footer .page-top span {
    padding-top: 20px;
    line-height: 1.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #footer .page-top span:before {
    left: 22px;
    top: 8px;
  }
  #footer .page-top span:after {
    left: 26px;
    top: 0px;
  }
}

#footer .footer-info {
  text-align: center;
  padding: 20px 0 40px;
}

#footer .foo-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .foo-menu li + li:before {
  content: '｜';
  display: inline-block;
  margin: 0 8px;
}

#footer .contact-info {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #footer .contact-info {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #footer .contact-info {
    font-size: 110%;
  }
}

#footer .contact-info .foo-logo {
  margin: 40px 0 20px;
}

#footer .copyright {
  margin-top: 30px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #footer .copyright {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 110%;
  }
}
/*# sourceMappingURL=common.css.map */