@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;
}
@font-face {
  font-family: 'RFG2SANU';
  src: url('../fonts/RFG2SANU/RFG2SANU_sub.otf') format('opentype'),
    url('../fonts/RFG2SANU/RFG2SANU_sub.woff') format('woff'),
    url('../fonts/RFG2SANU/RFG2SANU_sub.ttf') format('truetype');
}
@font-face {
  font-family: 'FGCCASGL';
  src: url('../fonts/FGCCASGL/FGCCASGL_sub.otf') format('opentype'),
    url('../fonts/FGCCASGL/FGCCASGL_sub.woff') format('woff'),
    url('../fonts/FGCCASGL/FGCCASGL_sub.ttf') format('truetype');
}
@font-face {
  font-family: 'FGCCASGM';
  src: url('../fonts/FGCCASGM/FGKakuGothicCa-M-01.woff') format('woff'),
    url('../fonts/FGCCASGM/FGKakuGothicCa-M-01.ttf') format('truetype');
}
@font-face {
  font-family: 'FGCCASGU';
  src: url('../fonts/FGCCASGU/FGKakuGothicCa-U-01.woff') format('woff'),
    url('../fonts/FGCCASGU/FGKakuGothicCa-U-01.ttf') format('truetype');
}
@font-face {
  font-family: 'Dfheic';
  src: url('../fonts/Dfheic/Dfheic_sub.woff') format('woff'),
    url('../fonts/Dfheic/Dfheic_sub.ttf') format('truetype');
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
  scroll-behavior: smooth;
}
body {
  font-family: FGCCASGM, 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  height: 100%;
  position: relative;
}
body.fh5co-overflow {
  overflow-x: auto;
}
.bold-text {
  font-weight: bold;
  font-family: FGCCASGU;
}
a {
  color: #2f4f4e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #04aca6;
  outline: none;
  text-decoration: none;
}
p,
figure {
  margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484c50;
  font-family: FGCCASGU, 'Roboto', Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.noimage {
  display: block;
}
@media screen and (max-width: 992px) {
  .noimage {
    display: none;
  }
}
#fh5co-hero .top-logo {
  width: 500px;
}
#fh5co-hero .top-name {
  width: 500px;
}
.fh5co-left-position {
  padding-left: 8px;
}
.top-img {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.top-img img {
  width: 80%;
  min-width: 500px;
}

#fh5co-hero .container-top video {
  vertical-align: bottom;
}

#fh5co-hero .container-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
  height: auto;
}
#fh5co-hero .container-header {
  position: relative;
  padding-top: 50px;
  background-color: #fff;
  height: auto;
}
#fh5co-hero .header-title {
  position: relative;
}
#fh5co-hero .header-title .sub_title{
  position: absolute;
  right: 0em;
  bottom: 0em;
}
.company_title{
  font-size: 100px;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .header-title .sub_title {
    bottom: initial;
    right: initial;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
  }
}

#fh5co-hero .container-top .bg-video-pc {
  position: relative;
  margin: 0 auto;
  text-align: center;
  min-height: 100%;
  max-height: 200%;
  width: 100%;
  height: auto;
  /* z-index: -100; */
}
#fh5co-hero .container-top .bg-video-sp {
  display: none;
  width: 100%;
}

/* TOP動画固定 */
#fh5co-page .sticky_img {
  position: fixed;
  top: 0px;
  z-index: -10;
}
.title_img {
  width: 100%;
}
.sticky_img .background_img {
  z-index: -1;
}
#fh5co-features .container .title-text {
  display: none;
}
#fh5co-features .content_background {
  background-color: #fff;
}

#fh5co-projects .content_background {
  background-color: #fff;
}
#fh5co-projects .container .title-text {
  display: none;
}

@media screen and (max-width: 768px) {
  #fh5co-hero .container-top .bg-video-pc {
    display: none;
  }
  .title_img {
    display: none;
  }

  #fh5co-hero .container-top .bg-video-sp {
    display: inline;
  }
  #fh5co-projects .container-top .bg-video-sp {
    display: inline;
  }
  #fh5co-features .container .title-text {
    display: inline;
  }
  #fh5co-projects .container .title-text {
    display: inline;
  }
  .sticky_img .background_img {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  #fh5co-hero .container-top .bg-video-pc {
    display: none;
  }

  #fh5co-hero .container-top .bg-video-sp {
    display: inline;
  }
}

