@charset "UTF-8";
* {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Yu Gothic','Noto Sans JP', sans-serif,"Noto Serif JP", serif;
}

a:hover {
  opacity: 0.8;
}

figure img {
  width: 100%;
}

.is__pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is__pc {
    display: none;
  }
}

.is__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is__sp {
    display: block;
  }
}

.is__onlysp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .is__onlysp {
    display: block;
  }
}

.contactlink {
  width: 445px;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .contactlink {
    max-width: 380px;
    width: 100%;
    height: 60px;
  }
}

.contactlink a {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#20AA38), to(#00913A));
  background: linear-gradient(to right, #20AA38, #00913A);
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contactlink a {
    font-size: 16px;
  }
}

@media screen and (max-width: 481px) {
  .contactlink a {
    letter-spacing: 0.15em;
    font-size: 15px;
  }
}

main .contactlink {
  width: 445px;
  height: 75px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main .contactlink {
    max-width: 380px;
    width: 100%;
    height: 60px;
  }
}

main .contactlink a {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#20AA38), to(#00913A));
  background: linear-gradient(to right, #20AA38, #00913A);
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  main .contactlink a {
    font-size: 16px;
  }
}

@media screen and (max-width: 481px) {
  main .contactlink a {
    letter-spacing: 0.15em;
    font-size: 15px;
  }
}

header figure {
  height: 600px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  header figure {
    height: 400px;
  }
}

header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 768px) {
  header figure img {
    -o-object-position: calc(100% + 180px) center;
       object-position: calc(100% + 180px) center;
  }
}

@media screen and (max-width: 481px) {
  header figure img {
    /* -o-object-position: calc(100% + 260px) center;
       object-position: calc(100% + 260px) center; */
       object-position: calc(100% + 300px) center;
  }
}

header figure div {
  position: absolute;
  top: 55%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  header figure div {
    left: 50%;
  }
}

header figure div h1 {
  font-size: 85px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  line-height: 0.5;
  margin-bottom: 1.8rem;
  font-family: 'noto sans jp';
}

@media screen and (max-width: 768px) {
  header figure div h1 {
    font-size: clamp(20px, calc(100vw*80/768), 80px);
    margin-bottom: 1.5rem;
  }
}

header figure div h1 span {
  font-size: clamp(40px, calc(100vw*60/1200), 60px);
  line-height: normal;
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  header figure div h1 span {
    font-size: clamp(16px, calc(100vw*40/768), 40px);
  }
}

@media screen and (max-width: 481px) {
  header figure div h1 span {
    letter-spacing: 0.25em;
  }
}

header figure div p.caption {
  color: #fff;
  background-color: #004A26;
  text-align: center;
  letter-spacing: 0.4em;
  padding: 0.5rem 1rem;
  font-size: clamp(16px, calc(100vw*18/1000), 18px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
    line-height: 150%;
}

@media screen and (max-width: 1350px) {
  header figure div p.caption {
    letter-spacing: 0.3em;
  }
}

@media screen and (max-width: 768px) {
  header figure div p.caption {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.25em;
  }
}

@media screen and (max-width: 350px) {
  header figure div p.caption {
    letter-spacing: 0.05em;
    font-size: 13px;
  }
}

header figure div p.caption span {
  color: #fff;
  letter-spacing: 0.6em;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  header figure div p.caption span {
    width: 100%;
    max-width: 500px;
    font-size: 18px;
    letter-spacing: 0.25em;
  }
}

header figure div .contactlink {
  display: block;
  margin: 2rem auto 0;
}

@media screen and (max-width: 481px) {
  header figure div .contactlink {
    font-size: 13px;
  }
  header figure div .contactlink a::before {
    right: 10px;
  }
  header figure div .contactlink a::after {
    right: 10px;
  }
}

header figure nav {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 2rem 5px 2rem;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
}

header figure nav ul {
  padding: 1.5rem 0;
  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;
          font-family: 'Yu Gothic', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  header figure nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5rem 0;
  }
}

header figure nav ul li {
  font-family: 'Yu Gothic', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  header figure nav ul li {
    margin-top: 0.5rem;
  }
}

header figure nav ul li:not(:first-child) a {
  position: relative;
}

header figure nav ul li:not(:first-child) a::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #00913A;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header figure nav ul li a {
  width: 100%;
  padding: 0 clamp(10px, calc(100vw*20/1000), 2rem);
  display: block;
  font-size: clamp(14px, calc(100vw*16/1000), 16px);
  white-space: nowrap;
}

