:root {
  --primary: #0d63fd;
  --dark: #21252f;
  --body: #888;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  font-family: Arial !important;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 700;
}

.wrap_original {
  overflow: hidden;
}

.pt-6 {
  padding-top: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}
.ms-auto {
    margin: auto !important;
}
@media (min-width: 576px) {
  .sp {
    display: none !important;
  }

  .fv-con {
    margin: 0 10%;
  }
}

@media (max-width: 575px) {
  h1 {
    font-weight: bold !important;
  }

  .resekon {
    font-size: calc(.625rem + 2.5vw) !important;
  }

  .zidouseisanki {
    font-weight: bold !important;
    font-size: calc(1.625rem + 1vw) !important;
  }

  .seisan {
    font-size: calc(1.625rem + 8vw) !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp-pa0 {
    padding: 0 !important;
  }

  .sp65 {
    width: 65%;
    margin: 0 auto !important;
  }

  .gmo-logo {
    width: 200px !important;
  }

  .fv {
    margin-top: 72px !important;
  }

  footer {
    margin-bottom: 51px;
  }
}



@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.title {
  background: -webkit-linear-gradient(0deg, #0A7EC6, #3BA4DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container {
  width: 100%;
}

/* nav */
.gmo-logo {
  width: 300px;
}

.navbar {

  top: 0;
  z-index: 3;
  width: 100%;
}

.navbar .nav-link {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
.navbar-nav {
  align-items: center;
}
@media (min-width: 768px) {
.navbar-nav a.inquiry-btn {margin-left: 60px;}
}

.inquiry-btn {
  background: linear-gradient(to right, #D97A35, #D98E35);
  color: #fff !important;
  align-items: center;
  padding: .8rem 1.7rem !important;
  border-radius: 5px;
}

.inquiry-btn a {
  color: #fff;
  text-decoration: none;
}

/* fv */
.fv {
  /*background-image: url("../images/seisanki/fv.png");
  background-position: center;
  background-size: cover;
  background-attachment: flex;margin-top: 84px;
*/
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.m10per {
  margin: 0 10%;
}

.fv img {
  width: 100%;
}

.col-lg-50 {
  width: 70% !important;
  margin: auto !important;
  text-align: center;
}

/* 70 30 none */

.col-lg-50 img {
  max-width: 450px;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 4.5rem !important;
  }
}

/*.col-lg-30 {
  width: 30% !important;
  margin: auto !important;
}*/

.col-lg-20 {
  width: 30% !important;
  margin: auto !important;
}

@media (max-width: 767px) {
  .col-lg-50 {
    width: 70% !important;
  }

  .col-lg-20 {
    width: 25% !important;
  }

  /*.col-lg-30 {
    display: none !important;
  }*/
}

@media (max-width: 575px) {

  .col-lg-50 {
    width: 85% !important;
  }

  .gyoukai {
    font-size: calc(1.3rem + 2vw);
    font-weight: bold;
  }

  .sp-dis {
    display: block !important;
  }

  .col-lg-50 img {
    width: 80%;
  }

  .kessai-span {
    font-size: 1rem !important;
    font-weight: 100;
  }
}

.resekon {
  font-size: calc(.625rem + 1.5vw);
  font-weight: 600;
}

.gyoumukourituka {
  margin-bottom: 0;
}

.gmogroup {
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .5);
  max-width: 450px;
  margin: 0 auto 30px;
  border: 1px solid #0A7EC6;
}

.gmogroup p {
  margin: 0;
  font-size: 0.9rem;
}

.gmogroup-k {
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .5);
  max-width: 250px;
  margin: 20px auto 0;
  border: 1px solid #0A7EC6;
}

.gmogroup-k p {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
}

.gyoukai {
  color: #008b35;
}

.kessai-span {
  color: black;
  font-size: 1.25rem;
}

.zidouseisanki {
  font-size: calc(1.625rem + 2.8vw);
  font-weight: bold;
  line-height: 1.2;
  background: -webkit-linear-gradient(0deg, #0A7EC6, #3BA4DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#downloadForm1 {
  background-color: #fff;
  padding: 0 0 20px 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .5);
  border-radius: 10px;
}

#downloadForm1 .form-control {
  border: none;
  background-color: #E5ECEF;
  padding: 10px 20px;
}

#downloadForm1 p {
  margin: 0;
}

.form1-top {
  margin-top: 0 !important;
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
  border-radius: 10px 10px 0px 0px;
}

.form1-text {
  width: 60%;
}

.saitan {
  background-color: #fff;
  color: #2A97D4;
  text-align: center;
  width: 80%;
  margin: 10px auto;
  border-radius: 20px;
}

.mazuha {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.form1-img {
  width: 40%;
  position: relative;
}

.form1-img img {
  width: 80%;
  bottom: 0;
  position: absolute;
  justify-content: center;
  right: 15%;
}

.form-check-label {
  font-size: 0.8rem;
}

/* problem */
.problem-card {
  background-color: #EAF7FF;
  padding: 45px 25px 25px 25px;
  border-radius: 7px;
}

.problem,
.solution {
  position: relative;
  text-align: center;
}

.problem-title img {
  width: 30px;
  margin-bottom: 1.5rem;
}

.problem span {
  color: #409DD4;
}

.problem img {
  width: 100px;
}

.onayami {
  width: 80%;
  background-color: #D97A35;
  border-radius: 13px;
  position: relative;
  top: 20px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.onayami p {
  color: #fff;
  margin-bottom: 0;
}

.onayami span {
  color: #fff;
  font-size: 1.3rem;
}

/* solution */
#solution {
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
  position: relative;
}

#solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff;
}

