html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #473f42;
  font-weight: 400;
  background: #fff;
}
p {
  line-height: 28px;
}
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.btn,
a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.btn:hover,
a:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  outline: none;
  box-shadow: none;
}
.bantitle {
  position: absolute;
  top: 50%;
  left: 8rem;
  transform: translateY(-50%);
  width: max-content;
}
.bantitle h1 {
  color: #fff;
  font-weight: 600;
  font-size: 4.2rem;
  letter-spacing: 13px;
}
.bantitle h2 {
  color: #fff;
  font-weight: 600;
  font-size: 4.2rem;
  letter-spacing: 13px;
}
.btn-primary {
  background: transparent;
  color: #fff;
  border-radius: 10px;
  font-size: 1.9rem;
  font-weight: 600;
  border: 0;
  border: 1px solid #fff;
}
.bantitle .btn {
  margin-top: 5rem;
}
.btn-secondary {
  background: #fff;
  color: #3a3a3a;
  border-radius: 10px;
  font-size: 1.9rem;
  font-weight: 600;
  font-weight: 600;
  border: 1px solid #3a3939;
}
.btn-secondary:hover {
  background: #3a3939;
}
.btn i {
  font-size: 2.5rem;
  vertical-align: middle;
}
.toparea .btn-primary:hover {
  background: #473f42;
  border: 1px solid #3a3939;
}
.heading h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #473f42;
}
.recommend .heading h4,
.recommend .heading h3 {
  color: #fff;
}

.heading h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #473f42;
  letter-spacing: 2px;
}
.about {
  margin-top: 15rem;
  margin-bottom: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.about h5 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #473f42;
}
.about p {
  font-size: 1.5rem;
  margin-top: 5rem;
  font-weight: 500;
}
.navbar-brand h3 {
  color: #473f42;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-flex;
}
.recommend {
  background: linear-gradient(to right, #8fcdde, #c5d3d0, #ffd7bf);
  padding-top: 8rem;
}
.block {
  background: #fff;
  padding: 2rem 3rem;
  position: relative;
  z-index: 9;
  width: 80%;
  margin-bottom: 8rem;
  border-radius: 2rem;
}
.recommend .heading {
  margin-bottom: 7rem;
}
.heading img {
  position: absolute;
  left: 6%;
  top: -68%;
  width: 20%;
}
.block h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #473f42;
}
.block p {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #473f42;
}
.merit {
  padding-top: 17rem;
}
.merit .heading {
  margin-bottom: 12rem;
}
.greenbox {
  width: 61rem;
  height: 40rem;
  background: linear-gradient(to right, #8fcdde, #c5d3d0, #ffd7bf);
  display: block;
  position: absolute;
  bottom: -4rem;
  right: 0;
}
.meritimg img {
  width: 93%;
  position: relative;
  z-index: 9;
}
.meritblock h5 {
  font-weight: 600;
  font-size: 2rem;
}
.meritblock h3 {
  font-size: 2rem;
  font-weight: 800;
}
.meritblock p {
  font-size: 1.5rem;
  margin-top: 5rem;
}
.topspace {
  margin-top: 10rem;
}
.content {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.mobile {
  display: block;
  margin-left: auto;
}

.content-txt h4 {
  font-size: 2.8rem;
  color: #473f42;
  font-size: 2.8rem;
  font-weight: 700;
  border-left: 12px solid #000;
  padding-left: 2rem;
  line-height: 6rem;
}
.content-txt p {
  font-size: 2rem;
}
.content-txt {
  margin-top: 8rem;
}
.priceblock {
  background: #fff;
  padding-bottom: 1rem;
  width: 80%;
  margin: auto;
}
.priceblock h3 {
  background: #2a333d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
}
.priceblock h4 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #d9d9d9;
  margin-top: 10rem;
}
.priceblock h5 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 7rem;
}
.priceblock h5 b {
  color: #473f42;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
}
.price {
  background: #efefef;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.price .heading {
  margin-bottom: 4rem;
}
.green {
  background: #2b664a !important;
}
.yellow {
  background: #9ea642 !important;
}
.orange {
  background: #be844f !important;
}