@media screen and (max-width: 540px) {
  #fh5co-hero .top-bg {
    display: inline;
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-position: right center;
  }
  .fh5co-left-position p {
    padding-left: 8px;
    font-size: 13px;
    line-height: 16px;
    padding-top: 0px;
  }
  #fh5co-hero .top-name {
    width: 70%;
  }
  .top-img img {
    width: 100%;
    min-width: initial;
    max-width: 540px;
  }
}
#fh5co-page {
  background: black;
}
#fh5co-hero .container {
  position: relative;
  padding: 0;
}
#fh5co-hero .container .video-cover {
  opacity: 0.5;
}
.title-text {
  font-size: 32px !important;
  font-family: FGCCASGU, RFG2SANU;
}
.box-title-text {
  font-size: 22px !important;
  font-family: FGCCASGU, RFG2SANU;
  margin-top: 5px;
  color: #000000;
}
.box-title-text-in {
  font-size: 16px !important;
  font-family: FGCCASGU, RFG2SANU;
}
.font-main {
  font-family: FGCCASGU, YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo,
    'sans-serif';
}
::-webkit-selection {
  color: #000000;
  background: #f9f6f0;
}
::-moz-selection {
  color: #000000;
  background: #f9f6f0;
}
::selection {
  color: #000000;
  background: #f9f6f0;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: FGCCASGU, 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #8dc63f;
  color: #fff;
  border: 2px solid #8dc63f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #adff2f !important;
  border-color: #adff2f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #adff2f;
  border: 2px solid #adff2f;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #adff2f;
  color: #fff;
}
.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}
.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}
.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}
.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #8dc63f;
}
body {
  background: #efefef url(../images/white_wave.png) repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body {
    background: #efefef url(../images/white_wave_@2X.png) repeat;
  }
}
.boxed #fh5co-page {
  max-width: 1340px;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page {
    max-width: 1060px;
    max-width: 960px;
  }
}
.boxed #fh5co-page .container {
  max-width: 1140px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .boxed #fh5co-page .container {
    max-width: 960px;
    max-width: 780px;
  }
}
#fh5co-header {
  left: 0;
  z-index: 12;
  background-color: white;
  height: 80px;
  width: 100%;
  position: fixed;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-family: FGCCASGL;
  padding: 16px 10px;
}
#fh5co-header .top-logo {
  height: 50px;
  display: block;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  margin: auto, auto;
}
/* #fh5co-page #fh5co-header .container {
  width: 100%;
} */

@media screen and (max-width: 768px) {
  #fh5co-header {
    padding: 16px 5px;
  }
  #fh5co-header .top-logo {
    padding-top: 2px;
  }
}
#fh5co-header #fh5co-logo {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
#fh5co-header nav {
  position: relative;
  float: right;
  right: 0px;
  top: 0px;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
#fh5co-header .menu__wrapper {
  background: none;
  color: black;
}
.menu__wrapper {
  margin: 0;
  display: flex;
}
.menu__link {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  height: 38px;
  line-height: 55px;
  border-bottom: solid 0 transparent;
  text-align: center;
}
.menu__link::before {
  border-top: solid 0 transparent;
  border-right: solid 0 transparent;
}
.menu__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(45deg, #e4ffbb, #adff2f);
  transition: 0.4s;
}
.menu__link:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav ul {
    display: none;
  }
  .menu__link {
    text-align: left;
  }
}
#fh5co-header nav ul li {
  display: inline;
}
#fh5co-header nav ul li a {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
#fh5co-header nav ul li a:hover {
  color: #adff2f;
}
#fh5co-header nav ul li.fh5co-cta-btn a {
  position: relative;
  border-bottom: none;
  padding: 7px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header nav ul li.fh5co-cta-btn a:hover {
  border: 2px solid red;
}
#fh5co-header nav ul li.active a {
  color: red;
}
#fh5co-header nav ul.left-menu li {
  margin-left: 30px;
}
#fh5co-header nav ul.right-menu li {
  margin-right: 10px;
}
#fh5co-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
#fh5co-hero .container {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #fh5co-hero {
    position: relative;
    /* height: 960px; */
    /* width: 540px; */
  }
  #fh5co-hero .container {
    height: 100%;
  }
}
/* @media screen and (max-width: 480px) {
  #fh5co-hero {
    height: 450px;
  }
} */
#fh5co-hero .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.54;
  z-index: 9;
}
#fh5co-hero .fh5co-intro {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro {
    height: 450px;
  }
}
#fh5co-hero .fh5co-intro > div {
  vertical-align: middle;
  display: table-cell;
}
#fh5co-hero .fh5co-intro > div .fh5co-left-position {
  width: 100%;
  float: left;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-left-position {
    width: 100%;
  }
}
#fh5co-hero .fh5co-intro > div .fh5co-center-position {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-center-position {
    width: 100%;
  }
}
#fh5co-hero .fh5co-intro > div .fh5co-right-position {
  width: 65%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div .fh5co-right-position {
    width: 100%;
    text-align: left;
  }
}
#fh5co-hero .fh5co-intro > div h2 {
  font-size: 70px;
  line-height: 87px;
  font-weight: 100;
  color: white;
}
#fh5co-hero .fh5co-intro > div h2 span {
  font-weight: 200;
  font-size: 100px;
  vertical-align: -5px;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div h2 {
    font-size: 40px;
    line-height: 57px;
  }
  #fh5co-hero .fh5co-intro > div h2 span {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-intro > div h2 span {
    font-size: 55px;
  }
}
#fh5co-hero .fh5co-intro > div h3 {
  font-weight: 100;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  #fh5co-hero .fh5co-intro > div h3 {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}
