/* CSS Document */
.btnWrap {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.btnWrap2 {
  max-width: 330px;
  margin: 0 auto;
}

.btn {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 1.6rem 7rem 1.8rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 1.4rem 6rem 1.6rem 4rem;
  }
}

@media only screen and (max-width: 480px) {
  .btn {
    font-size: 1.5rem;
    padding: 1.3rem 5rem 1.5rem 3.5rem;
  }
}

.btn2 {
  position: relative;
  width: 100%;
  max-width: 330px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 1.6rem 1.8rem 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .btn2 {
    padding: 1.4rem 1.6rem 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .btn2 {
    font-size: 1.5rem;
    padding: 1.3rem 1.5rem 1.5rem;
  }
}

.btn3 {
  position: relative;
  width: 100%;
  max-width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 1.3rem 5rem 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .btn3 {
    padding: 1.2rem 4.5rem 1.4rem 2.7rem;
  }
}

@media only screen and (max-width: 480px) {
  .btn3 {
    font-size: 1.5rem;
    padding: 1rem 3.8rem 1.2rem 2.5rem;
  }
}

.btn4 {
  position: relative;
  width: 100%;
  max-width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 1.5rem 6rem 1.7rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .btn4 {
    padding: 1.3rem 5rem 1.5rem 4rem;
  }
}

@media only screen and (max-width: 480px) {
  .btn4 {
    font-size: 1.5rem;
    padding: 1rem 4rem 1.2rem 3rem;
  }
}

a.btn_primary {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 100vh;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
}

a.btn_secondary {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 100vh;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
}

a.btn_tertiary {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 100vh;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 767px) {
  a.btn_primary {
    font-size: 1.8rem;
  }
  a.btn_secondary {
    font-size: 1.8rem;
  }
  a.btn_tertiary {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 480px) {
  a.btn_primary {
    font-size: 1.6rem;
  }
  a.btn_secondary {
    font-size: 1.6rem;
  }
  a.btn_tertiary {
    font-size: 1.6rem;
  }
}

a.btn_white {
  color: #111;
  background: #fff;
  border: 1px solid #007235;
}

a.btn_white:hover {
  background: #007235;
  color: #fff;
}

a.btn_black {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
}

a.btn_black:hover {
  background: #fff;
  color: #111;
}

a.btn_green {
  color: #fff;
  background: #007235;
  border: 1px solid #007235;
}

a.btn_green:hover {
  background: #fff;
  color: #007235;
}

a.btn_lightgreen {
  color: #fff;
  background: #349f2d;
  border: 1px solid #349f2d;
}

a.btn_lightgreen:hover {
  background: #fff;
  color: #349f2d;
}

a.btn_cyan {
  color: #fff;
  background: #00afdd;
  border: 1px solid #00afdd;
}

a.btn_cyan:hover {
  background: #fff;
  color: #00afdd;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 15px);
  right: 1.2rem;
  background: #007235;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 100vh;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  vertical-align: middle;
}

a.btn_white:hover .fa-position-right {
  background: #fff;
  color: #007235;
}

.fa-position-right2 {
  position: absolute;
  top: calc(50% - 15px);
  right: 1.2rem;
  background: #fff;
  color: #007235;
  font-size: 1.4rem;
  border-radius: 100vh;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  vertical-align: middle;
}

a.btn_green:hover .fa-position-right2 {
  background: #007235;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fa-position-right3 {
  position: absolute;
  top: calc(50% - 15px);
  right: 1.2rem;
  background: #fff;
  color: #007235;
  font-size: 1.4rem;
  border-radius: 100vh;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  vertical-align: middle;
}

a.btn_lightgreen:hover .fa-position-right3 {
  background: #349f2d;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btnIconWrap1 {
  margin: 0 auto;
  text-align: center;
}

.btnIconWrap2 {
  margin: 0 auto;
}

.btn_icon {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  width: 65px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}

a.btn_circle {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 100vh;
  background: #fff;
}

.btn_circle_center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border: 1px solid #007235;
  color: #007235;
  font-size: 2.3rem;
  border-radius: 100vh;
  width: 65px;
  height: 65px;
  line-height: 65px !important;
  vertical-align: middle;
}

a.btn_circle:hover .btn_circle_center {
  background: #007235;
  color: #fff;
  border: 1px solid #004621;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.btn_circle_left {
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #007235;
  color: #007235;
  font-size: 2.3rem;
  border-radius: 100vh;
  width: 65px;
  height: 65px;
  line-height: 65px !important;
  vertical-align: middle;
}

a.btn_circle:hover .btn_circle_left {
  background: #007235;
  color: #fff;
  border: 1px solid #004621;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

a.btn_footerContact {
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 100vh;
  background: #fff;
}

.btn_mg1 {
  margin-top: 70px;
}

.btn_mg2 {
  margin-top: 20px;
}

.btn_mg3 {
  margin-top: 40px;
}

.btn_mg4 {
  margin-top: 20px;
}

@media only screen and (max-width: 1279px) {
  .btn_mg1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 979px) {
  .btn_mg1 {
    margin-top: 50px;
  }
  .btn_mg2 {
    margin-top: 20px;
  }
  .btn_mg3 {
    margin-top: 30px;
  }
  .btn_mg4 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .btn_mg2 {
    margin-top: 0;
  }
}
/*# sourceMappingURL=btn.css.map */