@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main {
  background: none;
  color: #333;
  /* font-feature-settings: "palt"; */
}

main h1,
main h4,
main p,
main dl {
  margin: 0;
}

main sup {
  font-size: 65%;
  letter-spacing: 0.04em;
  top: -0.4em;
}

main sub {
  font-size: 65%;
  letter-spacing: 0.04em;
}

main .att sub,
main .att sup {
  font-size: 80%;
  letter-spacing: 0.04em;
  transform: scale(0.8);
  transform-origin: center center;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  vertical-align: middle;
}

main img {
  width: 100%;
}

.sp_scroll {
  margin-bottom: 20px;
}

.sp_scroll img {
  width: 100%!important;
}

.sec_heading h2 {
  line-height: 1.69;
  letter-spacing: 0.04em;
  color: #00a73c;
  font-weight: bold;
  text-align: center;
}

main a.link_blank {
  /* padding-right: 1.4em;
  position: relative; */
  color: #00a73c;
  border-bottom: 1px solid #00a73c;
}

main a.link_blank::after {
  content: '';
    display: inline-block;
    width: 1.2em;
    height: 1em;
    background-image: url(../img/enefarm_lp/link_blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    /* margin-bottom: 0.3em; */
    margin: 0 0.2em 0.3em;
}

.att li,
.att p {
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
}

.att span {
  letter-spacing: 0.04em;
  display: block;
}

.att .indent_num {
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.att p + ul,
.att p + p,
.att ul + p {
  margin-top: 0.7em;
}

.att_margin {
  margin-top: 0.7em;
}

@media screen and (max-width: 767px) {
  .sec_heading h2 {
    font-size: 32px;
  }

  main img {
    max-width: none;
  }

  .att li,
  .att p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .att span {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .sec_heading h2 {
    font-size: 40px;
  }

  .att li,
  .att p {
    font-size: 12px;
    line-height: 1.66;
  }

  .att span {
    font-size: 12px;
    line-height: 1.66;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv_wrap img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    position: relative;
  }
  
  .mv_wrap img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .mv_wrap {
    padding-top: 47.8%;
  }
}

@media screen and (min-width: 1280px) {
  .mv_wrap {
    height: 622px;
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
.about_wrap .sec_heading img {
  display: block;
}

.about_wrap .con_item h3 {
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #00a73c;
  text-align: center;
  border-bottom: 1px solid #00a73c;
}

.about_wrap .con_item > p {
  letter-spacing: 0.04em;
  text-align: center;
}

.about_wrap .con_item.item_01 img {
  display: block;
}

.about_wrap .con_item.item_02 img {
  display: block;
}

.about_wrap .more p {
  letter-spacing: 0.04em;
}

.about_wrap .more a.link_blank {
  position: relative;
}

.about_wrap .more a.link_blank::after {
  position: absolute;
  transform: translateY(-50%);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .about_wrap {
    padding: 68px 0 58px;
  }

  .about_wrap .sec_heading img {
    width: 100%;
    margin: 20px auto 0;
  }

  .about_wrap .con_wrap {
    margin-top: 30px;
  }

  .about_wrap .con_item h3 {
    font-size: 26px;
    padding-bottom: 6px;
  }

  .about_wrap .con_item > p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 13px;
    text-align: left;
  }

  .about_wrap .con_item.item_01 .sp_scroll {
    margin-top: 36px;
  }

  .about_wrap .con_item.item_01 .img {
    overflow-x: scroll;
    padding-bottom: 28px;
  }

  .about_wrap .con_item.item_01 .img img {
    /* width: 500px; */
    width: 140.2%;
    max-width: none;
  }

  .about_wrap .more {
    text-align: left;
    margin-top: 20px;
  }

  .about_wrap .more p {
    font-size: 16px;
    line-height: 1.75;
  }

  .about_wrap .more a.link_blank {
    padding-right: 1em;
  }

  .about_wrap .more a.link_blank::after {
    width: 0.8em;
    height: 0.8em;
    top: 57%;
    right: 0.1em;
  }

  .about_wrap .att {
    margin-top: 14px;
  }

  .about_wrap .con_item.item_02 {
    margin-top: 48px;
  }

  .about_wrap .con_item.item_02 .img {
    margin-top: 34px;
  }

  .about_wrap .con_item.item_02 img {
    width: 100%;
    margin: 0 auto;
  }

  .about_wrap .item_02 .att {
    margin-top: 23px;
  }

  .about_wrap .item_02 .att li:not(:first-child) {
    margin-top: 0.8em;
  }
}

@media screen and (min-width: 768px) {
  .about_wrap {
    padding: 74px 0 100px;
  }

  .about_wrap .sec_heading img {
    width: 59.53%;
    margin: 22px auto 0;
  }

  .about_wrap .con_wrap {
    margin-top: 74px;
  }

  .about_wrap .con_item h3 {
    font-size: 36px;
    padding-bottom: 6px;
  }

  .about_wrap .con_item > p {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 16px;
  }

  .about_wrap .con_item.item_01 .img {
    margin-top: 55px;
  }

  .about_wrap .con_item.item_01 img {
    width: 62.5%;
    margin: 0 auto;
  }

  .about_wrap .more {
    text-align: center;
    margin-top: 31px;
  }

  .about_wrap .more p {
    font-size: 18px;
  }

  .about_wrap .more a.link_blank {
    padding-right: 0.9em;
  }

  .about_wrap .more a.link_blank::after {
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    right: 0.2em;
  }

  .about_wrap .att {
    margin-top: 24px;
  }

  .about_wrap .con_item.item_02 {
    margin-top: 64px;
  }

  .about_wrap .con_item.item_02 .img {
    margin-top: 34px;
  }

  .about_wrap .con_item.item_02 img {
    width: 64.06%;
    margin: 0 auto;
  }

  .about_wrap .item_02 .att {
    margin-top: 37px;
  }
}

/* -----------------------------------------------
cta_wrap
----------------------------------------------- */


.cta_inner {
  margin: 0 auto;
  background-color: rgba(255,255,255,.9);
  border-radius: 10px;
}

.cta_inner .text {
  text-align: center;
}

.cta_inner strong {
  letter-spacing: 0.04em;
  font-weight: bold;
}

.cta_inner p {
  letter-spacing: 0.04em;
}

.cta_inner .contact_btn a {
  display: block;
  width: 100%;
  height: 80px;
  letter-spacing: 0.04em;
  background-color: #f39800;
  color: #fff;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta_inner .contact_btn a::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 7.2%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .cta_wrap {
    background-image: url(../img/enefarm_lp/cta_bg_sp.png);
    background-position: center;
    background-size: cover;
    padding: 60px 0;
  }

  .cta_inner {
    width: 89.33%;
    margin: 0 auto;
    padding: 36px 5.56% 45px;
  }

  .cta_inner strong {
    font-size: 20px;
    line-height: 1.4;
  }

  .cta_inner p {
    margin-top: 11px;
    font-size: 1.4rem;
  }

  .cta_inner .contact_btn {
    margin-top: 14px;
  }

  .cta_inner .contact_btn a {
    font-size: 2rem;
    line-height: 1.4;
  }

  .cta_inner .contact_btn a .text_small {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .cta_wrap {
    background-image: url(../img/enefarm_lp/cta_bg_pc.png);
    background-position: right center;
    background-size: cover;
    padding: 60px 10px;
  }

  .cta_inner {
    width: 800px;
    padding: 32px 3.5% 40px;
  }

  .cta_inner strong {
    font-size: 26px;
    line-height: 1.53;
  }

  .cta_inner p {
    margin-top: 10px;
    font-size: 16px;
  }

  .cta_inner .contact_btn {
    margin-top: 12px;
  }

  .cta_inner .contact_btn a {
    font-size: 26px;
  }

  .cta_inner .contact_btn a .text_small {
    font-size: 22px;
  }

  .cta_other {
    display: block;
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .cta_inner {
    width: 90%;
  }
}

/* -----------------------------------------------
solution_wrap
----------------------------------------------- */
.solution_wrap {
  background: #f2f2f2;
}

.solution_wrap .sec_heading h2 > span {
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

.solution_wrap .sec_heading h2 > span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.solution_wrap .fx_01 {
  position: relative;
}

.solution_wrap .fx_01 .fx_item {
  background: #fff;
  position: relative;
}

.solution_wrap .fx_01::after {
  content: 'エネファームtypeSなら';
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #00a73c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.solution_wrap .fx_01 .fx_item img {
  display: block;
}

.solution_wrap .fx_01 .fx_item p {
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.solution_wrap .fx_02 img {
  width: 100%;
}

.solution_wrap .more_btn {
  background: #fff;
  border: 2px solid #00a73c;
  color: #00a73c;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  position: relative;
}

.solution_wrap .more_btn::after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #00a73c;
  border-right: 2px solid #00a73c;
  position: absolute;
  top: 50%;
  right: 5.1%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.solution_wrap .con_item .more_btn {
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.solution_wrap .con_item .more_btn::after {
  width: 0.78vw;
  height: 0.78vw;
}

.solution_wrap .con_item h3 {
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #00a73c;
  text-align: center;
  border-bottom: 1px solid #00a73c;
  position: relative;
}

.solution_wrap .con_item h3 span {
  position: relative;
}

.solution_wrap .con_item h3 span::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
}

.solution_wrap .con_item:first-child h3 span::before {
  background-image: url(../img/enefarm_lp/solution_icon_01.svg);
}

.solution_wrap .con_item:nth-child(2) h3 span::before {
  background-image: url(../img/enefarm_lp/solution_icon_02.svg);
}

.solution_wrap .con_item:nth-child(3) h3 span::before {
  background-image: url(../img/enefarm_lp/solution_icon_03.svg);
}

.solution_wrap .text_wrap h4 {
  letter-spacing: 0.04em;
  color: #00a73c;
  position: relative;
}

.solution_wrap .text_wrap h4::before {
  content: '';
  width: 6px;
  height: 80%;
  background-color: #00a73c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-47%);
}

.solution_wrap .text_wrap > p {
  letter-spacing: 0.04em;
}

.solution_wrap .img_wrap img {
  width: 100%;
}

.solution_wrap .img_wrap > span {
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
}

.solution_wrap .img_wrap .att {
  margin-top: 12px;
}

.solution_wrap .con_wrap > .more a {
  display: block;
  margin: 0 auto;
  background-color: #00a73c;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
}

.solution_wrap .con_wrap > .more a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/enefarm_lp/link_blank_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.solution_wrap .con_wrap > .more a span {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
}

.system_wrap {
  background-color: #fff;
}

.system_wrap .system_heading p {
  letter-spacing: 0.04em;
}

.system_con_item {
  background-image: linear-gradient(to right, #00a73c, #00a73c 4px, transparent 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

.system_con_item h4 {
  letter-spacing: 0.04em;
  color: #00a73c;
  position: relative;
}

.system_con_item h4::before {
  content: '';
  width: 6px;
  height: 92%;
  background-color: #00a73c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.system_con_item > p {
  letter-spacing: 0.04em;
}

.system_con_item .att + .img {
  margin-top: 36px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

.system_wrap .att_wrap {
  background-image: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

.system_wrap .att_heading {
  text-align: center;
  background-color: #e50012;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: normal;
}

.system_wrap .att_wrap p {
  letter-spacing: 0.04em;
  color: #e50012;
}


@media screen and (max-width: 767px) {
  .solution_wrap {
    padding: 59px 0 0px;
  }

  .solution_wrap .sec_heading h2 > span {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.55;
    width: 100%;
    height: 96px;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solution_wrap .sec_fx {
    width: 100%;
  }

  .solution_wrap .fx_01 {
    margin-top: 17px;
  }

  .solution_wrap .fx_01 .fx_item {
    width: 100%;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solution_wrap .fx_01 .fx_item:not(:first-child) {
    margin-top: 10px;
  }

  .solution_wrap .fx_01 .fx_item {
    padding: 1em 6.94%;
  }

  .solution_wrap .fx_01::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 180px 0 180px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    bottom: -91px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .solution_wrap .fx_01::after {
    font-size: 2.6rem;
    bottom: -83px;
  }

  .solution_wrap .fx_01 .fx_item img {
    width: 48px;
    margin-right: 29px;
  }

  .solution_wrap .fx_01 .fx_item:nth-child(3) img {
    width: 60px;
    margin-right: 17px;
  }

  .solution_wrap .fx_01 .fx_item p {
    font-size: 1.8rem;
    line-height: 1.55;
    text-align: left;
  }

  .solution_wrap .fx_02 {
    margin-top: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solution_wrap .fx_02 .fx_item {
    width: 31.11%;
  }

  .solution_wrap .sec_heading .more {
    margin-top: 20px;
  }

  .solution_wrap .more_btn {
    width: 100%;
    height: 54px;
    border-radius: 27px;
    font-size: 1.2rem;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solution_wrap .con_wrap {
    margin-top: 52px;
  }

  .solution_wrap .con_item:not(:first-child) {
    margin-top: 48px;
  }

  .solution_wrap .con_item h3 {
    font-size: 26px;
    padding-bottom: 16px;
    padding-left: 38px;
  }

  .solution_wrap .con_item h3 span::before {
    width: 28px;
    left: -38px;
    transform: translateY(-45%);
  }

  .solution_wrap .con_item:first-child h3 span::before {
    height: 30px;
  }
  
  .solution_wrap .con_item:nth-child(2) h3 span::before {
    height: 29px;
  }
  
  .solution_wrap .con_item:nth-child(3) h3 span::before {
    height: 33px;
  }

  .solution_wrap .con_fx {
    margin-top: 33px;
  }

  .solution_wrap .text_wrap {
    width: 100%;
  }

  .solution_wrap .text_wrap h4 {
    font-size: 22px;
    line-height: 1.63;
    padding-left: 20px;
  }

  .solution_wrap .text_wrap > p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 10px;
  }

  .solution_wrap .text_wrap .att {
    margin-top: 10px;
  }

  .solution_wrap .con_item:first-child .att li:nth-child(2) {
    margin-top: 0;
  }
  
  .solution_wrap .text_wrap .img + .att {
    margin-top: 18px;
  }
  
  .solution_wrap .text_wrap .more {
    margin-top: 20px;
  }
  
  .solution_wrap .text_wrap .img {
    margin-top: 35px;
  }
  
  .solution_wrap .img_wrap {
    width: 100%;
    margin-top: 21px;
  }

  .solution_wrap .con_item:first-child .sp_scroll {
    margin-top: 40px;
  }

  .solution_wrap .con_item:first-child .img {
    overflow-x: scroll;
    padding-bottom: 18px;
  }

  .solution_wrap .con_item:first-child .img img {
    /* width: 520px; */
    width: 144.44%;
    height: auto;
    max-width: none;
  }

  .solution_wrap .con_item:nth-child(2) .sp_scroll {
    margin-top: 40px;
  }

  .solution_wrap .con_item:nth-child(2) .img {
    overflow-x: scroll;
    padding-bottom: 23px;
  }

  .solution_wrap .con_item:nth-child(2) .img img {
    /* width: 582px; */
    width: 161.66%;
    height: auto;
    max-width: none;
  }

  .solution_wrap .con_wrap > .more a {
    width: 100%;
    max-width: 360px;
    height: 68px;
    border-radius: 34px;
  }

  .solution_wrap .con_wrap > .more a:not(:first-child) {
    margin-top: 20px;
  }

  .solution_wrap .con_wrap > .more a span {
    font-size: 1.6rem;
    line-height: 1.37;
  }

  .system_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border: 10px solid #80d39d;
    padding: 50px 4% 35px;
    margin-top: 60px!important;
  }

  .solution_wrap .system_heading h3 {
    padding-left: 0;
  }

  .system_wrap .system_heading p {
    margin-top: 19px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .system_wrap .system_heading .att {
    margin-top: 10px;
  }

  .system_wrap .system_heading .att li:not(:first-child) {
    margin-top: 1em;
  }

  .system_con_item {
    padding: 33px 0 0;
  }

  .system_con_item:first-child {
    margin-top: 40px;
    padding-bottom: 41px;
  }

  .system_con_item h4 {
    font-size: 2.2rem;
    line-height: 1.63;
    padding-left: 20px;
  }

  .system_con_item > p {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .system_con_item .img {
    margin-top: 35px;
  }

  .system_con_item:nth-child(2) .sp_scroll {
    margin-top: 40px;
  }

  .system_con_item:nth-child(2) .img {
    margin-top: 20px;
    overflow: scroll;
    padding-bottom: 28px;
  }

  .system_con_item:nth-child(2) .img img {
    /* width: 600px; */
    width: 166.66%;
  }

  .system_con_item .att {
    margin-top: 18px;
  }
  
  .system_con_item:nth-child(2) .att {
    margin-top: 20px;
  }

  .system_wrap .att_wrap {
    margin-top: 20px;
    padding-top: 20px;
  }

  .system_wrap .att_heading {
    width: 72px;
    height: 36px;
    line-height: 36px;
    font-size: 1.6rem;
    display: block;
  }

  .system_wrap .att_wrap p {
    font-size: 1rem;
    line-height: 2;
    margin-top: 6px;
  }

  .solution_wrap .img_wrap > span {
    font-size: 1.4rem;
    margin-top: 11px;
  }

  .solution_wrap .con_item:first-child .att li:nth-child(2) {
    margin-top: 0.8em;
  }

  .solution_wrap .con_item:nth-child(3) .img_wrap .att {
    margin-top: 20px;
  }

  .solution_wrap .con_wrap > .more {
    margin-top: 37px;
  }

  .solution_wrap .system_wrap .att + .sp_scroll {
    background-image: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 4px);
    background-size: 8px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 41px;
  }
}

@media screen and (max-width: 399px) {
  .solution_wrap .con_item h3 {
    font-size: 6.5vw;
  }
}

@media screen and (min-width: 768px) {
  .solution_wrap {
    padding: 101px 0 101px;
  }

  .solution_wrap .sec_heading h2 > span {
    font-size: 22px;
    letter-spacing: 0.09em;
    width: 700px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 17px;
    font-feature-settings: "palt";
  }

  .solution_wrap .sec_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 76.56%;
    margin: 0 auto;
  }

  .solution_wrap .fx_01 {
    margin-top: 29px;
  }

  .solution_wrap .sec_fx .fx_item {
    width: 30.61%;
  }

  .solution_wrap .fx_01 .fx_item {
    padding: 38px 0 40px;
  }

  .solution_wrap .fx_01 .fx_item::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 43px 0 43px;
    border-color: #d8d8d8 transparent transparent transparent;
    position: absolute;
    bottom: -111px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .solution_wrap .fx_01::after {
    font-size: 32px;
    bottom: -116px;
  }

  .solution_wrap .fx_01 .fx_item img {
    height: 140px;
    width: auto;
    max-width: none;
    margin: 0 auto;
  }

  .solution_wrap .fx_01 .fx_item p {
    font-size: 1.56vw;
    line-height: 1.6;
    text-align: center;
    margin-top: 29px;
  }

  .solution_wrap .fx_02 {
    margin-top: 170px;
  }

  .solution_wrap .sec_heading .more {
    margin-top: 60px;
  }

  .solution_wrap .more_btn {
    font-size: 1.4vw;
    width: 96.66%;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
  }

  .solution_wrap .sec_heading .more_btn {
    width: 580px;
    height: 80px;
    line-height: 76px;
    border-radius: 40px;
    font-size: 22px;
    margin: 0 auto;
  }

  .solution_wrap .con_wrap {
    margin-top: 68px;
  }

  .solution_wrap .con_item:not(:first-child) {
    margin-top: 68px;
  }

  .solution_wrap .con_item h3 {
    font-size: 36px;
    padding-bottom: 24px;
  }

  .solution_wrap .con_item h3 span::before {
    width: 40px;
    left: -54px;
    transform: translateY(-45%);
  }

  .solution_wrap .con_item:first-child h3 span::before {
    height: 43px;
  }
  
  .solution_wrap .con_item:nth-child(2) h3 span::before {
    height: 41px;
  }
  
  .solution_wrap .con_item:nth-child(3) h3 span::before {
    height: 47px;
  }

  .solution_wrap .con_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }

  .solution_wrap .text_wrap {
    width: 46.87%;
  }

  .solution_wrap .text_wrap h4 {
    font-size: 28px;
    line-height: 1.57;
    padding-left: 20px;
  }

  .solution_wrap .text_wrap > p {
    font-size: 18px;
    line-height: 1.77;
    margin-top: 17px;
  }

  .solution_wrap .text_wrap .att {
    margin-top: 18px;
  }
  
  .solution_wrap .text_wrap .img + .att {
    margin-top: 39px;
  }
  
  .solution_wrap .text_wrap .more {
    margin-top: 59px;
  }
  
  .solution_wrap .text_wrap .img {
    margin-top: 35px;
  }
  
  .solution_wrap .img_wrap {
    width: 46.87%;
  }

  .solution_wrap .con_wrap > .more a {
    width: 560px;
    height: 60px;
    border-radius: 30px;
  }

  .solution_wrap .con_wrap > .more a:not(:first-child) {
    margin-top: 20px;
  }

  .solution_wrap .con_wrap > .more a span {
    font-size: 18px;
    line-height: 1.22;
  }

  .system_wrap {
    border: 10px solid #80d39d;
    padding: 40px 4% 53px;
    margin-top: 60px!important;
  }

  .system_wrap .system_heading p {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.77;
    text-align: center;
  }

  .system_wrap .system_heading .att {
    margin-top: 18px;
  }

  .system_con_item {
    padding: 54px 0 0;
  }

  .system_con_item:first-child {
    margin-top: 60px;
    padding-bottom: 65px;
  }

  .system_con_item h4 {
    font-size: 28px;
    line-height: 1.57;
    padding-left: 20px;
  }

  .system_con_item > p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.77;
  }

  .system_con_item .img {
    margin-top: 32px;
  }

  .system_con_item .att {
    margin-top: 43px;
  }
  
  .system_con_item:nth-child(2) .att {
    margin-top: 23px;
  }

  .system_wrap .att_wrap {
    margin-top: 34px;
    padding-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .system_wrap .att_heading {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }

  .system_wrap .att_wrap p {
    flex: 1;
    font-size: 12px;
    line-height: 1.66;
  }

  .solution_wrap .img_wrap > span {
    font-size: 16px;
    margin-top: 18px;
  }

  .solution_wrap .con_item:nth-child(3) .img_wrap .att {
    margin-top: 38px;
  }

  .solution_wrap .con_wrap > .more {
    margin-top: 31px;
  }

  .solution_wrap .img_border {
    background-image: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 4px);
    background-size: 8px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 34px;
  }
}

@media screen and (min-width: 1280px) {
  .solution_wrap .fx_01 .fx_item p {
    font-size: 20px;
  }

  .solution_wrap .more_btn {
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .solution_wrap .con_item .more_btn::after {
    width: 10px;
    height: 10px;
  }
}

/* -----------------------------------------------
product_wrap
----------------------------------------------- */
.product_wrap .con_item h3 {
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #00a73c;
  text-align: center;
  border-bottom: 1px solid #00a73c;
  position: relative;
}

.product_wrap .con_item > p {
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .product_wrap {
    padding: 50px 0 60px;
  }

  .product_wrap .con_wrap {
    margin-top: 14px;
  }

  .product_wrap .con_item:not(:first-child) {
    margin-top: 40px;
  }

  .product_wrap .con_item h3 {
    font-size: 26px;
    line-height: 1.69;
    padding-bottom: 11px;
  }

  .product_wrap .con_item > p {
    margin-top: 14px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }

  .product_wrap .con_item .img {
    margin: 32px auto 0;
  }

  .product_wrap .con_item:first-child .img {
    width: 100%;
    max-width: 360px;
  }

  .product_wrap .con_item:nth-child(2) .sp_scroll {
    margin-top: 40px;
  }

  .product_wrap .con_item:nth-child(2) .img {
    margin-top: 20px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .product_wrap .con_item:nth-child(2) .img img {
    /* width: 656px; */
    width: 182.22%;
    max-width: none;
  }

  .product_wrap .con_item .att {
    margin-top: 13px;
  }

  .product_wrap .con_item:first-child .att {
    margin-top: 30px;
  }

  .product_wrap .con_item:first-child .att li:nth-child(2) {
    margin-top: 0.3em;
  }
}

@media screen and (max-width: 399px) {
  .product_wrap .con_item h3 {
    font-size: 6.5vw;
  }
}

@media screen and (min-width: 768px) {
  .product_wrap {
    padding: 86px 0 99px;
  }

  .product_wrap .con_wrap {
    margin-top: 17px;
  }

  .product_wrap .con_item:not(:first-child) {
    margin-top: 63px;
  }

  .product_wrap .con_item h3 {
    font-size: 36px;
    padding-bottom: 7px;
  }

  .product_wrap .con_item > p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.77;
    text-align: center;
  }

  .product_wrap .con_item .img {
    margin: 34px auto 0;
  }

  .product_wrap .con_item:first-child .img {
    width: 100%;
  }

  .product_wrap .con_item:nth-child(2) .img {
    width: 62.5%;
  }

  .product_wrap .con_item .att {
    margin-top: 20px;
  }
  
  .product_wrap .con_item .att li,
  .product_wrap .con_item .att p {
    text-align: center;
  }
}

/* -----------------------------------------------
support_wrap
----------------------------------------------- */
.support_wrap {
  background-color: #f2f2f2;
}

.support_wrap .sec_heading h2 span {
  display: block;
  letter-spacing: 0.04em;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

.support_wrap .sec_heading h2 span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.support_wrap .sec_heading p {
  letter-spacing: 0.04em;
  text-align: center;
}

.support_wrap .acc_heading {
  width: 100%;
  height: 80px;
  background: #00a73c;
  text-align: center;
  position: relative;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
}

/* .support_wrap .acc_heading:hover {
  opacity: 0.6;
} */

.support_wrap .acc_heading::after {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.support_wrap .acc_heading::before {
  content: '';
  background: #fff;
  position: absolute;
  transform: rotate(90deg) translateY(-50%);
}

.support_wrap .acc_heading.acc_active::before {
  opacity: 0;
}

.support_wrap .acc_heading strong {
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: normal;
}

.support_wrap .acc_content {
  display: none;
}

.support_wrap .acc_content .con_item:not(:first-child) {
  background-image: linear-gradient(to right, #00a73c, #00a73c 4px, transparent 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

.support_wrap .acc_content h3 {
  letter-spacing: 0.04em;
  color: #00a73c;
  position: relative;
}

.support_wrap .acc_content h3::before {
  content: '';
  width: 6px;
  height: 92%;
  background-color: #00a73c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



.support_wrap .acc_content table th {
  background-color: #ccedd8;
  letter-spacing: 0.04em;
  color: #00a73c;
  font-weight: normal;
  text-align: left;
}

.support_wrap .acc_content table td {
  background-color: #fff;
  letter-spacing: 0.04em;
  color: #00a73c;
}

.support_wrap .con_item > strong {
  letter-spacing: 0.04em;
  color: #00a73c;
  font-weight: bold;
}

.support_wrap .con_item > p {
  letter-spacing: 0.04em;
}

.support_wrap .con_item > ul li {
  letter-spacing: 0.04em;
  position: relative;
}

.support_wrap .con_item > ul li::before {
  content: '';
  background: #00a73c;
  position: absolute;
  left: 0;
}

.support_wrap .att > ul + span {
  font-weight: bold;
}

.support_wrap .acc_content .con_item:last-child img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .support_wrap {
    padding: 60px 0;
  }

  .support_wrap .sec_heading h2 span {
    font-size: 1.8rem;
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 18px;
  }

  .support_wrap .sec_heading p {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .support_wrap .con_wrap {
    margin-top: 34px;
  }

  .support_wrap .acc_heading strong {
    font-size: 1.6rem;
    line-height: 1.37;
  }

  .support_wrap .acc_heading::after {
    width: 18px;
    height: 1px;
    right: 20px;
  }

  .support_wrap .acc_heading::before {
    width: 18px;
    height: 1px;
    top: 50%;
    right: 20px;
  }

  .support_wrap .acc_content {
    margin-top: 34px;
  }

  .support_wrap .acc_content h3 {
    font-size: 2.2rem;
    line-height: 1.63;
    padding-left: 20px;
    margin-bottom: 13px;
  }

  .support_wrap .acc_content table {
    width: 100%;
    display: block;
    border: 1px solid #00a73c;
  }

  .support_wrap .acc_content table tbody {
    display: block;
  }

  .support_wrap .acc_content table tr {
    display: block;
  }

  .support_wrap .acc_content table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0.8em 1em;
    border-bottom: 1px solid #00a73c;
  }

  .support_wrap .acc_content table td {
    display: block;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0.7em 1em;
  }

  .support_wrap .acc_content table tr:first-child td {
    border-bottom: 1px solid #00a73c;
  }

  .support_wrap .acc_content .con_item:not(:first-child) {
    margin-top: 40px;
    padding-top: 32px;
  }

  .support_wrap .con_item > strong {
    font-size: 18px;
    font-feature-settings: "palt";
  }

  .support_wrap .con_item > p {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .support_wrap .con_item > ul li {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 11px;
  }

  .support_wrap .con_item > ul li:not(:first-child) {
    margin-top: 0.6em;
  }

  .support_wrap .con_item > ul li::before {
    width: 7px;
    height: 7px;
    top: 0.7em;
  }

  .support_wrap .con_item strong + .att {
    margin-top: 22px;
  }
  
  .support_wrap .con_item ul + .att {
    margin-top: 15px;
  }
  
  .support_wrap .con_item .img + .att {
    margin-top: 31px;
  }

  .support_wrap .att > ul + span {
    margin-top: 2.1em;
  }

  /* .support_wrap .acc_content .con_item:last-child .sp_scroll {
    margin-top: 21px;
  } */

  .support_wrap .acc_content .con_item:last-child .img {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 21px;
    margin-top: 21px;
  }

  .support_wrap .acc_content .con_item:last-child img {
    /* width: 800px; */
    width: 222.22%;
    max-width: none;
  }

  .support_wrap .acc_content .con_item:last-child .att {
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .support_wrap {
    padding: 100px 0;
  }

  .support_wrap .sec_heading h2 span {
    font-size: 22px;
    width: 700px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 23px;
  }

  .support_wrap .sec_heading p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.77;
  }

  .support_wrap .con_wrap {
    margin-top: 55px;
  }

  .support_wrap .acc_heading strong {
    font-size: 28px;
  }

  .support_wrap .acc_heading::after {
    width: 26px;
    height: 4px;
    right: 40px;
  }

  .support_wrap .acc_heading::before {
    width: 26px;
    height: 4px;
    top: 49%;
    right: 42px;
  }

  .support_wrap .acc_content {
    margin-top: 51px;
  }

  .support_wrap .acc_content h3 {
    font-size: 28px;
    line-height: 1.57;
    padding-left: 20px;
    margin-bottom: 25px;
  }

  .support_wrap .acc_content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #00a73c;
  }

  .support_wrap .acc_content table th {
    width: 31.25%;
    font-size: 18px;
    line-height: 1.77;
    padding: 0.7em 1em;
  }

  .support_wrap .acc_content table td {
    font-size: 18px;
    line-height: 1.77;
    padding: 0.7em 1em;
  }

  .support_wrap .acc_content .con_item:not(:first-child) {
    margin-top: 60px;
    padding-top: 52px;
  }

  .support_wrap .con_item > strong {
    font-size: 22px;
  }

  .support_wrap .con_item > p {
    font-size: 18px;
    line-height: 1.77;
  }

  .support_wrap .con_item > ul li {
    font-size: 18px;
    line-height: 1.77;
    padding-left: 11px;
  }

  .support_wrap .con_item > ul li:not(:first-child) {
    margin-top: 0.6em;
  }

  .support_wrap .con_item > ul li::before {
    width: 7px;
    height: 7px;
    top: 0.8em;
  }

  .support_wrap .con_item strong + .att {
    margin-top: 10px;
  }
  
  .support_wrap .con_item ul + .att {
    margin-top: 7px;
  }
  
  .support_wrap .con_item .img + .att {
    margin-top: 38px;
  }

  .support_wrap .att > ul + span {
    margin-top: 2.1em;
  }

  .support_wrap .acc_content .con_item:last-child img {
    width: 62.5%;
  }
}

/* -----------------------------------------------
qa_wrap
----------------------------------------------- */
.qa_wrap .con_wrap {
  background-image: linear-gradient(to right, #00a73c, #00a73c 4px, transparent 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

.qa_wrap dt {
  letter-spacing: 0.04em;
  color: #00a73c;
  font-weight: bold;
  position: relative;
}

.qa_wrap dt:first-child {
  margin-top: 0;
}

.qa_wrap dt::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/enefarm_lp/qa_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.qa_wrap dd {
  margin-left: 0;
  background-image: linear-gradient(to right, #00a73c, #00a73c 4px, transparent 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  letter-spacing: 0.04em;
  position: relative;
}

.qa_wrap dd::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/enefarm_lp/qa_a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .qa_wrap {
    padding: 49px 0 60px;
  }

  .qa_wrap .con_wrap {
    margin: 20px auto 0;
    padding-top: 46px;
    width: 100%;
  }

  .qa_wrap dt {
    margin-top: 29px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 50px;
  }

  .qa_wrap dt::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .qa_wrap dd {
    padding-bottom: 35px;
    margin-top: 27px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .qa_wrap {
    padding: 89px 0 100px;
  }

  .qa_wrap .con_wrap {
    margin: 24px auto 0;
    padding-top: 67px;
    width: 68.75%;
  }

  .qa_wrap dt {
    margin-top: 68px;
    font-size: 18px;
    line-height: 1.77;
    padding-left: 50px;
  }

  .qa_wrap dt::before {
    top: -0.2em;
  }

  .qa_wrap dd {
    padding-bottom: 54px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.77;
    padding-left: 50px;
  }

  .qa_wrap dd::before {
    top: -0.2em;
  }
}

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */
.contact_wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_wrap .sec_heading h2 {
  color: #fff;
}

.contact_wrap .sec_heading span {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  color: #0099cc;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}

.contact_wrap .con_item {
  background-color: #fff;
}

.contact_wrap .con_item:first-child img {
  display: block;
}

.contact_wrap .con_item .att p {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.contact_wrap .text_wrap h3 {
  text-align: center;
  color: #0099cc;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.contact_wrap .text_wrap h3 .text_small {
  font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.contact_wrap .text_wrap > p {
  letter-spacing: 0.04em;
}

.contact_wrap .contact_btn a {
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #f39800;
  color: #fff;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  font-weight: bold;
}

.contact_wrap .contact_btn a::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 6.9%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact_wrap {
    background-image: url(../img/enefarm_lp/contact_bg_sp.png);
    padding: 47px 0 60px;
  }

  .contact_wrap .sec_heading span {
    margin: 24px auto 0;
    width: 100%;
    max-width: 360px;
    height: 50px;
    line-height: 50px;
    font-size: 2.2rem;
  }

  .contact_wrap .con_wrap {
    margin-top: 30px;
  }

  .contact_wrap .con_item {
    width: 100%;
    padding-bottom: 30px;
    min-height: 482px;
    margin-top: 30px;
  }

  .contact_wrap .con_item:first-child {
    padding-top: 40px;
    margin-top: 0;
  }

  .contact_wrap .con_item:first-child img {
    width: 90.22%;
    margin: 0 auto;
  }

  .contact_wrap .text_wrap {
    width: 88.88%;
    margin: 24px auto 0;
  }

  .contact_wrap .con_item:first-child .text_wrap {
    margin-top: -12px;
  }

  .contact_wrap .text_wrap h3 {
    font-size: 2.6rem;
  }

  .contact_wrap .text_wrap h3 .text_small {
    font-size: 2.2rem;
  }

  .contact_wrap .text_wrap > p {
    margin-top: 1px;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .contact_wrap .contact_btn {
    margin-top: 40px;
  }

  .contact_wrap .contact_btn a {
    width: 320px;
    height: 80px;
    font-size: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact_wrap .contact_btn a .text_small {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .contact_wrap {
    background-image: url(../img/enefarm_lp/contact_bg_pc.png);
    padding: 89px 0 100px;
  }

  .contact_wrap .sec_heading span {
    margin: 27px auto 0;
    width: 440px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }

  .contact_wrap .con_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 41px;
  }

  .contact_wrap .con_item {
    width: 31.56%;
    padding-bottom: 41px;
  }

  .contact_wrap .con_item:first-child img {
    width: 81.5%;
    margin: 20px auto 0;
  }

  .contact_wrap .text_wrap {
    width: 85.39%;
    margin: 17px auto 0;
  }

  .contact_wrap .con_item:first-child .text_wrap {
    margin-top: 11px;
  }

  .contact_wrap .text_wrap h3 {
    font-size: 30px;
  }

  .contact_wrap .text_wrap h3 .text_small {
    font-size: 26px;
  }

  .contact_wrap .text_wrap > p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.7;
  }

  .contact_wrap .contact_btn {
    margin-top: 60px;
  }

  .contact_wrap .contact_btn a {
    width: 680px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }

  .contact_wrap .contact_btn a .text_small {
    font-size: 22px;
  }
}

/* -----------------------------------------------
20230111 追加
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .contact_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }

  .contact_fixed a {
    width: 100%;
    height: 64px;
    background-color: #f39800;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .contact_fixed a span {
    padding-left: 36px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: bold;
    display: block;
    color: #fff;
    position: relative;
  }

  .contact_fixed a span::before {
    content: '';
    width: 26px;
    height: 17px;
    background-image: url(../img/enefarm_lp/mail_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .hojo_img_wrap {
    margin: 28px 0 0;
    position: relative;
  }

  .hojo_img_wrap .text {
    position: absolute;
    top: 41.3%;
    left: 50%;
    transform: translateX(-50%);
    width: 88.88%;
  }

  .hojo_img_wrap .text li {
    font-size: 3.5vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
    text-indent: -1em;
    padding-left: 1em;
  }

  .hojo_img_wrap .text a {
    margin-top: 2.5%;
    color: #da0012;
    display: block;
    text-align: center;
  }

  .hojo_img_wrap .text a span {
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    display: inline-block;
    position: relative;
  }

  .hojo_img_wrap .text a span i {
    display: inline-block;
    font-style: normal;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #da0012;
  }

  .hojo_img_wrap .text a span i:last-child {
    padding-right: 1em;
  }

  .hojo_img_wrap .text a span i:last-child:after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    background-image: url(../img/enefarm_lp/other_link_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .contact_fixed {
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 9999;
  }

  .contact_fixed a {
    width: 70px;
    height: 404px;
    border-radius: 4px 0 0 4px;
    background-color: #f39800;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .contact_fixed a:hover {
    opacity: 0.9;
  }

  .contact_fixed a span {
    padding-top: 25px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: bold;
    display: block;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
  }

  .contact_fixed a span::before {
    content: '';
    width: 21px;
    height: 14px;
    background-image: url(../img/enefarm_lp/mail_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .hojo_img_wrap .text a span i {
    font-style: normal;
  }

  .hojo_img_wrap {
    max-width: 1090px;
    margin: 86px auto 0;
    position: relative;
  }

  .hojo_img_wrap .text {
    position: absolute;
    top: 59.4%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .hojo_img_wrap .text ul {
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt";
  }

  .hojo_img_wrap .text li {
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-indent: -1em;
    padding-left: 1em;
  }

  .hojo_img_wrap .text a {
    /* margin-top: 24px; */
    margin-top: 4.2%;
    color: #da0012;
    display: block;
  }

  .hojo_img_wrap .text a span {
    padding-right: 1.71em;
    padding-bottom: 0.05em;
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #da0012;
    display: inline-block;
    position: relative;
  }

  .hojo_img_wrap .text a span::after {
    content: '';
    width: 0.86em;
    height: 0.86em;
    background-image: url(../img/enefarm_lp/other_link_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1280px) {
  .hojo_img_wrap .text li {
    font-size: 16px;
  }

  .hojo_img_wrap .text a span {
    font-size: 16px;
  }
}