main section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main section {
    margin-bottom: 30px;
  }
}

main section h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 900px) {
  main section h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  main section h2 {
    font-size: 27px;
  }
}

main section h2 span {
  color: #00913A;
  font-size: 40px;
  margin-top: 0.5rem;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  main section h2 span {
    font-size: 36px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  main section h2 span {
    font-size: 27px;
  }
}

main section h3 {
  text-align: center;
  font-size: 26px;
  line-height: calc(38 / 26);
  letter-spacing: 0.1em;
  margin: 3rem auto;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  main section h3 {
    font-size: clamp(18px, calc(100vw*26/768), 26px);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

main section h3 span {
  color: #00913A;
  display: block;
}

main section span.green-span {
  color: #00913A;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  margin-top: 3rem;
}

main section h3.h3-undergreen {
  margin: 0.5rem auto;
  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;
  white-space: nowrap;
}

main section .wrapper {
  max-width: calc(1200px + 5rem * 2);
  padding: 0 5rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 481px) {
  main section .wrapper {
    padding: 0 1rem;
  }
}

main section .wrapper p span {
  line-height: 2;
}

main section .wrapper1000 {
  max-width: calc(1000px + 1rem * 2);
}

main section hr {
  border-top: 1px solid #fff;
  margin-top: 2rem;
}

main section.el01 {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  main section.el01 {
    margin-top: 60px;
  }
}

main section.el01 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 900px) {
  main section.el01 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

main section.el01 .wrapper .el01__left {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

main section.el01 .wrapper .el01__left h2 {
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  main section.el01 .wrapper .el01__left h2 br {
    display: none;
  }
}

main section.el01 .wrapper .el01__left p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FEE994));
  background: linear-gradient(to bottom, transparent 70%, #FEE994 70%);
  padding: 0 2px;
  line-height: 1.5;
}

main section.el01 .wrapper .el01__right {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

main section.el02 {
  background-color: #EEF9F0;
  padding: 2rem;
}

main section.el02 .wrapper p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

main section.el02 .wrapper p span {
  color: #00913A;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  main section.el02 .wrapper p {
    text-align: left;
  }
  main section.el02 .wrapper p br {
    display: none;
  }
}

main section.el02 .wrapper div {
  /* margin-top: 2rem; */
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, calc(100vw*30/1200), 30px);
  /* max-width: 700px; */
  height: clamp(80px,calc(100vw* 100 / 1200),100px);
  width: fit-content;
}

@media screen and (max-width: 768px) {
  main section.el02 .wrapper div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            height: auto;
            width: fit-content;
  }
}
main section.el02 .wrapper div figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.el02 .wrapper div figure {
    height: clamp(80px,calc(100vw* 100 / 1200),100px);
    width: fit-content;
  }
}
@media screen and (max-width: 481px) {
  main section.el02 .wrapper div figure {
    height: clamp(50px,calc(100vw* 80 / 481),80px);
    width: fit-content;
  }
}
main section.el02 .wrapper div figure img {
  height: 100%;
  /* width: unset; */
  object-fit: contain;
}
main section.el02 .wrapper div:first-child figure img {
  border: 1px solid #ccc;
}

main section.el04 .el04__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  main section.el04 .el04__div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main section.el04 .el04__div figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 481px) {
  main section.el04 .el04__div figure {
    width: 65%;
      max-width: 200px;
  }
}

main section.el04 .el04__div .el04__div__bubble {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, calc(100vw*18/1200), 18px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  main section.el04 .el04__div .el04__div__bubble {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main section.el04 .el04__div .el04__div__bubble p {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  padding: 1rem;
  min-width: 120px;
  max-width: 460px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, calc(100vw*22/1200), 22px);
  font-weight: bold;
  background: #FFF;
  border: solid 1px #00913A;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: calc(36/22);
  width: calc((100% - 50px) / 2);
}

@media screen and (max-width: 768px) {
  main section.el04 .el04__div .el04__div__bubble p {
    width: 100%;
  }
}

main section.el04 .el04__div .el04__div__bubble p.backimg {
  position: relative;
  background-image: url(../images/el03img.svg);
  background-repeat: no-repeat;
  background-position: right;
}

main section.el04 .el04__div .el04__div__bubble p br {
  display: none;
}

main section.el04 .el04__div .el04__div__bubble p::before {
  content: "";
  position: absolute;
  left: -35px;
  margin-top: -13px;
  border: 10px solid transparent;
  border-right: 26px solid #FFF;
  z-index: 2;
  bottom: 10px;
}

main section.el04 .el04__div .el04__div__bubble p::after {
  content: "";
  position: absolute;
  left: -36px;
  margin-top: -14px;
  border: 10px solid transparent;
  border-right: 25px solid #00913A;
  z-index: 1;
  bottom: 10px;
}

main section.el05 {
  background-color: #EEF9F0;
  padding: 60px 0;
}

main section.el05 .wrapper .el05__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main section.el05 .wrapper .el05__div div {
  width: 360px;
}

main section.el05 .wrapper .el05__div div h3 {
  height: 76px;
}

main section.el05 .wrapper .el05__div div figure {
  width: 100%;
  padding: 1rem;
  height: 312px;
  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;
}

@media screen and (max-width: 768px) {
  main section.el05 .wrapper .el05__div div figure {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 250px;
    margin: 0 auto;
  }
}

main section.el05 .wrapper .el05__div div p {
  line-height: calc(28 / 16);
  letter-spacing: 0.05em;
}

main section.el06 .wrapper h2 {
  margin-bottom: 30px;
}

main section.el06 .wrapper .el06__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  main section.el06 .wrapper .el06__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}

