@charset "UTF-8";
.inner h2 {
  position: relative;
  padding: 25px 0 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #00a300;
  display: inline-block;
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: bold;
}

.inner__inner h3 {
  font-size: 2rem;
}

/* 左右に横線(両端を丸く) */
.TiHeading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 横線を上下中央 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 文字と横線を横並び */
}

.TiHeading:before {
  background-color: #00a300;
  /*background: linear-gradient(to right, #00a300, #00a300);*/
  /* 左のグラデーション */
  border-radius: 7px;
  /* 横線の両端を丸く */
  content: "";
  height: 14px;
  /* 横線の高さ */
  width: 40px;
  /* 横線の長さ */
  margin-right: 10px;
}

#Company dl.CompanyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Company dl.CompanyInfo dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 10px 15px;
  width: 28%;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  /*background-image: linear-gradient(90deg, rgba(252, 101, 30, 1) 60%, rgba(254, 220, 64, 1));*/
  background-color: #fff;
  color: #000;
  margin-bottom: 30px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #00a300;
}

@media screen and (max-width: 767px) {
  #Company dl.CompanyInfo dt {
    width: 100%;
  }
}

#Company dl.CompanyInfo dd {
  width: 72%;
  margin-bottom: 30px;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  #Company dl.CompanyInfo dd {
    width: 100%;
  }
}

#Company .BgInfo {
  background-image: url("../img/company/section07_bg.jpg");
  background-size: cover;
  background-position: center;
}

#Partner h3.LowP span {
  display: block;
  margin-bottom: 0.1em;
  font-size: 0.49em;
  font-weight: bold;
  color: #00a300;
}

#Partner .cta {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fdfaf1;
}

#Partner .cta .cta_read {
  padding: 50px;
}

#Partner .cta .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

#Partner .cta .heading::before, #Partner .cta .heading::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 18px;
}

#Partner .cta .heading::before {
  margin-right: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

#Partner .cta .heading::after {
  margin-left: 10px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

#Partner .cta .arrow:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(0.1em) scale(0.8);
          transform: translateY(0.1em) scale(0.8);
  margin-left: 0.5em;
}

#Partner .cta .Btt {
  margin-top: 0em;
}

#Partner #merit {
  margin-bottom: 100px;
}

#Partner .merit_title {
  font-size: 2.3rem;
  color: #00a300;
  padding: 0 0 1.5rem 12rem;
  position: relative;
}

#Partner .merit_title:after {
  content: "";
  display: block;
  width: calc(100% - 1.5em);
  height: 1px;
  background-color: #FF5810;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#Partner .circle_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -.9em;
  left: 0;
  z-index: 2;
  background-color: #00a300;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 0.2em;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 88, 16, 0.25);
          box-shadow: 0 0 0 7px rgba(255, 88, 16, 0.25);
}

#Partner .circle_merit span {
  display: block;
}

#Partner .circle_merit .merit_text {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}

#Partner .circle_merit .num {
  font-size: 3rem;
}

#Partner .yellow_back {
  background-color: #fcfaf2;
  padding-top: 50px;
  padding-bottom: 50px;
}

#Partner #flow {
  margin-bottom: 30px;
}

#Partner #flow .flow_box {
  padding: 40px 24px 24px 24px;
  background-color: #fff;
  position: relative;
  width: 30%;
  z-index: 3;
  line-height: 2.4rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

#Partner #flow .flow_box .num {
  position: absolute;
  top: -25px;
  left: 46%;
  display: block;
  width: 27px;
  height: 52px;
}

#Partner #flow .flow_box .ttl {
  font-size: 1.8rem;
}

#Partner #flow .flow_box .num1 {
  background-image: url(../img/privacy/num1.svg);
}

#Partner #flow .flow_box .num2 {
  background-image: url(../img/privacy/num2.svg);
}

#Partner #flow .flow_box .num3 {
  background-image: url(../img/privacy/num3.svg);
}

#Partner #flow .border {
  position: relative;
}

#Partner #flow .border:after {
  display: block;
  content: "";
  background: #00a300;
  width: 90%;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Partner .PdfDl {
  background-image: url(../img/common/partner_cta.jpg);
}

#Partner .free_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Partner .free_img {
  margin-right: 40px;
  width: 15%;
  margin-bottom: 30px;
}

#Partner .free_read {
  text-align: left;
}

#Partner .support_box {
  border: solid 3px #00a300;
  border-radius: 10px;
  padding: 40px;
  background-color: #fcfaf2;
}

#Partner .support_box ul {
  list-style: none;
  margin-left: 40px;
}

#Partner .support_box ul li {
  padding-bottom: 10px;
  line-height: 2.8rem;
}

#Partner .checkmark {
  padding-left: 42px;
  position: relative;
}

#Partner .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 28px;
  background: #00a300;
  left: 0;
  top: -5px;
}

