@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

html {
  color: #1A1C1D;
  background: #fff;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: break-word;
  letter-spacing: 0.04em;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.c-header .logo {
  padding: 24px 0 24px 40px;
}
.c-header .logo > img {
  height: 100%;
}
.c-header .btn {
  display: inline-block;
  height: 100%;
  background: #FF7F00;
  padding: 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF7F00;
}
.c-header .btn .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .btn:hover {
  background: #fff;
}
.c-header .btn:hover .txt {
  color: #FF7F00;
}

.c-ttl {
  color: #104414;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c-ttl .lead {
  display: block;
  font-size: 24px;
}
.c-ttl .eng {
  color: #29AA33;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 1px;
}

.c-btn {
  margin-top: 16px;
  background: #FF7F00;
  color: #fff;
  border-radius: 4px;
  padding: 5px 18px;
  border: 1px solid #FF7F00;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
main section:not(:first-child, :nth-child(2)) {
  margin-top: 104px;
}
main section:nth-child(2) {
  margin-top: 64px;
}
main .mv-section {
  background: -webkit-gradient(linear, left top, right top, from(#006835), color-stop(34.62%, #29AA33), color-stop(56.25%, #FFF));
  background: linear-gradient(90deg, #006835 0%, #29AA33 34.62%, #FFF 56.25%);
}
main .mv-section .txt-wrap {
  margin-bottom: 0;
}
main .mv-section .txt-wrap .lead,
main .mv-section .txt-wrap .mv-ttl,
main .mv-section .txt-wrap .list > li {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}
main .mv-section .txt-wrap .lead {
  font-size: 17px;
  display: block;
}
main .mv-section .txt-wrap .mv-ttl {
  font-size: clamp(30px, 48px, min(48px, 3.3333333333vw));
  line-height: 1.28;
  text-align: left;
}
main .mv-section .txt-wrap .list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
}
main .mv-section .txt-wrap .list > li {
  padding: 2px 14px;
  background: #1A1C1D;
  border: 2px solid #fff;
  border-radius: 40px;
  line-height: normal;
  font-size: 14px;
}
main .mv-section .txt-wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  max-width: 620px;
}
main .mv-section .txt-wrap .reduction-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .mv-section .txt-wrap .reduction-wrap .box {
  padding: 6px 16px;
  background: #fff;
  border-radius: 4px;
}
main .mv-section .txt-wrap .reduction-wrap .box .txt {
  font-size: 14px;
  color: #29AA33;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
}
main .mv-section .txt-wrap .reduction-wrap .box .large {
  font-size: 24px;
}
main .mv-section .txt-wrap .btn-wrap {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 16px;
  border-radius: 12px;
  padding: 16px clamp(18px, 24px, min(24px, 1.6666666667vw));
  text-align: left;
}
main .mv-section .txt-wrap .btn-wrap .txt {
  color: #666;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  letter-spacing: 0;
  font-size: 16px;
}
main .mv-section .txt-wrap .btn-wrap .txt .small {
  font-size: 14px;
  display: block;
}
main .mv-section .txt-wrap .btn-wrap .c-btn {
  margin-top: 12px;
  display: block;
}
main .txt-wrap {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
main .txt-wrap .txt {
  font-weight: 500;
}
main .txt-wrap .note {
  font-size: 14px;
  padding-top: 17px;
}
main .about-section .txt-wrap {
  text-align: center;
}
main .about-section .img-wrap {
  padding: 40px min(140px, 9.7222222222vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#DDF2DF), to(#FFF));
  background: linear-gradient(90deg, #DDF2DF 0%, #FFF 100%);
  border-radius: 320px 6px 6px 320px;
}
main .about-section .img-wrap .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#29AA33), to(#006835));
  background: linear-gradient(90deg, #29AA33 0%, #006835 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 10px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: clamp(30px, 40px, min(40px, 2.7777777778vw));
  font-weight: 900;
  line-height: normal;
}
main .about-section .img-wrap .ttl::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#29AA33), to(#006835));
  background: linear-gradient(90deg, #29AA33 0%, #006835 100%);
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main .about-section .img-wrap .img {
  width: clamp(200px, 400px, min(400px, 27.7777777778vw));
  margin-right: min(36px, 2.5vw);
}
main .about-section .about-list {
  margin-top: 40px;
}
main .about-section .about-list > li {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#DDF2DF));
  background: linear-gradient(90deg, #FFF 0%, #DDF2DF 100%);
  padding: 24px;
  margin-top: 114px;
  border-radius: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main .about-section .about-list > li .img > img {
  border-radius: 4px;
}
main .about-section .about-list > li:first-child {
  margin-top: 130px;
}
main .about-section .about-list > li:first-child .img {
  width: clamp(250px, 449px, min(449px, 31.1805555556vw));
  aspect-ratio: 449/304;
}
main .about-section .about-list > li:nth-child(2) .img {
  width: clamp(250px, 442px, min(442px, 30.6944444444vw));
  aspect-ratio: 442/304;
}
main .about-section .about-list > li:nth-child(3) .img {
  width: clamp(250px, 266px, min(266px, 18.4722222222vw));
  aspect-ratio: 7/8;
}
main .about-section .about-list > li:nth-child(4) .img {
  width: clamp(200px, 304px, min(304px, 21.1111111111vw));
  aspect-ratio: 1/1;
}
main .about-section .about-list > li:last-child .img {
  width: clamp(200px, 324px, min(324px, 22.5vw));
  aspect-ratio: 324/304;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
main .about-section .about-list > li:last-child .img > img {
  width: clamp(150px, 210px, min(210px, 14.5833333333vw));
}
main .about-section .about-list > li .num {
  position: absolute;
  font-size: 142px;
  font-weight: 900;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#29AA33), to(#006835));
  background: linear-gradient(90deg, #29AA33 0%, #006835 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -109px;
  left: 0;
  display: inline-block;
}
main .about-section .about-list > li.left {
  background: -webkit-gradient(linear, left top, right top, from(#DDF2DF), to(#FFF));
  background: linear-gradient(90deg, #DDF2DF 0%, #FFF 100%);
}
main .about-section .about-list > li.left .num {
  right: 0;
  left: inherit;
}
main .about-section .about-list > li .txt-box {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
main .about-section .about-list > li .txt-box > .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#29AA33), to(#006835));
  background: linear-gradient(90deg, #29AA33 0%, #006835 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  margin-bottom: 16px;
  display: inline-block;
}
main .about-section .about-list > li .txt-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 60px, min(60px, 4.1666666667vw));
  position: relative;
}
main .about-section .about-list > li .txt-box .box::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-green-block.svg) center center/contain;
  width: clamp(20px, 40px, min(40px, 2.7777777778vw));
  height: auto;
  aspect-ratio: 40/40;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main .about-section .about-list > li .txt-box .txt {
  font-size: 14px;
}
main .about-section .about-list > li .txt-box .inn {
  width: calc((100% - clamp(20px, 40px, min(40px, 2.7777777778vw))) / 2);
}
main .about-section .about-list > li .txt-box .inn .ttl {
  color: #fff;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#188335), to(#3CAD34));
  background: linear-gradient(90deg, #188335 0%, #3CAD34 100%);
  padding: 4px 16px;
  border-radius: 40px;
  margin-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .cta-section {
  background: url(../img/cta-img01.png.webp) center center/cover;
  padding-top: min(40px, 2.7777777778vw);
  padding-bottom: min(40px, 2.7777777778vw);
}
main .cta-section .ttl {
  color: #fff;
  font-size: min(24px, 1.6666666667vw);
  text-align: center;
  line-height: normal;
  margin-bottom: 24px;
  letter-spacing: 0;
}
main .cta-section .ttl .lead {
  display: block;
  font-size: min(16px, 1.1111111111vw);
  margin-bottom: 8px;
}
main .cta-section .c-btn {
  font-size: 24px;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  letter-spacing: 0;
}
main .case-section .case-wrap > .box {
  padding: 24px min(24px, 1.6666666667vw);
  background: #F7FCF8;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 492px;
}
main .case-section .case-wrap > .box .ttl {
  color: #29AA33;
  text-align: center;
  font-size: 24px;
}
main .case-section .case-wrap > .box .img > img {
  border-radius: 4px;
}
main .voice-section .voice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
main .voice-section .voice-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  width: calc((100% - 24px) / 2);
  padding: 10px 16px;
  background: #F7FCF8;
  border-radius: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
}
main .voice-section .voice-list > li .img {
  width: 60px;
}
main .voice-section .voice-list > li .img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
main .voice-section .voice-list > li .txt {
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
main .service-section .img {
  max-width: 600px;
  margin: 0 auto;
}
main .service-section .img > img {
  border-radius: 6px;
}
main .plan-section .plan-wrap {
  padding: 24px min(42px, 2.9166666667vw);
  border: 1px solid #29AA33;
  border-radius: 12px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main .plan-section .plan-wrap .green {
  color: #29AA33;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
main .plan-section .plan-wrap .green.small {
  font-size: 16px;
  padding-top: 3px;
}
main .plan-section .plan-wrap .green.large {
  margin-bottom: 16px;
  margin-top: 18px;
}
main .plan-section .plan-wrap .line {
  padding-top: 82px;
  font-weight: bold;
  font-size: 26px;
  line-height: normal;
  position: relative;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-color: #DDF2DF;
          text-decoration-color: #DDF2DF;
}
main .plan-section .plan-wrap .line .ib {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-color: #DDF2DF;
          text-decoration-color: #DDF2DF;
}
main .plan-section .plan-wrap .line::before {
  content: "＋";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 0;
  right: 5px;
  margin: auto;
  font-size: 26px;
}
main .plan-section .plan-wrap .note {
  margin-top: 11px;
  font-weight: bold;
}
main .plan-section .detail-wrap {
  padding: 20px min(36px, 2.5vw);
  margin-top: 40px;
  background: #F7FCF8;
  border: 4px solid #29AA33;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
main .plan-section .detail-wrap > .ttl {
  color: #104414;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
main .plan-section .detail-wrap > .ttl::before, main .plan-section .detail-wrap > .ttl::after {
  content: "";
  position: absolute;
  background: #104414;
  display: block;
  width: 4px;
  height: 56px;
}
main .plan-section .detail-wrap > .ttl::before {
  left: 1px;
  bottom: -6px;
  rotate: -45deg;
}
main .plan-section .detail-wrap > .ttl::after {
  right: 1px;
  bottom: -6px;
  rotate: 45deg;
}
main .plan-section .detail-wrap > .ttl .lead {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
main .plan-section .detail-wrap > .txt {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
main .plan-section .detail-wrap .detail > .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 64px) / 3);
}
main .plan-section .detail-wrap .detail > .box .ttl {
  color: #29AA33;
  font-size: clamp(18px, 24px, min(24px, 1.6666666667vw));
  text-align: center;
}
main .plan-section .detail-wrap .detail > .box .img {
  border-radius: 50%;
  background: #fff;
  max-width: 194px;
  width: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main .plan-section .detail-wrap .detail > .box .img > .logo {
  max-width: 160px;
}
main .flow-section .flow-list {
  max-width: 600px;
  margin: auto;
}
main .flow-section .flow-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
main .flow-section .flow-list > li + li {
  margin-top: 40px;
}
main .flow-section .flow-list > li:nth-child(2) .num-box {
  background: #229A2B;
}
main .flow-section .flow-list > li:nth-child(3) .num-box {
  background: #14851D;
}
main .flow-section .flow-list > li:nth-child(3) .txt-wrap .ttl {
  margin-bottom: 16px;
}
main .flow-section .flow-list > li:nth-child(4) .num-box {
  background: #0E7616;
}
main .flow-section .flow-list > li:nth-child(4) .txt-wrap .ttl {
  margin-bottom: 16px;
}
main .flow-section .flow-list > li:last-child .num-box {
  background: #04670C;
}
main .flow-section .flow-list > li .num-box {
  background: #29AA33;
  border-radius: 50%;
  width: clamp(100px, 122px, min(122px, 8.4722222222vw));
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main .flow-section .flow-list > li .num-box > .num {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
main .flow-section .flow-list > li .num-box > .num .eng {
  display: block;
  font-size: 16px;
}
main .flow-section .flow-list > li .txt-wrap {
  text-align: left;
  margin-bottom: 0;
}
main .flow-section .flow-list > li .txt-wrap .ttl {
  font-size: 24px;
  margin-bottom: 8px;
}
main .flow-section .flow-list > li .txt-wrap .txt {
  font-size: 16px;
  font-weight: 400;
}
main .faq-section .faq-list > li {
  border: 1px solid #29AA33;
  border-radius: 6px;
}
main .faq-section .faq-list > li + li {
  margin-top: 16px;
}
main .faq-section .faq-list > li .q-area {
  cursor: pointer;
  padding: 16px 24px 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 6px;
}
main .faq-section .faq-list > li .q-area.is-open .txt > img {
  rotate: 0deg;
}
main .faq-section .faq-list > li .q-area .txt {
  padding: 5px 48px 0;
  position: relative;
  font-weight: bold;
}
main .faq-section .faq-list > li .q-area .txt::before {
  content: "Q.";
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  color: #29AA33;
  font-size: 24px;
  font-weight: bold;
  width: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: -1px;
  bottom: -4px;
  margin: auto;
}
main .faq-section .faq-list > li .q-area .txt > img {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -6px;
  margin: auto;
  rotate: 180deg;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main .faq-section .faq-list > li .ans-area {
  display: none;
  margin: 9px 22px 0;
  padding: 5px 0 10px 47px;
  position: relative;
}
main .faq-section .faq-list > li .ans-area::before {
  content: "A.";
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  color: #FF3B3B;
  font-size: 24px;
  font-weight: bold;
  width: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
}
main .company-section .company-table {
  margin: 0 auto;
  max-width: 540px;
}
main .company-section .company-table > tbody > tr {
  border-bottom: 1px solid #ececec;
}
main .company-section .company-table > tbody > tr > th,
main .company-section .company-table > tbody > tr td {
  padding: 16px 0 15px;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
main .company-section .company-table > tbody > tr > th {
  margin-right: 40px;
  font-size: 14px;
  color: #29AA33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
}
main .company-section .company-table > tbody > tr > td {
  width: 380px;
}
main .company-section .company-table > tbody > tr > td .small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.035em;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pc {
    display: none !important;
  }
  .c-header .logo {
    padding: 16px 0 16px 16px;
  }
  .c-ttl {
    font-size: 24px;
  }
  .c-ttl .lead {
    font-size: 14px;
    letter-spacing: 0.04em;
    padding-bottom: 5px;
  }
  .c-ttl .eng {
    margin-top: 0;
  }
  main .mv-section .txt-wrap .lead {
    font-size: 14px;
    line-height: normal;
  }
  main .mv-section .txt-wrap .list > li {
    font-size: 10px;
    padding: 1px 14px;
  }
  main .mv-section .txt-wrap .reduction-wrap .box .txt {
    font-size: 10px;
  }
  main .mv-section .txt-wrap .reduction-wrap .box .txt.medium {
    font-size: 14px;
  }
  main .mv-section .txt-wrap .reduction-wrap .box .large {
    font-size: 21px;
  }
  main .mv-section .txt-wrap .btn-wrap .txt .small {
    font-size: 12px;
  }
  main .txt-wrap {
    text-align: left;
  }
  main .about-section .img-wrap {
    padding: 40px 16px;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    max-width: 500px;
    margin: auto;
  }
  main .about-section .img-wrap .ttl {
    font-size: 40px;
    padding: 0;
  }
  main .about-section .img-wrap .img {
    width: 100%;
    margin-right: 0;
  }
  main .about-section .about-list {
    max-width: 500px;
    margin: auto;
  }
  main .about-section .about-list > li {
    padding: 24px 16px;
  }
  main .about-section .about-list > li .img {
    margin-top: 18px;
  }
  main .about-section .about-list > li:first-child .img {
    width: 100%;
  }
  main .about-section .about-list > li:nth-child(2) .img {
    width: 100%;
  }
  main .about-section .about-list > li:nth-child(3) .img {
    width: 100%;
  }
  main .about-section .about-list > li:nth-child(4) .img {
    width: 100%;
  }
  main .about-section .about-list > li:last-child .img {
    width: 100%;
  }
  main .about-section .about-list > li:last-child .img > img {
    width: 210px;
  }
  main .about-section .about-list > li .txt-box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 63px;
  }
  main .about-section .about-list > li .txt-box .box::before {
    background: url(../img/arrow-green-block-sp.svg) center center/contain;
    width: 40px;
  }
  main .about-section .about-list > li .txt-box .inn {
    width: 100%;
  }
  main .cta-section {
    padding: 40px 16px 30px;
    background: url(../img/cta-img01-sp.png.webp) center center/cover;
  }
  main .cta-section .ttl {
    font-size: 16px;
  }
  main .cta-section .ttl .lead {
    font-size: 14px;
  }
  main .cta-section .c-btn {
    width: 100%;
    max-width: 400px;
  }
  main .case-section .case-wrap > .box {
    padding: 24px;
    font-size: 16px;
    max-width: 500px;
    margin: auto;
  }
  main .case-section .case-wrap > .box + .box {
    margin-top: 40px;
  }
  main .voice-section .voice-list > li {
    width: 100%;
    margin: auto;
  }
  main .voice-section .voice-list > li .txt {
    padding: 16px;
    font-size: 16px;
  }
  main .plan-section .plan-wrap {
    padding: 23px 15px;
    width: 100%;
    max-width: 400px;
  }
  main .plan-section .plan-wrap .line {
    font-size: 17px;
    line-height: 1.4;
    text-decoration-thickness: 6px;
  }
  main .plan-section .plan-wrap .line .ib {
    text-decoration-thickness: 6px;
  }
  main .plan-section .plan-wrap .note {
    font-size: 16px;
  }
  main .plan-section .detail-wrap {
    padding: 22px 12px;
  }
  main .plan-section .detail-wrap > .ttl {
    font-size: 20px;
  }
  main .plan-section .detail-wrap > .ttl::before {
    left: 20px;
  }
  main .plan-section .detail-wrap > .ttl::after {
    right: 20px;
  }
  main .plan-section .detail-wrap > .ttl .lead {
    font-size: 14px;
    padding-bottom: 4px;
  }
  main .plan-section .detail-wrap > .txt {
    text-align: left;
  }
  main .plan-section .detail-wrap .detail > .box {
    width: 100%;
  }
  main .plan-section .detail-wrap .detail > .box + .box {
    margin-top: 32px;
  }
  main .plan-section .detail-wrap .detail > .box .ttl {
    font-size: 20px;
  }
  main .plan-section .detail-wrap .detail > .box .txt {
    font-size: 16px;
  }
  main .flow-section .inner-block {
    padding-right: 15px;
  }
  main .flow-section .flow-list > li {
    min-height: 184px;
  }
  main .flow-section .flow-list > li .num-box {
    width: 120px;
  }
  main .flow-section .flow-list > li .txt-wrap .txt {
    padding-right: 15px;
  }
  main .faq-section .faq-list > li:nth-child(n+2) .q-area .txt {
    padding: 0 48px 0;
  }
  main .faq-section .faq-list > li:nth-child(n+2) .ans-area {
    margin: 5px 23px 3px;
    padding: 0 0 13px 47px;
  }
  main .faq-section .faq-list > li .q-area .txt {
    font-size: 16px;
  }
  main .faq-section .faq-list > li .ans-area {
    margin: 11px 23px 0;
    padding: 5px 0 13px 47px;
  }
  main .faq-section .faq-list > li .ans-area .txt {
    font-size: 16px;
  }
  main .company-section .company-table {
    width: 100%;
    max-width: 400px;
  }
  main .company-section .company-table > tbody > tr > th {
    margin-right: 10px;
    width: min(120px, 32vw);
  }
  main .company-section .company-table > tbody > tr > td {
    width: 213px;
    font-size: 16px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1104px;
  }
  .inner-block.wi-1280 {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-btn:hover {
    background: #fff;
    color: #FF7F00;
  }
  main .about-section .img-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(40px, 104px, min(104px, 7.2222222222vw));
  }
  main .about-section .about-list > li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  main .about-section .about-list > li.left .txt-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  main .about-section .about-list > li.left .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  main .case-section .case-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, 40px, min(40px, 2.7777777778vw));
  }
  main .voice-section .voice-list > li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 108px;
  }
  main .voice-section .voice-list > li:nth-child(3) {
    padding: 10px 15px 10px 16px;
    height: 108px;
  }
  main .voice-section .voice-list > li:nth-child(4) {
    height: 136px;
  }
  main .voice-section .voice-list > li:last-child {
    height: 136px;
  }
  main .plan-section .detail-wrap .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: min(32px, 2.2222222222vw);
  }
  main .faq-section .faq-list > li .q-area:hover {
    background: #DDF2DF;
  }
}
@media only screen and (max-width: 1099px) {
  .pc-1100 {
    display: none;
  }
  .c-header {
    position: absolute;
    width: 100%;
  }
  main .mv-section {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.32%, #FFF), color-stop(29.05%, #29AA33), to(#006835));
    background: linear-gradient(180deg, #FFF 16.32%, #29AA33 29.05%, #006835 100%);
    padding-top: 83px;
  }
  main .mv-section .logo-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  main .mv-section .logo-img > img {
    width: 100%;
  }
  main .mv-section .txt-wrap {
    margin-top: 24px;
  }
  main .mv-section .txt-wrap .mv-ttl {
    text-align: center;
  }
  main .mv-section .txt-wrap .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .mv-section .txt-wrap .wrap {
    margin: 16px auto 0;
  }
  main .mv-section .txt-wrap .reduction-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(10px, 20px, min(20px, 1.3888888889vw));
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  main .mv-section .txt-wrap .reduction-wrap .box {
    min-width: 200px;
  }
  main .mv-section .txt-wrap .mv-img {
    width: 50%;
    margin: auto;
    max-height: 200px;
  }
  main .mv-section .txt-wrap .mv-img > img {
    max-height: 200px;
  }
  main .mv-section .txt-wrap .btn-wrap {
    margin: 16px auto 0;
    border-radius: 12px 12px 0px 0px;
    max-width: 650px;
  }
  main .mv-section .txt-wrap .btn-wrap .txt {
    text-align: center;
    font-size: 14px;
    width: 100%;
  }
  main .mv-section .txt-wrap .btn-wrap .c-btn:hover {
    background: #FF7F00;
    color: #fff;
  }
}
@media only screen and (min-width: 1100px) {
  .sp-1100 {
    display: none;
  }
  main .mv-section .inner-block {
    padding-top: 65px;
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(20px, 32px, min(32px, 2.2222222222vw));
  }
  main .mv-section .img-wrap {
    width: clamp(350px, 600px, min(600px, 41.6666666667vw));
    margin-right: min(39px, 2.7083333333vw);
  }
  main .mv-section .img-wrap .logo-img {
    aspect-ratio: 75/17;
  }
  main .mv-section .img-wrap .mv-img {
    margin: 24px auto;
    max-width: 495px;
  }
  main .mv-section .txt-wrap {
    padding-left: min(53px, 3.6805555556vw);
  }
  main .mv-section .txt-wrap .reduction-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 767px) {
  .c-header {
    height: 67px;
  }
  main .mv-section {
    padding-top: 78px;
  }
  main .mv-section .txt-wrap .mv-ttl {
    font-size: 28px;
  }
  main .mv-section .txt-wrap .wrap {
    display: block;
    position: relative;
    max-width: 343px;
  }
  main .mv-section .txt-wrap .reduction-wrap {
    gap: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
  }
  main .mv-section .txt-wrap .reduction-wrap .box {
    padding: 6px 1px;
    max-width: 150px;
    width: min(118px, 31.4666666667vw);
    min-width: 100px;
  }
  main .mv-section .txt-wrap .mv-img {
    width: min(235px, 62.6666666667vw);
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .mv-section .txt-wrap .btn-wrap {
    margin: 10px -16px 0;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) and (max-width: 360px) {
  main .mv-section .txt-wrap .lead {
    font-size: 12px;
  }
  main .flow-section .flow-list > li .num-box {
    width: 100px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 767px) and (max-width: 360px) {
  main .mv-section .txt-wrap .mv-ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 345px) {
  main .txt-wrap {
    font-size: 17px;
  }
}
@media only screen and (max-width: 350px) {
  main .txt-wrap .note {
    font-size: 13px;
  }
}