.solution span {
  color: #DA7F36;
}

.solution-title h3 {
  color: #fff;
}

.solution-title h1 {
  color: #FBFF2F;
}

.light-img img {
  width: 50px;
  margin: 30px auto;
}

.check-mark {
  width: 50px;
  height: 50px;
  background-color: #D97A35;
  border-radius: 50%;
  position: relative;
  top: 25px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.check-mark img {
  height: 100%;
  padding: 10px;
}

.solution-card {
  background-color: #fff;
  padding: 45px 25px 25px 25px;
  border-radius: 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .5);
}

/* feature */
#feature {
  position: relative;
}

@media (min-width: 576px) {
  .feature-contents {
    display: flex;
    height: 34vw;
    margin: 0 0 60px 0;
  }

  .feature-contents img {
    width: 70%;
    position: absolute;
    z-index: -1;
  }
}

@media (max-width: 575px) {
  .feature-contents img {
    width: 100%;
  }

  .right0 {
    padding: 0 0 90px 90px;
  }

  .left0 {
    padding: 0 90px 90px 0;
  }
}


.right0 {
  right: 0;
}

.left0 {
  left: 0;
}

.feature-number {
  margin-bottom: 20px;
  background: -webkit-linear-gradient(0deg, #0A7EC6, #3BA4DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-main {
  margin-bottom: 40px;
  background: -webkit-linear-gradient(0deg, #0A7EC6, #3BA4DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.underline {
  border-bottom: 2px solid #0A7EC6;
  padding-bottom: 15px;
}

.feature-text-left {
  width: 30%;
  margin: auto 0 auto 16%;
}

.feature-text-right {
  width: 42%;
  margin: auto 0 auto auto;
}

@media (max-width: 1199px) {
  .feature-text-left {
    width: 40%;
    margin: auto 0 auto 10%;
  }
}

.kessai-text {
  text-align: center;
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
  padding: 20px;
  border-radius: 35px;
  position: relative;
}

.kessai-text::before {
  content: '';
  position: absolute;
  top: 77px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0091d1;
}

.kessai-text h4 {
  margin: 0;
  color: #fff;
}

.kessai-img img {
  width: 100%;
}

/* how to use */
#howtouse {
  background-color: #EAF7FF;
}

.howtouse-contents {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.howtouse-text {
  text-align: center;
  margin-top: -5px;
  width: 100%;
}

.howtouse-img {
  padding: 0 30px;
}

.howtouse-img img {
  width: 80%;
}

.step {
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
  border-radius: 40px;
  color: #fff;
  width: 30%;
  margin: 0 auto;
  padding: 5px;
}

.step p {
  font-size: 1.4rem;
  margin: 0;
}

/* casestudy */
#casestudy {
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
}

.casestudy-title h5,
.casestudy-title h1 {
  color: #fff;
}

.casestudy-contents img {
  width: 100%;
}

/* faq */
.faq-contents {
  border-bottom: 1px solid #E3E3E3;
}

.faq-contents img {
  width: 4vw;
}

.faq-contents p {
  margin: 0;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sankaku {
  width: 2vw !important;
}

.faq-q-q,
.faq-a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-q {
  cursor: pointer;
}

.faq-a {
  display: none;
}

/* download */
#download {
  background-color: #EAF7FF;
}

.flex {
  display: flex !important;
}

.required {
  background-color: #409DD4;
  color: #fff;
  padding: 0 15px;
  height: 26px;
  border-radius: 5px;
}

#downloadForm2 .form-control {
  padding: 20px 30px;
}

.center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.sendbtn {
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
  color: #fff;
  border-radius: 25px;
  border: none;
  padding: 10px;
}

/* sp inquiry-btn */
.bt-fix {
  justify-content: center;
  width: 50%;
  position: fixed;
  bottom: 0;
  z-index: 3;
  border-radius: 0 !important;
  height: 50px;
  display: flex;
  font-size: 15px;
  background: linear-gradient(to right, #D97A35, #D98E35);
  color: #fff !important;
  align-items: center;
  line-height: 40px !important;
}

.bt-fix a {
  color: #fff;
  text-decoration: none;
}

/* uchiawase */
.uchiawase {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 3;
  background-color: #174AD0 !important;
  align-items: center;
  width: 350px;
  height: 100px;
  border-radius: 0 !important;
}

.uchiawase-text {
  width: 100%;
  color: #fff;
}

.uchiawase-text span {
  font-size: 20px;
  color: #EAEE26;
}

.uchiawase-text p {
  margin: 0;
}

.uchiawase img {
  width: auto;
  height: 100%;
}

@media (max-width: 575px) {
  .uchiawase {
    width: 50%;
    height: 50px;
    bottom: 0;
    right: 0;
  }

  .uchiawase-text {
    font-size: 9px;
  }

  .uchiawase-text span {
    font-size: 10px;
    font-weight: bold;
  }
}

/* footer */

.footer-top {
  background: linear-gradient(to right, #0A7EC6, #3BA4DB);
}

.copyright {
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.copyright p {
  margin: 0;
}

/* thanks */
.thanks-main {
  width: 70%;
  margin: 100px auto;
  text-align: center;
}