@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

select::-ms-expand {
  display: none;
}

select,
option,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?6laahd");
  src: url("../fonts/icon.eot?6laahd#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?6laahd") format("truetype"), url("../fonts/icon.woff?6laahd") format("woff"), url("../fonts/icon.svg?6laahd#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow_fill:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

@media screen and (min-width: 768px) {
  .contents {
    max-width: 440px;
    margin: 120px auto 60px;
  }
}

.small-side-margin {
  padding-right: 20px;
  padding-left: 20px;
}

p {
  letter-spacing: 0.03em;
  color: #484848;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #484848;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

@media screen and (max-width: 767px) {
  .medium-only {
    display: none;
  }
}

.contents-margin {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-margin {
    margin-bottom: 100px;
  }
}

.text {
  color: #484848;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 16px;
  }
}

body {
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    background-color: rgba(0, 198, 60, 0.1);
  }
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  main {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  }
}

.bg-base,
.bg-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .bg-base,
  .bg-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

.title-set-a {
  text-align: center;
  margin-bottom: 40px;
}
.title-set-a__text {
  background-color: #00C650;
  padding: 5px 40px;
  border-radius: 1000px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .title-set-a__text {
    font-size: 15px;
  }
}
.title-set-a__title {
  font-weight: 800;
  color: #132F47;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .title-set-a__title {
    font-size: 22px;
  }
}
.title-set-a__title strong {
  color: #D95D3D;
}

.title-set-b {
  text-align: center;
  font-weight: 800;
  color: #132F47;
  line-height: 1.4;
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .title-set-b {
    font-size: 28px;
  }
}
.title-set-b strong {
  color: #00C650;
}