main section.el06 .wrapper .el06__box div.el06__content {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  min-width: 350px;
  border-radius: 10px;
  width: 360px;
  padding: 1.7rem;

}
@media screen and (max-width: 768px) {
  main section.el06 .wrapper .el06__box div.el06__content {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  main section.el06 .wrapper .el06__box div.el06__content {
    min-width: unset;
  }
}

main section.el06 .wrapper .el06__box div.el06__content span.green-span {
  margin-top: 0;
}
main section.el06 .wrapper .el06__box div.el06__content h3.h3-undergreen {
  font-size: 24px;
  height: 70.13px;
}
@media screen and (max-width: 903px){
  main section.el06 .wrapper .el06__box div.el06__content h3.h3-undergreen {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  main section.el06 .wrapper .el06__box div.el06__content h3.h3-undergreen {
    font-size: clamp(24px, calc(100vw*26/1100), 26px);
  }
}

main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  display: block;
}

@media screen and (max-width: 1250px) {
  main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 dt figure {
  width: 140px;
    margin: 10px auto;
}

@media screen and (max-width: 1250px) {
  main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 dd {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 dd p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  height: 91px;
}

@media screen and (max-width: 1250px) {
  main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 dd p {
    font-size: 18px;
  }
}
@media screen and (max-width: 903px){
  main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 dd p {
    height: auto;
  }
}

main section.el06 .wrapper .el06__box div.el06__content dl.el06__dl01 dd p span {
  background-color: #004A26;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
    margin-bottom: 5px;
    margin: 0 auto 5px;
}

main section.el06 .wrapper .el06__box div.el06__content .el06__text {
  font-size: 18px;
  color: #00913A;
  background-color: #EEF9F0;
  padding: 1rem;
  margin: 1rem auto;
  line-height: 1.5;
  height: 140px;
}
@media screen and (max-width: 903px){
  main section.el06 .wrapper .el06__box div.el06__content .el06__text {
    height: auto;
  }
}

main section.el06 .wrapper .el06__box div.el06__content .el06__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
        
}

@media screen and (max-width: 1250px) {
  main section.el06 .wrapper .el06__box div.el06__content .el06__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

main section.el06 .wrapper .el06__box div.el06__content .el06__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.el06 .wrapper .el06__box div.el06__content .el06__detail dl dt {
  background-color: #00913A;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  padding: 0.5rem;
  white-space: nowrap;
margin-right: 5px;
border-radius: 5px;
}

main section.el06 .wrapper .el06__box div.el06__content .el06__detail dl dd {
  font-weight: bold;
  font-size: 18px;
}

main section.el07 .wrapper div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

main section.el07 .wrapper div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  main section.el07 .wrapper div dl {
    gap: 1rem;
  }
}

main section.el07 .wrapper div dl:not(:last-child) {
  margin-bottom: 2rem;
}

main section.el07 .wrapper div dl:not(:last-child) dt {
  position: relative;
}

main section.el07 .wrapper div dl:not(:last-child) dt::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #004A26;
  top: calc(100% + 9px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main section.el07 .wrapper div dl dt figure img {
  background-color: #F0F0F0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main section.el07 .wrapper div dl dt figure img {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  main section.el07 .wrapper div dl dd {
    width: calc(100% - 50px);
  }
}

main section.el07 .wrapper div dl dd h3 {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  margin: unset;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  main section.el07 .wrapper div dl dd h3 {
    font-size: 16px;
  }
}

main section.el07 .wrapper div dl dd h3 span {
  display: inline;
  margin-right: 1rem;
}

main section.el07 .wrapper div dl dd p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  main section.el07 .wrapper div dl dd p {
    font-size: 14px;
  }
}

main section.el08 {
  background-color: #EEF9F0;
  padding: 60px 0;
}

main section.el08 .wrapper dl {
  border-bottom: 1px solid #C9CACA;
}

main section.el08 .wrapper dl dt {
  position: relative;
  padding: 1rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  main section.el08 .wrapper dl dt {
    padding: 1rem 2.5rem 1rem 1rem;
  }
}

main section.el08 .wrapper dl dt::before {
  position: absolute;
  content: '';
  border-top: 3px solid #00913A;
  border-right: 3px solid #00913A;
  width: 11px;
  height: 11px;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

main section.el08 .wrapper dl dt span.span__question {
  font-size: 14px;
  color: #00913A;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}

main section.el08 .wrapper dl dd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  main section.el08 .wrapper dl dd {
    padding-right: 2.5rem;
  }
}

main section.el08 .wrapper dl dd span.span__answer {
  font-size: 14px;
  color: #F39800;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}

main section.el08 .wrapper dl.open dt::before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

main section.el08 .wrapper dl.open dd {
  max-height: 500px;
  padding-bottom: 2rem;
  border-top: 1px dotted #C9CACA;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  main section.el08 .wrapper dl.open dd {
    padding-bottom: 1rem;
  }
}

main section.el09 .wrapper .caption {
  text-align: center;
  margin: 2rem auto;
}

main section.el09 .wrapper form {
  margin-top: 1rem;
  /* フォーム */
}

main section.el09 .wrapper form th.required {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main section.el09 .wrapper form th.required::before {
  position: absolute;
  content: '必須';
  background-color: #FF0000;
  color: #fff;
  top: 50%;
  left: calc(100% + 5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 12px;
  padding: 3px;
}

main section.el09 .wrapper form td {
  margin-top: 0.5rem;
}

main section.el09 .wrapper form td.form-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

main section.el09 .wrapper form td input {
  border: 1px solid #C9CACA;
  line-height: 2;
  border-radius: 5px;
  width: 100%;
}

main section.el09 .wrapper form td textarea {
  border: 1px solid #C9CACA;
  line-height: 2;
  border-radius: 5px;
  width: 100%;
}

main section.el09 .wrapper form td select {
  width: 100%;
  border: 1px solid #c9caca;
  border-radius: 5px;
}

main section.el09 .wrapper form .contact_button#confirmButton {
  cursor: pointer;
  opacity: 0.5;
}

main section.el09 .wrapper form .contact_button#confirmButton:disabled {
  cursor: not-allowed;
}

main section.el09 .wrapper form .policy {
  margin-top: 1rem;
  border: 1px solid #C9CACA;
  border-radius: 5px;
  width: 100%;
  padding: 0.5rem 1rem;
  overflow-y: auto;
  height: 150px;
}

main section.el09 .wrapper form .policy h3 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}

main section.el09 .wrapper form .policy .policy__detail p {
  font-size: 13px;
}

main section.el09 .wrapper form .policy .policy__detail h4 {
  margin: 1rem 0;
}

main section.el09 .wrapper form .policy .policy__detail ol {
  list-style: disc;
  list-style-position: inside;
}

main section.el09 .wrapper form .policy .policy__detail ol li {
  font-size: 13px;
}

main section.el09 .wrapper form .policy__agree {
  background-color: #F0F0F0;
  line-height: 65px;
  margin-top: 0.5rem;
  padding: 10px 15px;
}
main section.el09 .wrapper form .policy__agree a {
color: #00913A;
text-decoration: underline;
}

@media screen and (max-width: 768px) {
  main section.el09 .wrapper form .policy__agree {
    line-height: 160%;
  }
}

main section.el09 .wrapper form .policy__agree label {
  width: 100%;
  height: 100%;
  display: block;
}

main section.el09 .wrapper form .policy__agree label input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 1rem 0 0rem;
}