#fh5co-hero .fh5co-intro > div .btn-outline,
#fh5co-hero .fh5co-intro > div .btn-primary {
  padding: 20px 30px !important;
  min-width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #fh5co-hero .fh5co-intro > div .btn-outline,
  #fh5co-hero .fh5co-intro > div .btn-primary {
    padding: 10px 30px !important;
    width: 100%;
  }
}
#fh5co-hero .fh5co-intro > div .btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
#fh5co-hero .fh5co-intro > div .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
#fh5co-hero .fh5co-learn-more {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 12;
  text-align: center;
}
#fh5co-hero .fh5co-learn-more a {
  display: block;
}
#fh5co-hero .fh5co-learn-more a .text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
#fh5co-hero .fh5co-learn-more a .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #8dc63f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-hero .fh5co-learn-more a .arrow i {
  top: 10px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}
.no-js-fullheight {
  min-height: 540px;
  height: auto;
  /* max-height: 1200px; */
}
@media screen and (max-width: 768px) {
  .no-js-fullheight {
    height: inherit;
    padding: 3em 0;
  }
}
.fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #484c50;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-lead {
    font-size: 35px;
  }
}
.fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-features-2,
#fh5co-features-3,
#fh5co-features-4,
#fh5co-features-5,
#fh5co-features-6,
#fh5co-features-7,
#fh5co-testimonials,
#fh5co-about,
#fh5co-subscribe,
#fh5co-info,
#fh5co-pricing,
#fh5co-footer {
  background-color: #fff;
  padding: 10em 0;
}

#fh5co-faqs,
#fh5co-page {
  background-color: #fff;
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  #fh5co-features-2,
  #fh5co-features-3,
  #fh5co-features-4,
  #fh5co-features-5,
  #fh5co-features-6,
  #fh5co-features-7,
  #fh5co-testimonials,
  #fh5co-about,
  #fh5co-subscribe,
  #fh5co-info,
  #fh5co-pricing,
  #fh5co-footer {
    padding: 5em 0;
  }
  #fh5co-faqs,
  #fh5co-page {
    background-color: #fff;
    padding: 2em 0;
  }

  #fh5co-features,
  #fh5co-projects {
    padding: 0em 0;
  }
}

#fh5co-projects .container div {
  text-align: center;
}

#fh5co-projects .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-projects .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-projects .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-projects .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-projects .fh5co-project-item .fh5co-text {
  padding: 30px 10px 10px 20px;
  text-align: center;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2,
#fh5co-projects .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #000000;
}
#fh5co-projects .fh5co-project-item .fh5co-text span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-projects .fh5co-project-item .fh5co-text p {
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-projects .fh5co-project-item:hover,
#fh5co-projects .fh5co-project-item:focus {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#fh5co-projects .fh5co-project-item:hover img,
#fh5co-projects .fh5co-project-item:focus img {
  opacity: 0.7;
}
#fh5co-projects .fh5co-project-item:hover h2,
#fh5co-projects .fh5co-project-item:hover span,
#fh5co-projects .fh5co-project-item:focus h2,
#fh5co-projects .fh5co-project-item:focus span {
  text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item:hover p,