.form {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5rem;
}
.form-main {
  margin-top: 12rem;
  padding-bottom: 12rem;
}
label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #473f42;
}
.form-control {
  height: 4.5rem;
  border: 2px solid #e4e4e4;
  border-radius: 0.5rem;
  font-size: 1.6rem;
}
.form-control:focus {
  border-color: #8fcdde;
  box-shadow: 0 0 0 0.25rem rgb(143 205 222 / 25%);
}
.cusspace {
  margin-bottom: 4rem;
}
.form-txt {
  border: 1px solid #c2c0c0;
  border-radius: 0.5rem;
  height: 300px;
  overflow-x: hidden;
  font-weight: 500;
}
.form h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.btn-warning {
  font-size: 2rem;
  background: #fff;
  border: 0;
  border-radius: 1rem;
  font-weight: 700;
  color: #fff;
  padding-left: 9rem;
  padding-right: 9rem;
  margin-top: 5rem;
  box-shadow: 6px 9px 14px rgba(206, 206, 206, 0.33);
}
.btn-warning:hover {
  background: #473f42;
  color: #fff;
}
.btn-warning img {
  margin-left: 3rem;
}
.form-check {
  width: max-content;
  margin: auto;
  margin-top: 3rem;
}
.form-check-label {
  margin-top: 5px;
  margin-left: 2rem;
  font-size: 1.6rem;
}
.form-check-input {
  width: 1.8em;
  height: 1.8em;
  border: 2px solid #000;
}
footer {
  background: #d9d9d9;
  padding: 3rem 1rem;
}
.bg-dark {
  background: #fff !important;
}
.navbar-toggler-icon {
  color: #000;
}

.nav-link {
  color: #473f42;
  font-family: "Roboto", sans-serif;
  margin-left: 3rem;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 1.7rem;
  padding: 0 2.3rem;
}
.nav-link:focus,
.nav-link:hover {
  color: #8fcdde;
}
.navbar-expand-md .navbar-nav {
  padding-right: 8rem;
}
.navbar-nav .show > .nav-link {
  color: #473f42;
}
.navbar-nav .nav-link.active {
  color: #8fcdde;
}
.rec-img {
  width: 14rem;
  height: 14rem;
  background: #f7f5ff;
  border: 2px solid #e6e5ed;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  padding-top: 1.4rem;
}
.rec-img img {
  width: 90%;
}