main section.el09 .wrapper form button {
  width: 445px;
  height: 75px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 2rem auto 3rem;
}

@media screen and (max-width: 768px) {
  main section.el09 .wrapper form button {
    width: 100%;
    max-width: 380px;
    height: 60px;
  }
}

main section.el09 .wrapper form button::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main section.el09 .wrapper form button::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -100%) rotate(45deg);
          transform: translate(0, -100%) rotate(45deg);
}

main section.el09 .wrapper form button:hover {
  opacity: 0.8;
}

main section.el09 .wrapper form #formbase {
  margin: 0 auto 80px;
  max-width: 800px;
}

main section.el09 .wrapper form #formWrap {
  margin: 0px auto;
}

main section.el09 .wrapper form table.formTable {
  margin: 0px auto;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

main section.el09 .wrapper form table.formTable td, main section.el09 .wrapper form th {
  float: left;
  font-size: 16px;
  width: 100%;
}

main section.el09 .wrapper form table.formTable td {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.el09 .wrapper form table.formTable th {
  margin-bottom: 5px;
  font-weight: bold;
}

main section.el09 .wrapper form .sendbutton {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main section.el09 .wrapper form input.contact_button {
  width: 445px;
  height: 75px;
  text-align: center;
  background-color: #00913A;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 15px;
}

main section.el09 .wrapper form input.contact_button:hover {
  opacity: 0.8;
}

main section.el09 .wrapper form .contact_button {
  width: 445px;
  height: 75px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#20AA38), to(#00913A));
  background: linear-gradient(to right, #20AA38, #00913A);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 30px auto 80px;
}

main section.el09 .wrapper form .contact_button:hover {
  opacity: 0.8;
}

main section.el09 .wrapper form input, main section.el09 .wrapper form textarea, main section.el09 .wrapper form select {
  padding: 0.5rem 1rem;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  main section.el09 .wrapper form #formbase {
    margin: 0 auto 40px;
    max-width: 800px;
  }
  main section.el09 .wrapper form #formWrap {
    margin: 0px auto;
  }
  main section.el09 .wrapper form table.formTable {
    margin: 0px auto;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
  }
  main section.el09 .wrapper form table.formTable td, main section.el09 .wrapper form th {
    float: left;
    font-size: 14px;
    width: 100%;
  }
  main section.el09 .wrapper form table.formTable td {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.el09 .wrapper form table.formTable th {
    margin-bottom: 5px;
    font-weight: bold;
  }
  main section.el09 .wrapper form .sendbutton {
    margin: 15px auto 0;
    display: block;
  }
  main section.el09 .wrapper form input.contact_button {
    width: 100%;
    max-width: 380px;
    height: 60px;
    font-size: 16px;
  }
  main section.el09 .wrapper form .contact_button {
    width: 100%;
    max-width: 380px;
    height: 60px;
    font-size: 16px;
    margin: 30px auto 40px;
  }
}

footer {
  background-color: #004A26;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 1rem 0;
  }
}

footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 2rem auto;
  line-height: 1.5;
}

footer .page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004A26;
  color: #fff;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  border: 1px solid #fff;
    font-size: 14px;
}

