@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.contact_btn {
  max-width: 420px;
  width: 95%;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 20px;
  text-align: center;
  background: -moz-linear-gradient(-88% 1831.71% 90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-gradient(linear, -88% 1831.71%, -88% 1830.92%, color-stop(0, #009f00), color-stop(1, #5bbf16));
  background: -o-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -ms-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009F00', endColorstr='#5BBF16' ,GradientType=0)";
  background: linear-gradient(0deg, #009f00 0%, #5bbf16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BBF16',endColorstr='#009F00' , GradientType=0);
  position: relative;
}

.contact_btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  transition: .6s;
}

.contact_btn:hover {
  opacity: 1;
}

.contact_btn:hover:before {
  width: 40px;
}

.fv .container {
  background: url("./img/fv.png");
  background-position: top center;
  background-size: cover;
  padding-top: 15%;
  position: relative;
}

.fv_catch {
  margin-bottom: 40px;
  font-size: 4.2rem;
  color: #000;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.fv_catch span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.fv_under {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin: auto;
  padding-bottom: 20px;
}

.fv_under .hashimoto_detail {
  background: #0E1622;
  width: 30%;
  padding: 23px 30px;
}

.fv_under .hashimoto_detail .flex {
  display: flex;
  align-items: center;
}

.fv_under .hashimoto_detail .flex .subname {
  background: #168BBF;
  font-family: 'Noto Serif JP', serif;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
}

.fv_under .hashimoto_detail .flex p {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 1.6rem;
}

.fv_under .hashimoto_detail h3 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.fv_under .hashimoto_detail h3 span {
  background: #fff;
  padding: 5px;
  color: #000;
  font-size: 1.4rem;
  margin-right: 20px;
}

.fv_under .cross {
  width: 40%;
  text-align: center;
}

.fv_under .suzuki_detail {
  background: #0E1622;
  width: 30%;
  padding: 23px 10px;
}

.fv_under .suzuki_detail .subname {
  background: #03A000;
  font-family: 'Noto Serif JP', serif;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

.fv_under .suzuki_detail h3 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.fv_under .suzuki_detail h3 span {
  background: #fff;
  padding: 5px;
  color: #000;
  font-size: 1.4rem;
  margin-right: 20px;
}

.fv_bottom .bg_green {
  padding: 0 20px 20px;
  position: relative;
  background: -moz-linear-gradient(-88% 1831.71% 90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-gradient(linear, -88% 1831.71%, -88% 1830.92%, color-stop(0, #009f00), color-stop(1, #5bbf16));
  background: -o-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -ms-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009F00', endColorstr='#5BBF16' ,GradientType=0)";
  background: linear-gradient(0deg, #009f00 0%, #5bbf16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BBF16',endColorstr='#009F00' , GradientType=0);
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green {
    padding: 0 10px 20px;
    width: 100%;
  }
}

.fv_bottom .bg_green:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -70px;
  border: 30px solid transparent;
  border-top: 40px solid #009F00;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green:before {
    margin-left: -7.5px;
    bottom: -35px;
    border: 15px solid transparent;
    border-top: 20px solid #009F00;
  }
}

.fv_bottom .bg_green .inner {
  max-width: 940px;
  margin: auto;
  padding: 0 30px 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner {
    padding: 0 10px 30px;
  }
}

.fv_bottom .bg_green .inner .bg_black {
  background: #000;
  padding: 20px 25px 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner .bg_black {
    padding: 15px;
  }
}

.fv_bottom .bg_green .inner .bg_black .txt {
  line-height: 2em;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner .bg_black .txt {
    font-size: 1.6rem;
  }
}

.fv_bottom .bg_green .inner .bg_black .contact_btn {
  margin-top: 30px;
}

.fv_bottom .bg_green .inner .free_present {
  background: #F2F2F2;
  padding: 25px 20px;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner .free_present {
    padding: 15px;
  }
}

.fv_bottom .bg_green .inner .free_present .thum {
  float: left;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner .free_present .thum {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.fv_bottom .bg_green .inner .free_present .detail {
  float: right;
  width: 73%;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner .free_present .detail {
    float: none;
    width: 100%;
  }
}

.fv_bottom .bg_green .inner .free_present .detail h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #5BBF16;
}

.fv_bottom .bg_green .inner .free_present .detail .txt {
  font-size: 1.5rem;
  color: #000;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .inner .free_present .detail .txt {
    font-size: 1.4rem;
  }
}

.fv_bottom .bg_green .real {
  background: #000;
  text-align: center;
  line-height: 2em;
  max-width: 940px;
  margin: auto;
  padding: 10px 0;
  font-family: 'Noto Serif JP', serif;
}

.fv_bottom .bg_green .real h2 {
  font-size: 2rem;
  color: #fff;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .fv_bottom .bg_green .real h2 {
    font-size: 1.5rem;
  }
}

.fv_bottom .bg_green .real h2 span {
  color: #EFFFAF;
}

.fv_bottom .bg_green .real h2 .big {
  font-size: 1.8em;
}

.line_txt {
  margin-top: 75px;
  font-size: 4rem;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 700;
  margin-bottom: 78px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .line_txt {
    margin: 30px auto;
    font-size: 2rem;
  }
}

.line_txt:after {
  height: 14px;
  width: 100%;
  left: 0;
  bottom: -10px;
  background: #EFFFAF;
  content: "";
  position: absolute;
}

.task {
  text-align: center;
  border: 1px solid #ccc;
  padding: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .task {
    padding: 20px;
    margin-bottom: 30px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .task img {
    min-width: 500px;
    height: auto;
  }
}

.service {
  padding: 60px 0;
  background: -moz-linear-gradient(-0.38% 213.47% -179.94deg, #efffaf 0%, #5bbf16 100%);
  background: -webkit-linear-gradient(-179.94deg, #efffaf 0%, #5bbf16 100%);
  background: -webkit-gradient(linear, -0.38% 213.47%, -0.46% 213.47%, color-stop(0, #efffaf), color-stop(1, #5bbf16));
  background: -o-linear-gradient(-179.94deg, #efffaf 0%, #5bbf16 100%);
  background: -ms-linear-gradient(-179.94deg, #efffaf 0%, #5bbf16 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFFFAF', endColorstr='#5BBF16' ,GradientType=0)";
  background: linear-gradient(269.94deg, #efffaf 0%, #5bbf16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFFFAF',endColorstr='#5BBF16' , GradientType=1);
}

@media screen and (max-width: 767px) {
  .service {
    padding: 30px 0;
  }
}

.service .container {
  background: #fff;
  padding: 65px 40px;
}

@media screen and (max-width: 767px) {
  .service .container {
    padding: 30px 20px;
  }
}

.service .container h2 {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  max-width: 800px;
  width: 95%;
  margin: 0 auto 45px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .service .container h2 {
    font-size: 1.8rem;
    margin: 0 auto 25px;
    width: 100%;
  }
}

.service .container h2 .green {
  color: #03A000;
}

.service .container h2 .line {
  position: relative;
  padding: 0 10px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .service .container h2 .line {
    border-bottom: 4px solid #EFFFAF;
  }
}

.service .container h2 .line:before {
  height: 20px;
  width: 100%;
  left: 0;
  bottom: -5px;
  background: #EFFFAF;
  content: "";
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .service .container h2 .line:before {
    display: none;
  }
}

.service .container h2:before {
  content: "";
  width: 4%;
  height: 100%;
  background: url(./img/ttl_kakko01.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.service .container h2:after {
  content: "";
  width: 4%;
  height: 100%;
  background: url(./img/ttl_kakko02.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  background-position: right;
}

.service .container .txt {
  max-width: 800px;
  width: 95%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .service .container .txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.flow_ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding-bottom: 30px;
  margin-top: 35px;
  margin-bottom: 15px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .flow_ttl {
    font-size: 2.4rem;
  }
}

.flow_ttl:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #5BBF16;
}

.flow_list {
  position: relative;
  border: 1px solid #393939;
  max-width: 890px;
  margin: 0 auto 75px;
}

@media screen and (max-width: 767px) {
  .flow_list {
    margin: 0 auto 35px;
  }
}

.flow_list:before {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 35px;
  height: 20px;
  background: url("./img/flow_arrow.png");
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .flow_list:before {
    bottom: -25px;
    width: 20px;
    height: 10px;
    margin-left: -10px;
    background-size: cover;
  }
}

.flow_list .abso {
  position: absolute;
  right: -1px;
  top: -20px;
  padding: 10px;
  color: #fff;
  line-height: 1;
  font-size: 2.1rem;
  max-width: 210px;
  width: 100%;
  text-align: center;
  background: -moz-linear-gradient(-31.05% 6492.44% 90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-gradient(linear, -31.05% 6492.44%, -31.05% 6490.44%, color-stop(0, #009f00), color-stop(1, #5bbf16));
  background: -o-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -ms-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009F00', endColorstr='#5BBF16' ,GradientType=0)";
  background: linear-gradient(0deg, #009f00 0%, #5bbf16 100%);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BBF16',endColorstr='#009F00' , GradientType=0);
}

@media screen and (max-width: 767px) {
  .flow_list .abso {
    top: -17px;
    padding: 10px 20px;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    max-width: none;
    width: auto;
  }
}

.flow_list h4 {
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  padding: 10px;
  background: -moz-linear-gradient(-31.05% 6492.44% 90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-gradient(linear, -31.05% 6492.44%, -31.05% 6490.44%, color-stop(0, #009f00), color-stop(1, #5bbf16));
  background: -o-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -ms-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009F00', endColorstr='#5BBF16' ,GradientType=0)";
  background: linear-gradient(0deg, #009f00 0%, #5bbf16 100%);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BBF16',endColorstr='#009F00' , GradientType=0);
}

@media screen and (max-width: 767px) {
  .flow_list h4 {
    font-size: 1.8rem;
  }
}

.flow_list_inner {
  padding: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .flow_list_inner {
    display: block;
    padding: 25px 10px;
  }
}

.flow_list_inner .thum {
  width: 30%;
  margin-right: 5%;
  position: relative;
  color: #fff;
  min-height: 120px;
  font-size: 2.8rem;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
}

@media screen and (max-width: 767px) {
  .flow_list_inner .thum {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    padding: 20px;
    font-size: 1.8rem;
  }
}

.flow_list_inner .thum span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow_list_inner .thum:before {
  position: absolute;
  width: 4px;
  height: 100%;
  background: #000;
  top: 0;
  right: -10%;
  content: "";
}

@media screen and (max-width: 767px) {
  .flow_list_inner .thum:before {
    display: none;
  }
}

.flow_list_inner ul {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .flow_list_inner ul {
    margin-top: 20px;
    width: 100%;
  }
}

.flow_list_inner ul li {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .flow_list_inner ul li {
    font-size: 1.4rem;
  }
}

.flow_list_inner ul li .fwn {
  font-weight: normal;
}

.flow_list:last-child {
  margin-bottom: 0;
}

.flow_list:last-child:before {
  display: none;
}

.service_info {
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .service_info {
    margin: 30px auto;
  }
}

.service_info .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding-bottom: 60px;
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .service_info .ttl {
    font-size: 2.4rem;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.service_info .ttl:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #5BBF16;
}

.service_info ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  width: 95%;
  margin: auto;
  counter-reset: number;
}

.service_info ul li {
  float: left;
  width: calc(100% / 3);
  padding: 40px 30px 0;
}

@media screen and (max-width: 767px) {
  .service_info ul li {
    float: none;
    width: 100%;
    padding: 20px;
  }
}

.service_info ul li:nth-child(2) {
  border-left: 2px solid #5BBF16;
  border-right: 2px solid #5BBF16;
}

@media screen and (max-width: 767px) {
  .service_info ul li:nth-child(2) {
    border-left: none;
    border-right: none;
    margin: 50px auto;
  }
}

.service_info ul li .number {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .service_info ul li .number {
    margin-bottom: 40px;
  }
}

.service_info ul li .number:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service_info ul li .number:after {
  position: absolute;
  top: 50%;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  border-radius: 50%;
  height: 85px;
  background: -moz-linear-gradient(-454.43% 2072.08% 90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -webkit-gradient(linear, -454.43% 2072.08%, -454.43% 2070.95%, color-stop(0, #009f00), color-stop(1, #5bbf16));
  background: -o-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  background: -ms-linear-gradient(90deg, #009f00 0%, #5bbf16 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009F00', endColorstr='#5BBF16' ,GradientType=0)";
  background: linear-gradient(0deg, #009f00 0%, #5bbf16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BBF16',endColorstr='#009F00' , GradientType=0);
}

@media screen and (max-width: 767px) {
  .service_info ul li .number:after {
    width: 60px;
    height: 60px;
  }
}

.service_info ul li h3 {
  color: #03A000;
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service_info ul li h3 {
    font-size: 2.4rem;
  }
}

.service_info ul li .subttl {
  font-weight: bold;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 17px;
  border-bottom: 2px solid #03A000;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .service_info ul li .subttl {
    font-size: 1.4rem;
  }
}

.service_info ul li .detail_txt {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
}

.cost {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .cost {
    margin-bottom: 30px;
  }
}

.cost .kakko {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding: 10px 0;
  font-weight: bold;
  position: relative;
  max-width: 1024px;
  width: 95%;
  margin: 35px auto 60px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cost .kakko {
    font-size: 2.4rem;
    width: 100%;
    margin: 0 auto 30px;
  }
}

.cost .kakko:before {
  content: "";
  width: 3%;
  height: 100%;
  background: url(./img/ttl_kakko03.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.cost .kakko:after {
  content: "";
  width: 3%;
  height: 100%;
  background: url(./img/ttl_kakko04.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  background-position: right;
}

.cost_img {
  text-align: center;
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cost_img {
    width: 100%;
  }
}

.cost .gray_bg {
  max-width: 1024px;
  width: 95%;
  margin: 25px auto;
  background: #F2F2F2;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .cost .gray_bg {
    width: 100%;
    padding: 20px;
  }
}

.cost .gray_bg h2 span {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cost .gray_bg h2 span {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.cost .gray_bg li {
  font-size: 1.8rem;
  color: #000;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .cost .gray_bg li {
    font-size: 1.4rem;
  }
}

.profile {
  padding: 60px 0;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
}

@media screen and (max-width: 767px) {
  .profile {
    padding: 30px 0;
  }
}

.profile .inner {
  width: 95%;
  max-width: 1024px;
  background: #fff;
  padding: 70px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .profile .inner {
    padding: 30px 20px;
  }
}

.profile .inner .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .profile .inner .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.profile .inner .ttl:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #5BBF16;
}

.profile .fl {
  float: left;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .profile .fl {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.profile .fl .black {
  background: #0E1622;
}

.profile .fl .black .flex {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.profile .fl .black .flex .subname {
  background: #168BBF;
  font-family: 'Noto Serif JP', serif;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .profile .fl .black .flex .subname {
    width: 40%;
    font-size: 1.4rem;
  }
}

.profile .fl .black .flex p {
  font-family: 'Noto Serif JP', serif;
  background: #fff;
  color: #168BBF;
  padding: 5px 10px;
  width: 70%;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .profile .fl .black .flex p {
    width: 60%;
    font-size: 1.4rem;
  }
}

.profile .fl .black h3 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .profile .fl .black h3 {
    font-size: 2.4rem;
  }
}

.profile .fl .black h3 span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

.profile .fr {
  float: right;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .profile .fr {
    float: none;
    width: 100%;
  }
}

.profile .fr .black {
  background: #000;
}

.profile .fr .black .subname {
  background: #03A000;
  font-family: 'Noto Serif JP', serif;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .profile .fr .black .subname {
    font-size: 1.4rem;
  }
}

.profile .fr .black h3 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .profile .fr .black h3 {
    font-size: 2.4rem;
  }
}

.profile .fr .black h3 span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

.profile .txt {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .profile .txt {
    font-size: 1.4rem;
  }
}

.contact_box {
  position: relative;
  border: 1px solid #000;
  padding: 30px;
  margin-top: 45px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact_box {
    padding: 15px;
    margin-top: 25px;
  }
}

.contact_box h3 {
  font-size: 2.8rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 45px;
  line-height: 2em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .contact_box h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.contact_box h3 span {
  color: #03A000;
}

.contact_box .contact_btn {
  max-width: 580px;
}

.feature {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .feature {
    padding-top: 30px;
  }
}

.feature .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .feature .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.feature .ttl:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #5BBF16;
}

.feature_wrap {
  background: linear-gradient(to right, #009f00 0%, #5bbf16 50vw, transparent 50vw);
}

.feature_wrap .inner {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.feature_list {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}

.feature_list .fl {
  float: left;
}

@media screen and (max-width: 767px) {
  .feature_list .fl {
    float: none;
  }
}

.feature_list .fr {
  float: right;
}

@media screen and (max-width: 767px) {
  .feature_list .fr {
    float: none;
  }
}

.feature_list .thum {
  width: 40%;
}

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

.feature_list .thum img {
  width: 100%;
}

.feature_list .detail {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .feature_list .detail {
    width: 100%;
  }
}

.feature_list .detail .feature_number {
  color: #fff;
  font-size: 2.8rem;
  padding: 15px 20px;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .feature_list .detail .feature_number {
    font-size: 1.6rem;
  }
}

.feature_list .detail .feature_number span {
  background: #fff;
  color: #009f00;
  font-size: 2.4rem;
  padding: 5px 16px;
  border-radius: 50px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .feature_list .detail .feature_number span {
    font-size: 1.6rem;
    padding: 5px 12px;
  }
}

.feature_list .detail .detail_inner {
  padding: 20px 40px 20px 20px;
}

@media screen and (max-width: 767px) {
  .feature_list .detail .detail_inner {
    padding: 20px;
  }
}

.feature_list .detail .detail_inner h3 {
  font-size: 3.2rem;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature_list .detail .detail_inner h3 {
    font-size: 2.2rem;
  }
}

.feature_list .detail .detail_inner h3:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
}

.feature_list .detail .detail_inner .txt {
  font-size: 1.8rem;
  line-height: 1.8em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .feature_list .detail .detail_inner .txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.voice {
  padding-top: 190px;
  margin-top: -120px;
  background: #EFFFAF;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding-top: 150px;
  }
}

.voice .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .voice .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.voice .ttl:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #5BBF16;
}

.voice .inner {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.voice ul {
  display: flex;
  flex-wrap: wrap;
}

.voice ul li {
  width: 32%;
  float: left;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .voice ul li {
    width: 100%;
    float: none;
    padding: 15px;
  }
}

.voice ul li:nth-child(2) {
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .voice ul li:nth-child(2) {
    margin: 20px 0;
  }
}

.voice ul li h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  margin: 10px auto;
}

.voice ul li .work_logo {
  text-align: center;
}

.voice ul li .work_type, .voice ul li .workers, .voice ul li .work_task, .voice ul li .work_type {
  font-size: 1.6rem;
  color: #000;
  word-break: break-all;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 5px;
}

.voice ul li .work_type span, .voice ul li .workers span, .voice ul li .work_task span, .voice ul li .work_type span {
  font-weight: bold;
}

.voice ul li .thum {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.voice ul li .voice_txt {
  margin: 20px auto;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  color: #03A000;
}

.voice ul li .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.faq {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 0;
  }
}

.faq .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #03A000;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .faq .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.faq .ttl:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 12px;
  background: #5BBF16;
}

.faq .inner {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.faq .faq_wrap dl {
  border-bottom: 1px solid #fff;
}

.faq .faq_wrap dl dt {
  font-size: 1.8rem;
  color: #fff;
  padding: 20px 20px 20px 90px;
  background: #5BBF16;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq .faq_wrap dl dt {
    font-size: 1.6rem;
    padding: 5px 50px 5px 50px;
  }
}

.faq .faq_wrap dl dt:before {
  position: absolute;
  right: 40px;
  top: 30px;
  margin-top: -8px;
  content: "";
  background: #fff;
  height: 20px;
  width: 2px;
}

@media screen and (max-width: 767px) {
  .faq .faq_wrap dl dt:before {
    top: 28px;
    right: 29px;
  }
}

.faq .faq_wrap dl dt:after {
  position: absolute;
  right: 31px;
  top: 32px;
  margin-top: -1px;
  content: "";
  background: #fff;
  height: 2px;
  width: 20px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .faq .faq_wrap dl dt:after {
    right: 20px;
    top: 30px;
  }
}

.faq .faq_wrap dl dt span {
  background: #000;
  left: 0;
  top: 0;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  padding: 0px 15px 9px;
}

@media screen and (max-width: 767px) {
  .faq .faq_wrap dl dt span {
    font-size: 2rem;
    padding: 0px 10px 9px;
  }
}

.faq .faq_wrap dl dt.open:before {
  display: none;
}

.faq .faq_wrap dl dd {
  font-size: 1.8rem;
  display: none;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  background: #C5FF9D;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .faq .faq_wrap dl dd {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

.bottom_contact {
  padding: 60px 0;
  background: #03a000;
}

@media screen and (max-width: 767px) {
  .bottom_contact {
    padding: 30px 0;
  }
}

.bottom_contact .inner {
  max-width: 880px;
  width: 95%;
  margin: auto;
}

.bottom_contact .inner .contact_box {
  margin: 0 auto;
}

.bottom_contact .inner .tel_contact {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bottom_contact .inner .tel_contact {
    display: block;
  }
}

.bottom_contact .inner .tel_contact > p {
  font-size: 2rem;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .bottom_contact .inner .tel_contact > p {
    text-align: center;
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.bottom_contact .inner .tel_contact .bottom_tel {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .bottom_contact .inner .tel_contact .bottom_tel {
    justify-content: center;
  }
}

.bottom_contact .inner .tel_contact .bottom_tel > div {
  margin: 0 20px 0 10px;
}

.bottom_contact .inner .tel_contact .bottom_tel span {
  display: block;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
}

.bottom_contact .inner .tel_contact .bottom_tel .tel {
  font-size: 2.3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}

.under_fv {
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
}

@media screen and (max-width: 767px) {
  .under_fv {
    padding: 20px 0;
    font-size: 2.4rem;
  }
}

.under_page .inner {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.contact_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .contact_catch {
    display: block;
    margin: 20px auto;
  }
}

.contact_catch > p {
  font-size: 1.6rem;
  margin-right: 35px;
  width: 65%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .contact_catch > p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}

.contact_catch .contact_tel {
  border: 1px solid #009f00;
  padding: 15px;
  width: 30%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact_catch .contact_tel {
    padding: 10px;
    width: 100%;
  }
}

.contact_catch .contact_tel span {
  display: block;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
}

.contact_catch .contact_tel > div {
  margin: 0 20px 0 10px;
}

.contact_catch .contact_tel .tel {
  font-size: 2.3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}

.formTable {
  width: 100%;
}

.formTable tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .formTable tr {
    display: block;
    margin-bottom: 10px;
  }
}

.formTable th {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  width: 20%;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .formTable th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.formTable th span {
  color: #A00000;
}

.formTable td {
  width: 80%;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .formTable td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
}

.formTable td input {
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
}

.formTable td textarea {
  min-height: 300px;
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
}

.privacy {
  padding: 60px 0;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
}

@media screen and (max-width: 767px) {
  .privacy {
    padding: 30px 0;
  }
}

.privacy .inner {
  background: #fff;
  max-width: 930px;
  padding: 45px 30px 30px;
}

@media screen and (max-width: 767px) {
  .privacy .inner {
    padding: 30px 20px;
  }
}

.privacy .inner h3 {
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .privacy .inner h3 {
    margin-bottom: 25px;
  }
}

.privacy .inner h3 span {
  font-size: 2rem;
  color: #000;
  padding-bottom: 10px;
  position: relative;
}

.privacy .inner h3 span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
}

.privacy .inner .privacy_txt {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .privacy .inner .privacy_txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.privacy .inner .privacy_scr {
  background: #EBEBEB;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .privacy .inner .privacy_scr {
    padding: 15px;
  }
}

.privacy .inner .privacy_scr_inner {
  height: 300px;
  overflow: scroll;
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .privacy .inner .privacy_scr_inner {
    font-size: 1.4rem;
  }
}

.doui_tac {
  text-align: center;
}

.doui_tac .doui_txt {
  font-size: 2.1rem;
  color: #fff;
  margin: 30px auto;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .doui_tac .doui_txt {
    font-size: 1.6rem;
    margin: 20px auto;
  }
}

.doui_tac label {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.doui_tac .checkbox-input {
  display: none;
}

.doui_tac .checkbox-parts {
  padding-left: 50px;
  position: relative;
}

.doui_tac .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  background: #fff;
}

.doui_tac .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 13px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #009f00;
  border-right: 4px solid #009f00;
}

.submit_contact {
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .submit_contact {
    margin: 30px auto;
  }
}

.confirm_gray {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.confirm_gray h4 {
  margin: 30px auto;
  font-size: 2rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .confirm_gray h4 {
    margin: 20px auto;
    font-size: 1.6rem;
  }
}

.confirm_gray .error_messe {
  font-size: 1.8rem;
  color: #000;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .confirm_gray .error_messe {
    font-size: 1.6rem;
  }
}

.confirm_gray .back_btn {
  max-width: 420px;
  width: 95%;
  margin: 30px auto;
  display: block;
  font-size: 1.5rem;
  padding: 20px;
}

.submit_wrap {
  display: flex;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
}

.submit_wrap .submit_btn {
  max-width: 380px;
  width: 100%;
  margin: 0 20px;
  display: block;
  width: 100%;
  background: linear-gradient(#009f00 0%, #5bbf16 100%);
  padding: 20px;
  font-size: 1.6rem;
  position: relative;
  color: #fff;
  font-weight: 500;
}

.submit_wrap .back_btn {
  max-width: 380px;
  width: 100%;
  margin: 0 20px;
  display: block;
  width: 100%;
  background: #EBEBEB;
  padding: 20px;
  font-size: 1.6rem;
  position: relative;
  color: #000;
  font-weight: 500;
}

.complete_txt {
  margin: 50px auto;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .complete_txt {
    margin: 30px auto;
    font-size: 1.6rem;
  }
}
