@charset "UTF-8";
ul {
  list-style-type: none;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
}

ul {
  padding: 0;
}

label {
  width: 100%;
}

.form-control {
  border: transparent;
  background: #efefef !important;
  margin: 10px 0;
}

.serif {
  font-family: 游明朝, YuMincho, "Noto Serif JP", serif;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h2 {
  color: #09704B;
  text-align: center;
  letter-spacing: 1.9px;
  margin-bottom: 5%;
  font-size: 50px;
}

.h3 {
  font-size: 24px;
  border-top: 4px dotted #09794b;
  padding: 10px 0;
  border-bottom: 4px dotted #09794b;
  display: inline-block;
}

.btn-form {
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  background-color: #09704B;
  font-size: 28px;
  padding: 20px 0;
}

.wpcf7-submit {
  background: #09704B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
  font-size: 26px;
  border-radius: 100px;
}

.btn:hover {
  color: #fff;
  background: #09704B;
}

#about {
  padding-bottom: 5%;
}

#about .text {
  line-height: 2.0;
  margin-bottom: 60px;
}

#about .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}

#about .items .item:nth-of-type(1) .circle .img {
  background: url("../imgs/contact/about01.png") no-repeat center/contain;
}

#about .items .item:nth-of-type(2) .circle .img {
  background: url("../imgs/contact/about02.png") no-repeat center/contain;
}

#about .items .item:nth-of-type(3) .circle .img {
  background: url("../imgs/contact/about03.png") no-repeat center/contain;
}

#about .items .item:nth-of-type(4) .circle .img {
  background: url("../imgs/contact/about04.png") no-repeat center/contain;
}

#about .items .item .circle {
  background-color: #F0F0E1;
  border-radius: 50%;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 1px 5px 10px #999;
          box-shadow: 1px 5px 10px #999;
}

#about .items .item .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#about .items .item .circle .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

#about .items .item p {
  color: #09704B;
  text-align: center;
  padding: 15px 0;
}

#about .items .item p:before {
  display: inline-block;
  content: "\f35d";
  margin-right: 4px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#step {
  padding-bottom: 60px;
}

#step .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

#step .items .item .num {
  text-align: center;
  color: #09704B;
  font-size: 34px;
  font-style: italic;
}

#step .items .item .circle {
  border-radius: 50%;
  position: relative;
  background-color: #F0F0E1;
  -webkit-box-shadow: 1px 5px 10px #999;
          box-shadow: 1px 5px 10px #999;
}

#step .items .item .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#step .items .item .circle .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

#step .items .item:nth-of-type(1) .circle .img {
  background: url("../imgs/contact/step01.png") no-repeat center/contain;
}

#step .items .item:nth-of-type(2) .circle .img {
  background: url("../imgs/contact/step02.png") no-repeat center/contain;
}

#step .items .item:nth-of-type(3) .circle .img {
  background: url("../imgs/contact/step03.png") no-repeat center/contain;
}

#step .items .item:nth-of-type(4) .circle .img {
  background: url("../imgs/contact/step05.png") no-repeat center/contain;
}

#step .items .item .title {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
}

#step .items .item .text {
  color: #999;
}

@media (min-width: 640px) {
  .sp {
    display: none !important;
  }
  #about .text {
    font-size: 1.33333em;
  }
  #about .items .item {
    width: calc((100% - 150px) / 4);
    margin: 0 1vw;
  }
  #about .items .item .circle .img {
    width: 75%;
  }
  #step .items .item {
    margin: 0 1%;
    width: calc((100% - 120px) / 4);
  }
  #step .items .item .circle {
    width: 100%;
  }
  #step .items .item .circle .img {
    width: 65%;
  }
}

@media (max-width: 991px) {
  #about .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about .items .item {
    width: calc((100% - 50px) / 2);
    margin: 0 1%;
  }
  #about .items .item .circle .img {
    width: 75%;
  }
  #step .items .item {
    width: calc((100% - 50px) / 2);
  }
}

@media (max-width: 640px) {
  .btn-form {
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
  }
  #about .items .item {
    width: calc((100% - 50px) / 2);
    margin: 0 2%;
  }
  #about .items .item .circle .img {
    width: 75%;
  }
  #step .items .item {
    width: calc((100% - 0px)/ 1);
  }
  #step .items .item .circle {
    margin: 0 auto;
    width: 50%;
  }
  #step .items .item .circle .img {
    width: 65%;
  }
  #step .items .item .title {
    font-size: 16px;
  }
  #step .items .item .text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=contact.css.map */