@media screen and (max-width: 1080px) {
  footer .page-top-btn {
    width: 50px;
        height: 50px;
        font-size: 12px;
        bottom: 60px;
        right: 10px;
  }
}

footer .page-top-btn.show {
  opacity: 1;
  visibility: visible;
}

footer .page-top-btn:hover {
  opacity: 0.8;
}

footer .toformbtn {
  position: fixed;
  bottom: 0;
  background-color: #00913A;
  width: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}

footer .toformbtn a {
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: block;
}

footer .toformbtn.show {
  opacity: 1;
  visibility: visible;
}

footer .toformbtn:hover {
  opacity: 0.8;
}

.contact_button {
  width: 445px;
  height: 75px;
  text-align: center;
  background-color: #00913A;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 15px;
}
.contact_button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
.contact_button {
    width: 100%;
    max-width: 380px;
    height: 60px;
    font-size: 16px;
  }
}


/* Contact Form 7 */
.wpcf7-form-control-wrap{
  width: 100%;
}
div.wpcf7 .ajax-loader{
  display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
main section.el09 .wrapper form td select{
  line-height: 2;
}


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



/* 250422 */
.is_pc {
  display: block;
}
@media screen and (max-width: 768px){
  .is_pc {
      display: none;
  }
}
.is_sp {
  display: none;
}
@media screen and (max-width: 768px){
  .is_sp {
      display: block;
  }
}
@media screen and (max-width: 768px){
  main section.el01 .wrapper .el01__left figure {
      margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main section.el05 .wrapper .el05__div div h3 {
      height: fit-content;
  }
}
.el01__topflex {
  display: flex;
}

.is__sp481 {
  display: none;
}
@media screen and (max-width: 481px){
  .is__sp481 {
    display: block;
  }
}