#fh5co-projects .fh5co-project-item:focus p {
  color: #000000;
}
#fh5co-projects .fh5co-center-position {
  text-align: center;
}
#fh5co-features .fh5co-devices {
  margin-bottom: 40px;
}
#fh5co-features .fh5co-devices img {
  margin: 0 auto;
}
#fh5co-features .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-features .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-features .fh5co-sub-lead {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
#fh5co-features .fh5co-feature {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-features .fh5co-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#fh5co-features .fh5co-feature .fh5co-icon {
  width: 112px;
  height: 112px;
  display: table;
  margin: 0 auto 30px auto;
  background: #e6f2d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature .fh5co-icon i {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #8dc63f;
}
#fh5co-features .fh5co-feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#fh5co-features-2,
#fh5co-features-3,
#fh5co-features-4,
#fh5co-features-5 {
  background: #ffffff;
  overflow: hidden;
}
#fh5co-features-2 .fh5co-label,
#fh5co-features-3 .fh5co-label,
#fh5co-features-4 .fh5co-label,
#fh5co-features-5 .fh5co-label {
  display: block;
}
#fh5co-features-2 .fh5co-lead,
#fh5co-features-3 .fh5co-lead,
#fh5co-features-4 .fh5co-lead,
#fh5co-features-5 .fh5co-lead {
  font-size: 50px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fh5co-features-2 .fh5co-lead,
  #fh5co-features-3 .fh5co-lead,
  #fh5co-features-4 .fh5co-lead,
  #fh5co-features-5 .fh5co-lead {
    font-size: 35px;
  }
}
#fh5co-features-2 .fh5co-feature,
#fh5co-features-3 .fh5co-feature,
#fh5co-features-4 .fh5co-feature,
#fh5co-features-5 .fh5co-feature {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon,
#fh5co-features-3 .fh5co-feature .fh5co-icon,
#fh5co-features-4 .fh5co-feature .fh5co-icon,
#fh5co-features-5 .fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon i,
#fh5co-features-3 .fh5co-feature .fh5co-icon i,
#fh5co-features-4 .fh5co-feature .fh5co-icon i,
#fh5co-features-5 .fh5co-feature .fh5co-icon i {
  font-size: 40px;
  color: #8dc63f;
}
@media screen and (max-width: 768px) {
  #fh5co-features-2 .fh5co-feature .fh5co-icon i,
  #fh5co-features-3 .fh5co-feature .fh5co-icon i,
  #fh5co-features-4 .fh5co-feature .fh5co-icon i,
  #fh5co-features-5 .fh5co-feature .fh5co-icon i {
    font-size: 30px;
  }
}
#fh5co-features-2 .fh5co-feature .fh5co-text,
#fh5co-features-3 .fh5co-feature .fh5co-text,
#fh5co-features-4 .fh5co-feature .fh5co-text,
#fh5co-features-5 .fh5co-feature .fh5co-text {
  float: right;
  width: 100%;
}
#fh5co-features-2 .fh5co-feature h3,
#fh5co-features-3 .fh5co-feature h3,
#fh5co-features-4 .fh5co-feature h3,
#fh5co-features-5 .fh5co-feature h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 300;
}
#fh5co-features-2 .fh5co-btn-action,
#fh5co-features-3 .fh5co-btn-action,
#fh5co-features-4 .fh5co-btn-action,
#fh5co-features-5 .fh5co-btn-action {
  width: 100%;
  float: left;
}
#fh5co-features-2 .fh5co-btn-action > a,
#fh5co-features-3 .fh5co-btn-action > a,
#fh5co-features-4 .fh5co-btn-action > a,
#fh5co-features-5 .fh5co-btn-action > a {
  margin-left: 15%;
}
@media screen and (max-width: 480px) {
  #fh5co-features-2 .fh5co-btn-action > a,
  #fh5co-features-3 .fh5co-btn-action > a,
  #fh5co-features-4 .fh5co-btn-action > a,
  #fh5co-features-5 .fh5co-btn-action > a {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-features-2 .fh5co-feature-image img,
  #fh5co-features-3 .fh5co-feature-image img,
  #fh5co-features-4 .fh5co-feature-image img,
  #fh5co-features-5 .fh5co-feature-image img {
    max-width: 100%;
  }
}
#fh5co-features-3 .fh5co-feature-image img {
  min-width: 100%;
}
/* #fh5co-features-3 {
  background: #fff;
} */
#fh5co-faqs .fh5co-faq-list {
  margin: 0;
  padding: 0;
}
#fh5co-faqs .fh5co-faq-list li {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .fh5co-faq-list li {
    margin: 0 0 20px 0;
  }
}
#fh5co-faqs .fh5co-faq-list li h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-faqs .fh5co-faq-list li h2 {
    font-size: 26px;
  }
}
#fh5co-footer {
  padding-bottom: 0;
  padding-top: 30px;
  background: #2f4f4f;
  font-family: FGCCASGL;
}
#fh5co-footer {
  color: #ffffff;
}
#fh5co-footer a {
  color: #ffffff;
}
#fh5co-footer a:hover {
  text-decoration: underline;
}