.topspace1 {
  margin-top: 13rem;
}
.meritblock {
  margin-top: 4rem;
}
.content {
  margin-top: 6rem;
}
.formcontact {
  margin-top: 7rem;
}
.formcontact h3 {
  font-size: 1.7rem;
  font-weight: 600;
}
textarea.form-control {
  height: 100%;
}
footer p {
  font-weight: 600;
}
footer ul li {
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 1;
}
footer ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 1rem;
  margin: 0;
}
footer .nav-link {
  margin-left: 0;
}
footer ul li a:hover {
  color: #473f42;
}
.form-check-input:checked {
  background-color: #473f42;
  border-color: #473f42;
}
.form-check-input:focus {
  box-shadow: none;
}
.content-text h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
.content-text h3::before {
  content: "";
  width: 9px;
  height: 40px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
.content-text p {
  font-size: 1.7rem;
  font-weight: 600;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 99999;
  background: #000;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  transition: all 0.4s;
  text-decoration: none;
}

.back-to-top i {
  font-size: 1.6rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible !important;
  opacity: 1 !important;
}
.toparea {
  margin-top: 11rem;
}
.inside {
  margin-top: 15rem;
}
.inside h1 {
  font-size: 3rem;
  font-weight: 600;
}
.navbar-custom .nav li.active a {
  background-color: rgb(176 81 81 / 30%);
}
.disabledbtn {
  background-color: #fff !important;
  pointer-events: fill !important;
  color: #2f2f2f !important;
  opacity: 1 !important;
  box-shadow: 1px 9px 14px rgba(206, 206, 206, 0.33);
}
.disabledbtn:hover {
  background: #473f42 !important;
  color: #fff !important;
}
.btn.disabled {
  background: #ccc;
}
.btn.disabled:hover {
  background: #473f42;
  color: #fff;
}
.price1 {
  border: 2px solid #2b664a;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 100%;
}
.price1 h4 {
  background: #2b664a;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
}
.price1 p {
  font-size: 1.8rem;
}
.price-txt {
  padding: 4rem 2rem;
}
.price2 {
  border: 2px solid #9ea641;
}
.price2 h4 {
  background: #9ea641;
}
.pricemain {
  margin-top: 13rem;
}
/* .active {
  color: #87dc3d;
} */
/* Responsive */
@media screen and (max-width: 768px) {
  .nav-link {
    margin-left: 1rem;
    font-size: 1.6rem;
  }
  .about {
    margin-top: 8rem;
  }
  .navbar-brand img {
    width: 25%;
  }
  .navbar-expand-md .navbar-nav {
    padding-right: 0;
  }
  .toparea {
    margin-top: 9rem;
  }
  .bantitle {
    left: 5rem;
  }
  .bantitle h2,
  .bantitle h1 {
    font-size: 3.3rem;
  }
  .btn-primary {
    font-size: 1.6rem;
  }
  .about h5,
  .heading h3 {
    font-size: 2.3rem;
  }
  .greenbox {
    width: 32rem;
    height: 21rem;
    bottom: -2rem;
  }
  .merit .heading {
    margin-bottom: 8rem;
  }
  .content {
    padding-top: 8rem;
  }
  #content .heading {
    margin-bottom: 5rem;
  }
  .content-text p {
    font-size: 1.5rem;
  }
  .heading img {
    top: -62%;
  }
  .block {
    width: 100%;
    margin-bottom: 4rem;
  }
  .merit {
    padding-top: 12rem;
  }
  .mob-blackicon {
    width: 50%;
  }
  .priceblock {
    margin-bottom: 4rem;
  }
  .priceblock h3 {
    font-size: 1.8rem;
  }
  .priceblock h4 {
    font-size: 2.3rem;
  }
  .priceblock h5 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .navbar-brand img {
    width: 10%;
  }
  .navbar-brand h3 {
    font-size: 1.8rem;
  }
  .greenbox {
    width: 56rem;
    height: 36rem;
    bottom: -3rem;
  }
  .topspace1 {
    margin-top: 6rem;
  }
  .navbar-toggler {
    color: #000;
    padding: 0;
    font-size: 1.6rem;
  }
  .navbar-brand {
    width: 80%;
  }
  .toparea {
    margin-top: 8rem;
  }
  html {
    font-size: 55%;
  }
  .about {
    margin-top: 11rem;
  }
  .mob-blackicon {
    width: 20%;
    margin-top: 5rem;
  }
  .meritblock {
    margin-top: 7rem;
  }
  .meritblock p {
    margin-top: 3rem;
  }
  .meritblock h3 {
    line-height: 1.4;
  }
  .price1 {
    margin-bottom: 3rem;
    height: auto;
  }
  .allquestion h5 span,
  .allquestion h4 span {
    margin-right: 4rem;
  }
  .navbar-nav {
    padding-top: 5rem;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .navbar-brand img {
    width: 10%;
  }
  .bantitle {
    left: 3rem;
  }
  .navbar {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .toparea {
    margin-top: 8rem;
  }
  .bg-dark {
    background: #fff !important;
  }

  .about h5,
  .heading h3 {
    font-size: 2.2rem;
  }
  .heading img {
    top: -48%;
    left: 23%;
  }
  .about p {
    margin-top: 3rem;
  }
  .about {
    margin-top: 8rem;
  }
  .block {
    width: 90%;
    margin: auto;
    margin-bottom: 3.5rem;
  }

  .recommend .heading {
    position: relative;
    z-index: 99;
  }
  .block h4 {
    font-size: 1.8rem;
  }
  .btn-secondary {
    top: 7rem;
  }
  .merit {
    padding-top: 15rem;
  }
  .black {
    display: block;
    top: 7%;
    position: absolute;
    right: 0;
  }
  .mob-blackicon {
    display: none;
  }
  .meritblock {
    margin-top: 4rem;
  }
  .meritblock h5 {
    font-size: 1.7rem;
  }
  .meritblock p {
    margin-top: 2rem;
  }
  .greenbox {
    width: 45rem;
    height: 29rem;
    bottom: -1.5rem;
  }
  .meritimg img {
    width: 96%;
  }
  .mob-pad {
    padding-right: 0;
  }
  .content-text {
    position: relative;
    top: -13rem;
    z-index: 99;
  }
  .content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .priceblock h5 b {
    font-size: 4rem;
  }
  .priceblock h5 {
    font-size: 2rem;
  }
  .heading h4 {
    font-size: 1.7rem;
  }
  .allquestion h4 span,
  .allquestion h5 span {
    height: 6rem;
    margin-right: 2rem;
  }
  .formcontact h3 {
    font-size: 1.6rem;
  }
  .form-check-input {
    width: 1.5em;
    height: 1.5em;
  }
  .form-check {
    width: 100%;
    padding-left: 2rem;
  }
  .form-check-label {
    font-size: 1.5rem;
  }
  .form {
    padding: 3rem;
  }
  .btn-warning {
    width: 100%;
  }
  .bantitle h2,
  .bantitle h1 {
    font-size: 2.3rem;
    letter-spacing: 5px;
  }
  .bantitle .btn {
    margin-top: 2rem;
  }
  .merit .heading {
    margin-bottom: 5rem;
  }
  .content-text h3 {
    margin-top: 8rem;
  }
  .pricemain {
    margin-top: 0;
  }
}