.button-cv {
  background-color: #F87E31;
  border-radius: 1000px;
  height: 75px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-cv p {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.button-cv i {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}
.button-cv img {
  position: absolute;
  top: -20px;
  left: 2px;
  display: inline-block;
  width: 50px;
}

.header {
  background-color: #fff;
  height: 50px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}
.contact .header {
  opacity: 1;
  position: relative;
}
.header__logo {
  width: 120px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 240px;
  }
}
.header__form {
  margin-left: auto;
}
.header__form .button-cv {
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 18px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv {
    height: 80px;
  }
}
.header__form .button-cv p {
  font-size: 12px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv p {
    font-size: 20px;
  }
}
.header__form .button-cv i {
  right: 5px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv i {
    font-size: 30px;
  }
}
.header__form .button-cv img {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .header__form .button-cv img {
    width: 60px;
  }
}
.header__schedule {
  opacity: 1;
  position: fixed;
}

/*　左の動き　*/
@media screen and (max-width: 767px) {
  #header.LeftMove {
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

/*　右の動き　*/
@media screen and (max-width: 767px) {
  #header.RightMove {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.footer {
  background-color: #00C650;
  padding: 60px 0;
}
.footer__logo {
  width: 240px;
  margin: 0 auto 30px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.footer__list li {
  margin: 0 10px;
}
.footer__list a {
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
}
.footer__text {
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.article-head {
  background-color: #00C650;
  padding: 25px 0;
  text-align: center;
}
.article-head h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .article-head h1 {
    font-size: 22px;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .contents {
    margin-top: 60px;
  }
}

.form.bg-gray {
  padding-top: 40px;
}
.form__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__icon {
  width: 16%;
}
.form__balloon {
  width: 70%;
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.form__balloon:before {
  content: "";
  position: absolute;
  top: 26px;
  left: -15px;
  border: 8px solid transparent;
  border-right: 10px solid #ffffff;
}
.form__balloon p strong {
  color: #D95D3D;
  font-weight: bold;
}
.form__balloon p em {
  font-weight: 800;
  color: #D95D3D;
  line-height: 1.4;
  font-size: 24px;
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .form__balloon p em {
    font-size: 24px;
  }
}
.form__box {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  padding: 25px 20px;
  margin-bottom: 40px;
}
.form__title {
  color: #262626;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .form__title {
    font-size: 18px;
  }
}
.form__title strong {
  color: #00C650;
}
.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__radio label {
  width: 48%;
}
.form__radio span {
  display: block;
  text-align: center;
  border-radius: 1000px;
  border: 2px solid #C7C7C7;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 15px;
  color: #898989;
  font-size: 13px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__radio input:checked + span {
  border: 2px solid #00C650;
  font-weight: 500;
  color: #00C650;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__inner {
  margin-bottom: 20px;
}
.form__name {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 13px;
}
.form__input input {
  height: 45px;
  border: 2px solid #C7C7C7;
  border-radius: 10px;
  width: calc(100% - 24px);
  padding: 0 10px;
}
.form__button {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.form__button input {
  display: block;
  background-color: #F87E31;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 1000px;
  padding: 20px 0;
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  letter-spacing: 0.08em;
}
.form__button i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form__year, .form__month, .form__day {
  width: 20%;
  position: relative;
}
.form__year select, .form__month select, .form__day select {
  height: 45px;
  border: 2px solid #C7C7C7;
  border-radius: 10px;
  width: 100%;
  padding: 0 5px;
}
.form__year::before, .form__month::before, .form__day::before {
  content: "\e900";
  font-family: "icon";
  color: #898989;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}
.form__year {
  width: 30%;
}
.form__select-text {
  text-align: center;
  width: 10%;
  font-size: 13px;
  padding-bottom: 3px;
}
.form__select-send {
  width: 70%;
  margin: 30px auto 10px;
}
.form__select-send button {
  background-color: #fff;
  color: #00C650;
  border-radius: 1000px;
  border: 2px solid #00C650;
  text-align: center;
  padding: 15px;
  display: block;
  letter-spacing: 0.08em;
  font-weight: bold;
  width: 100%;
}
.form__select-send button:hover {
  color: #fff;
  background-color: #00C650;
}

.policy {
  margin-bottom: 40px;
}
.policy__read {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.policy__body {
  background-color: #E0E0E0;
  border: 1px solid #B7B7B7;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 120px;
  overflow: auto;
}
.policy__title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.policy__text {
  text-align: left;
  font-size: 12px;
}
.policy__check span {
  padding-left: 34px;
  position: relative;
  display: block;
}
.policy__check span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
  display: block;
}
.policy__check input:checked + span::before {
  border: 1px solid #00C650;
}
.policy__check input:checked + span::after {
  content: "\e902";
  font-family: "icon";
  font-size: 25px;
  color: #00C650;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
}

.schedule {
  text-align: center;
}
.schedule.bg-gray {
  padding-top: 40px;
}
.schedule__title {
  text-align: center;
  font-weight: bold;
  color: #262626;
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    font-size: 22px;
  }
}
.schedule__title strong {
  color: #D95D3D;
}
.schedule__body {
  width: 90%;
  margin: 0 auto;
}
.schedule__line {
  margin-bottom: 20px;
  max-width: 800px;
}

.comp.bg-gray {
  padding-top: 40px;
}
.comp__title {
  text-align: center;
  font-weight: bold;
  color: #262626;
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .comp__title {
    font-size: 22px;
  }
}
.comp__title strong {
  color: #D95D3D;
}
.comp .button-cv p {
  padding-right: 0;
}
.comp__image {
  width: 30%;
  margin: 0 auto 40px;
}
.comp__button {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.comp__banner {
  border-radius: 10px;
  margin-bottom: 60px;
  border: 1px solid #eee;
  overflow: hidden;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s, transform 0s 0.2s;
  transition: opacity 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 80%;
  max-width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgb(255, 255, 255);
  line-height: 1.4em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
  font-weight: 100;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 12px 27px 2px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 12px 27px 2px;
  border-radius: 20px;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal_content img {
  max-width: 100%;
}

.contact-modal__head {
  background-color: #00C650;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px 20px 0 0;
}
.contact-modal__title {
  color: #262626;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .contact-modal__title {
    font-size: 16px;
  }
}
.contact-modal__title strong {
  color: #FFFF00;
}
.contact-modal__con {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 67px;
}
.contact-modal__body {
  padding: 0 20px;
}
.contact-modal__text {
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 13px;
}
.contact-modal__list {
  margin-bottom: 25px;
}
.contact-modal__list li {
  position: relative;
  padding: 10px;
  background: #D2DDE6;
  border-radius: 30px;
  margin-bottom: 17px;
  text-align: center;
}
.contact-modal__list li:before {
  content: "";
  position: absolute;
  right: 22%;
  width: 10px;
  height: 10px;
  bottom: -13px;
  background: #D2DDE6;
  border-radius: 50%;
  z-index: -1;
}
.contact-modal__list li:after {
  content: "";
  position: absolute;
  right: 13%;
  width: 26px;
  height: 26px;
  bottom: -7px;
  background: #D2DDE6;
  border-radius: 50%;
  z-index: -1;
}
.contact-modal__list li p {
  font-weight: bold;
  color: #484848;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .contact-modal__list li p {
    font-size: 14px;
  }
}
.contact-modal__message {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .contact-modal__message {
    font-size: 13px;
  }
}
.contact-modal__message em {
  font-size: 1.5em;
  color: #D95D3D;
}
.contact-modal__button {
  width: 90%;
  margin: 0 auto 30px;
}
.contact-modal__button .button-cv {
  height: 55px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.introduction.bg-gray {
  padding-bottom: 0;
}
.introduction__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduction__icon {
  width: 22%;
  padding-right: 5px;
}
.introduction__balloon {
  width: 70%;
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.introduction__balloon:before {
  content: "";
  position: absolute;
  top: 26px;
  left: -15px;
  border: 8px solid transparent;
  border-right: 10px solid #ffffff;
}

.button-cv {
  background-color: #00B900;
  border-radius: 1000px;
  height: 55px;
  margin: 10px 20px;
}
.button-cv p {
  font-size: 17px;
}