#fh5co-footer .fh5co-footer-widget .footer-logo {
  width: 100%;
  max-width: 400px;
  min-width: 230px;
  display: inline-block;
  text-align: center;
}

#fh5co-footer .footer-menu__wrapper {
  background: none;
  color: black;
  display: flex;
  /* justify-content: space-between; */
  float:right
}
.footer__link {
  display: block;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 15px;
  height: 38px;
  line-height: 55px;
  border-bottom: solid 0 transparent;
  text-align: center;
  white-space: nowrap
}
#fh5co-footer .container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  display: table;
}
#fh5co-footer .container .row-bottom-padded-md{
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-widget {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 350px;
    text-align: center;
  }
  #fh5co-footer .fh5co-footer-widget .footer-logo {
    text-align: center;
    width: 70%;
    max-width: 300px;
  }
  #fh5co-footer .fh5co-footer-widget .fh5co-links {
    display: block;
  }

  #fh5co-footer .footer-menu__wrapper {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 30px;
  }
  #fh5co-footer .footer__link {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 0px;
  }
}
#fh5co-footer .fh5co-footer-widget {
  text-align: center;
}
#fh5co-footer .fh5co-footer-widget h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: FGCCASGL;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links {
  padding: 0 5px;
  line-height: 55px;
  padding-top: 5px;
  text-align: center;
}

#fh5co-footer .fh5co-footer-widget .fh5co-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li a {
  color: #000000;
}
#fh5co-footer .fh5co-footer-widget .fh5co-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-copyright {
  border-top: 1px solid #ffffff;
  padding: 40px 0;
}
#fh5co-footer .fh5co-copyright a {
  font-weight: 700;
}
#fh5co-footer .fh5co-copyright p {
  margin-bottom: 0;
}
#fh5co-footer .fh5co-copyright p small {
  font-size: 15px;
}
#fh5co-footer .fh5co-copyright .fh5co-left {
  float: left;
}
#fh5co-footer .fh5co-copyright .fh5co-right {
  float: right;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-copyright .fh5co-right {
    float: left;
  }
}
#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page,
#fh5co-header {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
  position: relative;
}
#fh5co-page {
  z-index: 4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page,
.offcanvas-visible #fh5co-header {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}
#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 275px;
  background: #2f4f4f;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-offcanvas ul li.active a {
  color: #8dc63f;
}
.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: whitesmoke;
}
.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
  background: whitesmoke;
}
.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/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: black;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  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;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 25px auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}
.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    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;
  }
}
/* .no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
} */
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
#loader-bg {
  display: none;
  position: relative;
  background: #FBFBFB;
  z-index: 10000;
}
#loader {
  display: none;
  position: relative;
  width: 100%;
  color: #FBFBFB;
  z-index: 10002;
}
#loader img{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0,-50%);
}