#Partner .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 3.8px solid #fff;
  border-bottom: 3.8px solid #fff;
  width: 13px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 4px;
}

@media screen and (max-width: 1070px) {
  #Partner .merit_title {
    padding: 0 0 1.5rem 15rem;
  }
  #Partner .free_img {
    margin-right: 0px;
    width: 23%;
  }
  #Partner .free_read {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #Partner .merit_title {
    padding: 0 0 1rem 9.5rem;
  }
  #Partner .circle_merit .num {
    font-size: 2.5rem;
  }
  #Partner #flow .border {
    display: block;
  }
  #Partner #flow .flow_box {
    width: 100% !important;
    margin-bottom: 50px;
  }
  #Partner .support_box ul {
    margin-left: 0px;
  }
}

#Privacy .PdfDl {
  background-image: url(../img/common/privacy_cta.jpg);
}

#Works .PdfDl {
  background-image: url(../img/common/works_cta.jpg);
}

@media screen and (max-width: 767px) {
  .contact_read {
    text-align: left !important;
  }
  #Works .round_img {
    margin-bottom: 30px;
  }
}

#Farmer .dots {
  background-image: -webkit-radial-gradient(center, circle, #f19300 20%, transparent 20%);
  background-image: radial-gradient(circle at center, #f19300 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  /* 縦方向の位置調整 */
}

#Farmer #TopMain #Business {
  margin-top: -5rem;
}

#TopMain h2 {
  font-size: 5.2rem !important;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  font-weight: normal !important;
}

#TopMain #Business {
  margin-top: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#TopMain #Business img {
  border-radius: 30rem 0 0 30rem;
}

@media screen and (max-width: 767px) {
  #TopMain #Business .HalfBox33 {
    width: 80%;
  }
}

#TopMain #Business .PageTitle {
  background: rgba(255, 255, 250, 0.8);
  border-radius: 100px;
  padding: 20px 0 5px 30px;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  border-left: 4px solid #00a300;
}

@media screen and (max-width: 767px) {
  #TopMain #Business .PageTitle {
    text-align: center;
    border-right: 4px solid #00a300;
    padding: 20px 0 5px 0px;
    width: 100%;
  }
}

#TopMain #Business .PageTitle .Linewrap {
  color: #00a300;
}

#Farmer #Support h2 {
  font-weight: bold !important;
  letter-spacing: 0;
}

#Farmer #Support .round {
  border-radius: 200px;
}

#Farmer .Linewrap span {
  top: 0;
  left: 0;
  display: block;
  color: #000;
  white-space: nowrap;
}

#Farmer .Linewrap span::before {
  content: "";
  display: inline-block;
  width: 3em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 1em;
  padding-bottom: 4px;
}

#Farmer .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Farmer .plan-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fdfaf1;
  border-radius: 10px;
  border: 3px solid #00a300;
  padding: 14px 20px;
}

@media screen and (max-width: 767px) {
  #Farmer .plan-list dl {
    margin-bottom: 30px;
  }
}

#Farmer .plan-list dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
}

#Farmer .plan-list dl dd div {
  margin: auto auto 0;
  display: block;
}

#Farmer #Support .round {
  border-radius: 200px;
}

.Inyo {
  font-size: 2.5rem;
  font-family: 'Shippori Antique B1', sans-serif;
  margin: 20px 0;
  position: relative;
  padding: 0 1em 0 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Inyo:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/farmer_support/start.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.Inyo:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/farmer_support/end.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.CTA {
  background-image: url(../img/common/bg_cta.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.CTA .Conte .Inner {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.CTA .Conte .Inner .Inner {
  padding: 0 2.4%;
}

.CTA h2.HightLine {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
}

.CTA .CTATextBox {
  margin: auto;
  max-width: 1000px;
  padding: 50px 60px;
  background-color: rgba(0, 86, 12, 0.8);
  color: #fff;
  text-align: center;
}

.CTA .CTATextBox p {
  margin-bottom: 1em;
}

.CTA .ContactInner {
  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;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .CTA .ContactInner {
    display: block;
  }
}

.CTA .ContactInner div {
  margin-top: 20px;
  width: 400px;
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  .CTA .ContactInner div {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.CTA .ContactInner div:last-of-type {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

.CTA .ContactInner div .Tel {
  font-size: 2em;
  margin-bottom: 0;
}

.CTA .ContactInner div .Tel span {
  font-size: .5em;
}

.CTA .ContactInner div .Tel a {
  color: #fff;
}

.CTA .ContactInner div .Sub {
  font-size: .8em;
}

.CTA .CTATextBox .arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 8px 40px;
  border-radius: 100px;
  background-color: #fff;
  color: #008600;
  min-width: 250px;
  text-align: center;
  font-weight: bold;
}

/*# sourceMappingURL=lowpage.css.map */