.js .animate-box {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
/* ----------------------------------------------
* フォントの効果
* ---------------------------------------------- */
.text-focus-in {
  line-height: 30px;
  padding: 50px 15px;
  -webkit-animation: text-focus-in 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: text-focus-in 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**
* ----------------------------------------
* グラデーション付きのボタン
* ----------------------------------------
*/
.btn-gradation1,
.btn-gradation2 {
  display: inline-block;
  width: 100%;
  height: 72px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 24px 24px;
  border-radius: 4px;
  transition: 0.5s;
  background-size: 200%;
}
.btn-gradation3 {
  display: inline-block;
  width: 200px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 1px;
  transition: 0.5s;
  background-size: 200%;
}

.btn-gradation1,
.btn-gradation3 {
  background-image: linear-gradient(30deg, #69ff97 0%, #00e4ff 100%);
}
.btn-gradation2 {
  background-image: linear-gradient(30deg, #79f1a4 0%, #0e5cad 100%);
}

.btn-gradation1:hover,
.btn-gradation2:hover,
.btn-gradation3:hover {
  background-position: right center;
  color: #000;
}
/**
* ----------------------------------------
* animation text-focus-in
* ----------------------------------------
*/
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/**
* ----------------------------------------
* Fullscreen drag-slider with parallax
* ----------------------------------------
*/
/* @font-face {
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/polar.otf');
  font-family: 'Polar';
} */
/* *,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */

svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  user-select: none;
  cursor: all-scroll;
  /* 全スクロール方式 */
  overflow: hidden;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.slider-control.right {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url('../images/3d-slider-1.jpg');
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url('../images/3d-slider-2.jpg');
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url('../images/3d-slider-3.jpg');
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url('../images/3d-slider-4.jpg');
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 40%;
  bottom: 15%;
  left: 5%;
  color: #fff;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    transform: translateY(50%);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {
  font-family: FGCCASGU, 'Polar', Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 20rem;
    font-size: 3.5rem;
  }
}
.slide__text-desc {
  font-family: FGCCASGM, 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: FGCCASGM, 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  perspective: 1000px;
}
@media (max-width: 991px) {
  .slide__text-link {
    display: none;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 50% 100%;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  transform: rotateX(0);
}
#sub_header {
  width: 100%;
  position: relative;
}

#sub_header .exactly_img {
  width: 100%;
}

/* #sub_header .sub_title {
  content: '';
  position: absolute;
  bottom: 0em;
  right: 0em;
} */

#fh5co-hero .header-title .sub_title h1,
#fh5co-hero .header-title .sub_title h2 {
  margin: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: -5px;
  padding-right: 10px;
}
#fh5co-hero .header-title .sub_title h1 {
  font-size: 60px;
  white-space: nowrap;
}
#fh5co-hero .header-title .sub_title h2 {
  font-size: 30px;
  /* padding-top: 80px; */
}

.exactly_img {
  width: 100%;
}
.subheader_img {
  object-fit: cover;
  width: 100%;
  height: auto;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .subheader_img {
    height: 150px;
  }
}
#fh5co-page .container {
  position: relative;
}

#fh5co-page .container .business_img {
  position: relative;
  width: 100%;
  border: 1px solid #AFB7B7;
}
#fh5co-page .container .company_img {
  position: relative;
  width: 100%;
}

#fh5co-page .container .business_title {
  font-size: 80px;
  font-family: Dfheic;
}
#fh5co-page .container .article-Details {
  position: relative;
}
#fh5co-page .container .article-Details .company_title {
  font-size: 120px;
  font-family: Dfheic;
  text-align: left;
}
#fh5co-page .container .article-Details {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}
#fh5co-page .container .article-Details p{
  text-align: left;
}
#fh5co-page .container .article {
  padding-top: 10px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 992px) {
  #fh5co-page .container .business_title {
    font-size: 60px;
    font-family: Dfheic;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-page .container .article {
    display: flex; /* Flexコンテナ―に設定 */
    flex-direction: column; /* コンテンツの配置を「上→下」に設定 */
  }
  #fh5co-page .container .business_title {
    font-size: 42px;
  }
  #fh5co-page .container .company_title {
    font-size: 60px;
  }

  #fh5co-page .container .top-article {
    order: -1;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* #fh5co-page .container .business_title {
    font-size: 40px;
  } */
  #fh5co-page .container .article-Details {
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #sub_header .sub_title {
    padding: 1em 1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}


hr { 
  border: none;
  height: 4px;
  background: linear-gradient(45deg, #48C761,#45CA62 40% 49%,#D1FFDA, #8BDA95 51% 60%, #89DB95);
}

#fh5co-page .container .company_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  #fh5co-page .container .article-Details .company_title {
    font-size: 90px;
    white-space: nowrap;
  }
  #fh5co-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: -5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 664px) {
  #fh5co-page .container .article-Details .company_title {
    font-size: 70px;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 505px) {
  #fh5co-page .container .article-Details .company_title {
    font-size: 50px;
    white-space: nowrap;
    text-align: center;
  }
}

#fh5co-page .container .recruitment_Details{
  margin-top: 100px;
  margin-bottom: 100px;
}