@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.index .section-mailform,
.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.index .section-mailform .heading01,
.lower .contact .heading01 {
  color: var(--clA);
}
.index .section-mailform .heading01 span:before, .index .section-mailform .heading01 span:after,
.lower .contact .heading01 span:before,
.lower .contact .heading01 span:after {
  background-color: var(--clA);
}
.index .section-mailform .txtC,
.lower .contact .txtC {
  color: var(--clP);
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: 800;
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
  line-height: 1.2;
}
.index .section-mailform .contact-cta-buttons,
.lower .contact .contact-cta-buttons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .index .section-mailform .section-mailform-info,
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.index .section-mailform .section-mailform-info br,
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .index .section-mailform .section-mailform-info br,
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.index .section-mailform .section-mailform-info small,
.lower .contact .section-mailform-info small {
  display: block;
  margin-top: 24px;
  margin-top: clamp(24px, 24px + 0.6666666667vw, 32px);
}
@media screen and (min-width:640px) {
  .index .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
.index .section-mailform .formBtn-confirm,
.lower .contact .formBtn-confirm {
  margin-top: 56px;
  margin-top: clamp(56px, 56px + 0.6666666667vw, 64px);
}
.index .section-mailform .formBtn-confirm .contact-form__btn,
.lower .contact .formBtn-confirm .contact-form__btn {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
}
.index .section-mailform .privacy-policy .bg-gray,
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 30px 30px 40px;
  background-color: #f5f5f5;
  max-width: 800px;
  margin: auto;
  border-radius: 4px;
}
@media screen and (max-width:639px) {
  .index .section-mailform .privacy-policy .bg-gray,
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.index .section-mailform .privacy-policy .heading02,
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.index .section-mailform .privacy-policy .scroll,
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.index .section-mailform .privacy-policy h3,
.lower .contact .privacy-policy h3 {
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.index .section-mailform .privacy-policy h4,
.lower .contact .privacy-policy h4 {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.index .section-mailform .privacy-policy p,
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .index .section-mailform .privacy-policy p,
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.index .section-mailform .privacy-policy p:not(:last-child),
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.index .section-mailform .contact-form select, .index .section-mailform .contact-form textarea, .index .section-mailform .contact-form input,
.lower .contact .contact-form select,
.lower .contact .contact-form textarea,
.lower .contact .contact-form input {
  font-family: "M PLUS 1", sans-serif;
  border: 2px solid #e0e0e0;
  padding: 12px;
  border-radius: 4px;
  color: #3f3c3b;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
  background-color: #fff;
}
.index .section-mailform .contact-form__optional, .index .section-mailform .contact-form__required,
.lower .contact .contact-form__optional,
.lower .contact .contact-form__required {
  padding: 4px 12px;
  border-radius: 100px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  font-weight: 600;
}
.index .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
  color: #3f3c3b;
  opacity: 0.3;
}
.index .section-mailform ::placeholder,
.lower .contact ::placeholder {
  color: #3f3c3b;
  opacity: 0.3;
}
.index .section-mailform .sectionBody,
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .index .section-mailform .sectionBody,
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.index .section-mailform .contact-wrap,
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.index .section-mailform .contact-box a,
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #64b600;
  border-radius: 4px;
  color: #64b600;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-box a,
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.index .section-mailform .contact-box a .icon,
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.index .section-mailform .contact-box a .icon img,
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailform .contact-box a .icon,
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .index .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.index .section-mailform .contact-box a .primary,
.lower .contact .contact-box a .primary {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: bold;
}
.index .section-mailform .contact-box a .primary.tel,
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.index .section-mailform .contact-form,
.lower .contact .contact-form {
  margin-bottom: 4em;
  margin-top: 64px;
}
.index .section-mailform .contact-form__item,
.lower .contact .contact-form__item {
  display: flex;
  gap: 16px;
  gap: clamp(16px, 16px + 2.6666666667vw, 48px);
  align-items: flex-start;
}
.index .section-mailform .contact-form__item:nth-last-child(2), .index .section-mailform .contact-form__item:last-child,
.lower .contact .contact-form__item:nth-last-child(2),
.lower .contact .contact-form__item:last-child {
  border: none;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-form__item,
  .lower .contact .contact-form__item {
    flex-direction: column;
    gap: 0;
  }
}
.index .section-mailform .contact-form__ttl,
.lower .contact .contact-form__ttl {
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  color: var(--clText);
  letter-spacing: 0.025em;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .section-mailform .contact-form__ttl:last-child,
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
@media screen and (min-width:640px) {
  .index .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    flex-basis: 19em;
  }
}
.index .section-mailform .contact-form__body,
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.index .section-mailform .contact-form__2col,
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index .section-mailform .contact-form__2col span,
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.index .section-mailform .contact-form__required,
.lower .contact .contact-form__required {
  background-color: #ff7300;
}
.index .section-mailform .contact-form__optional,
.lower .contact .contact-form__optional {
  background-color: #3f3c3b;
}
.index .section-mailform .contact-form__inputL,
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.index .section-mailform .contact-form__inputM,
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.index .section-mailform .contact-form__inputS,
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .index .section-mailform .contact-form__inputS,
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.index .section-mailform .contact-form__text,
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.index .section-mailform .contact-form input,
.lower .contact .contact-form input {
  font-weight: 600;
}
.index .section-mailform .contact-form input[type=checkbox],
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.index .section-mailform .contact-form input[type=checkbox]:hover,
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.index .section-mailform .contact-form input[type=radio],
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.index .section-mailform .contact-form input:invalid,
.lower .contact .contact-form input:invalid {
  background: #fff;
}
.index .section-mailform .contact-form textarea,
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.index .section-mailform .contact-form textarea:invalid,
.lower .contact .contact-form textarea:invalid {
  background: #f5f5f5;
}
.index .section-mailform .contact-form .radio,
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.index .section-mailform .contact-form .radio li,
.lower .contact .contact-form .radio li {
  flex-basis: calc(50% - 2px);
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid var(--clBD);
  padding: 12px;
  margin-bottom: 0;
  cursor: pointer;
}
.index .section-mailform .contact-form .radio li label,
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.index .section-mailform .contact-form .checkbox li,
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.index .section-mailform .contact-form .checkbox li label,
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .index .section-mailform .contact-form .checkbox li,
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.index .section-mailform .contact-form__submit,
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.index .section-mailform .contact-form__btn,
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: 800;
  background-color: #ff7300;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  padding-block: 21px;
  padding-block: clamp(21px, 21px + 0.25vw, 24px);
  padding-inline: 70px;
  padding-inline: clamp(70px, 70px + 0.8333333333vw, 80px);
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
.index .section-mailform .contact-form__btn:hover,
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.index .section-mailform .contact-form__btn.back,
.lower .contact .contact-form__btn.back {
  background-color: #e0e0e0;
  color: #3f3c3b;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.index .section-mailform .contact-form__btn.back:hover, .index .section-mailform .contact-form__btn.back:active,
.lower .contact .contact-form__btn.back:hover,
.lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.index .section-mailform .contact-form .privacy-check,
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.index .section-mailform .contact-form .privacy-check input,
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-form .privacy-check input,
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.index .section-mailform .contact-form .privacy-check label,
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-form .privacy-check label,
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.index .section-mailform .contact-form .privacy-check a,
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.index .section-mailform .contact-error,
.lower .contact .contact-error {
  color: #f05000;
}
.index .section-mailform .thanks h3,
.lower .contact .thanks h3 {
  text-align: center;
}
.index .section-mailform .thanks .txtC,
.lower .contact .thanks .txtC {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.index .section-mailform .thanks .contactStep .step .stepContact,
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #3f3c3b;
  padding: 10px 10px 10px 10px;
}
.index .section-mailform .thanks .contactStep .step .stepContact:before,
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.index .section-mailform .thanks .contactStep .step .stepConfirm,
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #3f3c3b;
}
.index .section-mailform .thanks .contactStep .step .stepConfirm:before,
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.index .section-mailform .thanks .contactStep .step .stepThanks,
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #64b600;
  color: #FFF;
}
.index .section-mailform .thanks .contactStep .step .stepThanks:before,
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.index .section-mailform .thanks .mainTxt,
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .index .section-mailform .thanks .mainTxt,
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.index .section-mailform .thanks .thanksTel,
.lower .contact .thanks .thanksTel {
  color: #64b600;
  font-weight: 700;
  padding-top: 1em;
}
.index .section-mailform .thanks .thanks-message,
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.index .section-mailform .thanks .thanks-error,
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.index .section-mailform .thanks .thanks-error p,
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .index .section-mailform .thanks .thanksError,
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .index .section-mailform .thanks .thanksError p,
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .index .section-mailform .thanks .thanksError .thanks-error__list,
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .index .section-mailform .thanks .thanksError .thanksTel,
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .infomationLeft {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.infomation h2 {
  font-size: 34px;
  font-size: clamp(34px, 34px + 0.5vw, 40px);
  text-align: center;
}
.infomation h2 small {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
}
.infomation .btn {
  white-space: nowrap;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
  padding-left: 41px;
  padding-left: clamp(41px, 41px + 0.5833333333vw, 48px);
  padding-right: 41px;
  padding-right: clamp(41px, 41px + 0.5833333333vw, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 250px;
}
.infomation ul {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30.5px;
  margin-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 36px);
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: 24px;
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li:not(:last-child) {
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.infomation li time {
  color: var(--clText);
  white-space: nowrap;
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.1666666667vw, 18px);
  font-weight: 700;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
  font-weight: 600;
  display: flex;
  gap: 21px;
  gap: clamp(21px, 21px + 0.25vw, 24px);
}
.infomation li a:before {
  content: "";
  background-color: var(--clS);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100px;
  flex-shrink: 0;
  transform: translateY(0.6em);
}

h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .strength-section {
  background-color: var(--clBGP);
  padding-bottom: 56px;
  padding-bottom: clamp(56px, 56px + 0.6666666667vw, 64px);
}
@media screen and (max-width:639px) {
  .index .strength-section {
    margin-top: 64px;
  }
}
.index .strength-section .sectionInner {
  max-width: 960px;
}
.index .strength-section .sectionInner .heading01 {
  transform: translateY(-0.7em);
}
.index .strength-section .sectionInner .strength-list {
  margin-top: -2.5em;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: clamp(16px, 16px + 0.6666666667vw, 24px);
}
@media screen and (max-width:639px) {
  .index .strength-section .sectionInner .strength-list {
    margin-top: -1.7em;
  }
}
.index .strength-section .sectionInner .strength-list .strength-item {
  background-color: #fff;
  border-radius: 100px;
  padding-block: 20px;
  padding-block: clamp(20px, 20px + 0.3333333333vw, 24px);
  padding-inline: 16px;
  padding-inline: clamp(16px, 16px + 2.6666666667vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .strength-section .sectionInner .strength-list .strength-item p {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.9166666667vw, 24px);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
.index .strength-section .sectionInner .strength-list .strength-item p strong {
  font-size: 14px;
  font-size: clamp(14px, 14px + 1.1666666667vw, 28px);
  color: var(--clP);
  font-weight: 800;
}
.index .price-section .sectionInner .price-list .price-item {
  display: flex;
  border: 4px solid var(--clPW);
  border-radius: 16px;
  padding-block: 34px;
  padding-block: clamp(34px, 34px + 0.5vw, 40px);
  padding-inline: 0px;
  padding-inline: clamp(0px, 0px + 5vw, 60px);
  gap: 6px;
  gap: clamp(6px, 6px + 4.1666666667vw, 56px);
}
@media screen and (min-width:1400px) {
  .index .price-section .sectionInner .price-list .price-item {
    gap: 80px;
  }
}
.index .price-section .sectionInner .price-list .price-item:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: clamp(8px, 8px + 4vw, 56px);
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item {
    border: 3px solid var(--clP);
  }
}
@media screen and (min-width:1025px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt {
    flex-basis: 63%;
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt h3 {
  color: var(--clP);
  font-size: 26px;
  font-size: clamp(26px, 26px + 0.5vw, 32px);
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt h3 {
    text-align: center;
  }
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt h3 {
    line-height: 1.4;
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .spec-head {
  display: flex;
  gap: 17px;
  gap: clamp(17px, 17px + 0.25vw, 20px);
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
  padding-bottom: 21px;
  padding-bottom: clamp(21px, 21px + 0.25vw, 24px);
  border-bottom: 1px solid var(--clBD);
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .spec-head {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    gap: clamp(4px, 4px + 0.1666666667vw, 6px);
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta .spec-tags {
  display: flex;
  gap: 4px;
  gap: clamp(4px, 4px + 0.1666666667vw, 6px);
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta .spec-tags {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta .spec-tag,
.index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta .price-note {
  line-height: 1;
  border: 2px solid var(--clBD);
  padding: 6px 16px 8px 16px;
  padding-inline: 12px;
  padding-inline: clamp(12px, 12px + 0.25vw, 15px);
  border-radius: 4px;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  font-weight: 600;
  white-space: nowrap;
}
.index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta .price-note {
  color: var(--clTextR);
  border-color: var(--clTextR);
  display: inline-block;
}
@media screen and (min-width:1025px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .spec-meta .price-note {
    margin-top: 8px;
    margin-top: clamp(8px, 8px + 0.1666666667vw, 10px);
  }
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .warranty-badge {
    text-align: center;
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-lines {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: clamp(8px, 8px + 0.6666666667vw, 16px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-lines {
    justify-content: center;
  }
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-lines {
    flex-direction: column;
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-lines .price-line dt {
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-lines .price-line dd {
  font-size: 28px;
  font-size: clamp(28px, 28px + 0.3333333333vw, 32px);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-lines .price-line dd span {
  font-size: 10px;
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-lines .price-line:last-child {
  color: var(--clTextR);
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-lines .price-line-triangle {
    transform: translateY(-4px) rotate(90deg);
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight {
  background-color: var(--clBGS);
  border: 2px solid #f05000;
  padding-block: 21px;
  padding-block: clamp(21px, 21px + 0.25vw, 24px);
  padding-inline: 8px;
  padding-inline: clamp(8px, 8px + 2vw, 32px);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight .price-note {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight .price-note {
    width: 50px;
    transform: translateY(-70%);
  }
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight .price-note img {
    filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
  }
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight p {
  color: var(--clTextR);
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight p:first-of-type {
  margin-bottom: 4px;
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight strong {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-size: clamp(32px, 32px + 2vw, 56px);
  font-weight: 700;
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight strong span {
  font-size: 10px;
  font-size: clamp(10px, 10px + 0.1666666667vw, 12px);
}
.index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight .price-includes {
  color: var(--clText);
  display: inline-flex;
  gap: 6px;
  gap: clamp(6px, 6px + 0.1666666667vw, 8px);
  flex-wrap: wrap;
  margin-top: 10px;
  margin-top: clamp(10px, 10px + 0.1666666667vw, 12px);
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item .price-txt .price-highlight .price-includes {
    justify-content: center;
  }
}
@media screen and (min-width:1025px) {
  .index .price-section .sectionInner .price-list .price-item .product-img {
    flex-basis: 27%;
  }
}
@media screen and (max-width:1024px) {
  .index .price-section .sectionInner .price-list .price-item .product-img {
    text-align: center;
  }
}
@media screen and (max-width:639px) {
  .index .price-section .sectionInner .price-list .price-item .product-img {
    text-align: center;
  }
  .index .price-section .sectionInner .price-list .price-item .product-img img {
    max-width: 240px;
    width: 55vw;
  }
}
.index .flow-section {
  background-color: var(--clBGP);
}
.index .flow-section .sectionInner .flow-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.index .flow-section .sectionInner .flow-list .flow-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  gap: clamp(12px, 12px + 1vw, 24px);
  background: #ffffff;
  border-radius: 16px;
  padding-inline: 16px;
  padding-inline: clamp(16px, 16px + 4vw, 64px);
  padding-block: 24px;
  padding-block: clamp(24px, 24px + 1.3333333333vw, 40px);
}
@media screen and (min-width:1400px) {
  .index .flow-section .sectionInner .flow-list .flow-item {
    padding-inline: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .flow-section .sectionInner .flow-list .flow-item {
    flex-direction: column;
    align-items: center;
  }
}
.index .flow-section .sectionInner .flow-list .flow-item:not(:last-child)::after {
  content: url(/assets/img/cmn/flow_triangle.svg);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 24px;
  transform: translateX(-50%) translateY(24px);
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .index .flow-section .sectionInner .flow-list .flow-item .flow-left {
    flex: 0 0 112px;
  }
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-left .flow-step {
  width: 80px;
  height: 80px;
  background-color: var(--clS);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-left .flow-step span {
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-left .flow-step b {
  font-size: 28px;
  font-size: clamp(28px, 28px + 0.3333333333vw, 32px);
  margin-top: 2px;
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-right {
  flex: 1 1 auto;
  font-weight: 600;
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-right h3 {
  font-size: 28px;
  font-size: clamp(28px, 28px + 0.3333333333vw, 32px);
  color: var(--clP);
  margin-bottom: 16px;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width:639px) {
  .index .flow-section .sectionInner .flow-list .flow-item .flow-right h3 {
    text-align: center;
  }
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-right p {
  margin: 0 0 10px;
  color: #3f3c3b;
  line-height: 1.9;
}
@media screen and (max-width:639px) {
  .index .flow-section .sectionInner .flow-list .flow-item .flow-right p {
    text-align: center;
  }
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-right .contact-cta-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-right strong {
  color: var(--clP);
  font-weight: 600;
}
.index .flow-section .sectionInner .flow-list .flow-item .flow-right .weak {
  color: var(--clTextW);
  font-weight: 600;
}
.index .area-section .sectionInner .area-map {
  text-align: center;
}
.index .faq-section {
  background-color: var(--clBGP);
}
.index .faq-section .sectionInner .faq-item {
  background-color: #fff;
  padding-block: 16px;
  padding-block: clamp(16px, 16px + 0vw, 16px);
  padding-inline: 6px;
  padding-inline: clamp(6px, 6px + 2.8333333333vw, 40px);
  padding-bottom: 0;
  border-radius: 8px;
  position: relative;
}
.index .faq-section .sectionInner .faq-item:not(:last-child) {
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.index .faq-section .sectionInner .faq-item .faq-label {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-size: clamp(20px, 20px + 1.6666666667vw, 40px);
  font-weight: 700;
  line-height: 1;
}
.index .faq-section .sectionInner .faq-item .faq-question,
.index .faq-section .sectionInner .faq-item .faq-answer {
  display: flex;
  gap: 8px;
  gap: clamp(8px, 8px + 0.6666666667vw, 16px);
  align-items: center;
}
.index .faq-section .sectionInner .faq-item .faq-question {
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.5vw, 22px);
  padding-bottom: 14px;
  padding-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.index .faq-section .sectionInner .faq-item .faq-question .faq-label {
  color: var(--clS);
}
.index .faq-section .sectionInner .faq-item .faq-question p {
  line-height: 1.4;
}
.index .faq-section .sectionInner .faq-item .faq-question:after {
  content: "";
  background-image: url(/assets/img/cmn/faq_ico_open.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
  margin-left: auto;
}
@media screen and (max-width:639px) {
  .index .faq-section .sectionInner .faq-item .faq-question:after {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}
.index .faq-section .sectionInner .faq-item[open] .faq-question:after {
  background-image: url(/assets/img/cmn/faq_ico_close.svg);
}
.index .faq-section .sectionInner .faq-item .faq-answer {
  align-items: start;
  padding-block: 14px;
  padding-block: clamp(14px, 14px + 0.1666666667vw, 16px);
  border-top: 1px solid var(--clBD);
  font-size: 15px;
  font-size: clamp(15px, 15px + 0.4166666667vw, 20px);
  font-weight: 600;
  line-height: 1.7;
}
.index .faq-section .sectionInner .faq-item .faq-answer .faq-label {
  color: var(--clA);
}
.index .faq-section .sectionInner .faq-item .faq-answer p {
  line-height: 1.7;
}
.index .faq-section .sectionInner .faq-item .faq-answer .listNormal li {
  line-height: 1.7;
}
.index .company-section .sectionInner {
  max-width: 720px;
}
.index .section-mailform {
  background-color: var(--clBGCV);
}
.index .section-mailform .heading01 {
  color: var(--clA);
}
.index .section-mailform .heading01 span:before, .index .section-mailform .heading01 span:after {
  background-color: var(--clA);
}
.index .section-mailform .contact-cta-buttons {
  display: flex;
  justify-content: center;
}
.index .section-mailform .txtC {
  color: var(--clP);
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: 800;
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
  line-height: 1.2;
}
.index .section-mailformWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width:1025px) {
  .index .section-mailformWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .index .section-mailformWrap > * {
    width: calc((100% - calc(40px * 1)) / 2);
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .section-mailformWrap > * {
    width: 100%;
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .section-mailformWrap {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailformWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .section-mailformWrap > * {
    width: calc((100% - calc(10px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .section-mailformWrap > * {
    width: 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .section-mailformWrap {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailformWrap {
    flex-direction: column;
    gap: 20px;
  }
}
.index .section-mailformWrap a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width:639px) {
  .index .section-mailformWrap a {
    gap: 25px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailformWrap a {
    gap: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-mailformWrap a {
    gap: 25px;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailformWrap a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailformWrap a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-mailformWrap a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailformWrap a {
    min-height: 130px;
  }
}
.index .section-mailformWrap a .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:639px) {
  .index .section-mailformWrap a .primary {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailformWrap a .primary {
    font-size: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-mailformWrap a .primary {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailformWrap a .primary {
    font-size: clamp(20px, 2.8571428571vw, 24px);
  }
}
.index .test01 .ichiran {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index .test01 .ichiran > * {
  width: calc((100% - calc(30px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .index .test01 .ichiran > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .index .test01 .ichiran {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .test01 .ichiran {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .test01 .ichiran > * {
    width: calc((100% - calc(10px * 1)) / 2);
  }
}
@media screen and (max-width:639px) and (max-width: 639px) {
  .index .test01 .ichiran > * {
    width: 100%;
  }
}
@media screen and (max-width:639px) and (max-width: 639px) {
  .index .test01 .ichiran {
    flex-direction: column;
  }
}
.index .test01 .ichiran > div {
  background-color: var(--clP);
}
@media screen and (min-width:640px) {
  .index .test01 .ichiran02 {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2.380952381vw, 40px);
  }
  .index .test01 .ichiran02 > * {
    width: calc((100% - calc(clamp(10px, 2.380952381vw, 40px) * 2)) / 3);
  }
}
@media screen and (min-width:640px) and (max-width: 639px) {
  .index .test01 .ichiran02 > * {
    width: 100%;
  }
}
@media screen and (min-width:640px) and (max-width: 639px) {
  .index .test01 .ichiran02 {
    flex-direction: column;
  }
}
.index .test01 .ichiran02 > div {
  background-color: var(--clP);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.mainImg {
  color: var(--clBG);
}
.mainImgInner {
  height: 100%;
  max-width: 1300px;
  position: relative;
}

.mainImg {
  background-image: url(/assets/img/cmn/kv-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width:640px) {
  .mainImg {
    aspect-ratio: 90/43;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    background-image: url(/assets/img/cmn/kv-img_sp@2x.png);
    aspect-ratio: 6/8;
  }
}
.mainImg .mainImgInner {
  position: relative;
  box-sizing: border-box;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .mainImg .mainImgInner {
    gap: 0;
    justify-content: flex-start;
    padding-top: 32px;
  }
}
.mainImg .mainImgInner .kv-head {
  position: relative;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-4.3vw);
}
.mainImg .mainImgInner .kv-head .kv-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mainImg .mainImgInner .kv-head .kv-lines .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5vw;
  /* 装飾線の占有幅のみ確保（色指定なし） */
  height: 70%;
}
.mainImg .mainImgInner .kv-head .kv-lines .line.-left {
  left: 0;
}
.mainImg .mainImgInner .kv-head .kv-lines .line.-right {
  right: 0;
}
.mainImg .mainImgInner .kv-head h2 {
  margin-bottom: 0;
}
.mainImg .mainImgInner .kv-head .is-accent {
  white-space: nowrap;
}
.mainImg .mainImgInner .kv-illustrations {
  /* サイドの人物を基準配置 */
}
.mainImg .mainImgInner .kv-illustrations img {
  position: absolute;
  bottom: 0;
  width: min(25vw, 260px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 22;
}
.mainImg .mainImgInner .kv-illustrations img:first-child {
  left: max(-3vw, -24px);
  width: min(25vw, 290px);
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .mainImg .mainImgInner .kv-illustrations img:first-child {
    width: 21vw;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImgInner .kv-illustrations img:first-child {
    width: min(27vw, 310px);
  }
}
.mainImg .mainImgInner .kv-illustrations img:last-child {
  right: max(-3vw, -24px);
}
@media screen and (max-width:1399px) and (min-width:1025px) {
  .mainImg .mainImgInner .kv-illustrations img:last-child {
    width: min(19vw, 220px);
    width: 18vw;
  }
}
.mainImg .mainImgInner .kv-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  gap: clamp(0px, 0px + 2vw, 24px);
  align-items: center;
  justify-items: center;
  max-width: 760px;
  width: 100%;
  transform: translateY(-0.5vw);
}
@media screen and (max-width:639px) {
  .mainImg .mainImgInner .kv-points {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 80vw;
    transform: translateY(-2.5vw);
  }
}
.mainImg .mainImgInner .kv-points .kv-point {
  width: 100%;
  aspect-ratio: 1/1;
  border: 8px solid var(--clPW);
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  gap: clamp(8px, 8px + 0.3333333333vw, 12px);
  text-align: center;
}
.mainImg .mainImgInner .kv-points .kv-point h3 {
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 13.7px;
  font-size: clamp(13.7px, 13.7px + 0.8583333333vw, 24px);
}
.mainImg .mainImgInner .kv-points .kv-point strong {
  color: var(--clP);
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .mainImg .mainImgInner .kv-points .kv-point {
    max-width: 38vw;
    width: 38vw;
    border: 4px solid var(--clPW);
    padding: 10px;
  }
  .mainImg .mainImgInner .kv-points .kv-point:first-child {
    grid-column: 1/-1;
    justify-self: center;
    transform: translateY(4vw);
  }
}
.mainImg .mainImgInner .kv-points .kv-point .point-emblem {
  aspect-ratio: 1/1;
}
@media screen and (max-width:639px) {
  .mainImg .mainImgInner .kv-points .kv-point .point-emblem img {
    width: 24px;
    height: 24px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: var(--clBGP);
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  font-size: 30px;
  font-size: clamp(30px, 30px + 0.5vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents {
  padding-bottom: 30.5px;
  padding-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 36px);
}

.lower .contents > section {
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: var(--clP);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.index .section-mailform,
.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.index .section-mailform .heading01,
.lower .contact .heading01 {
  color: var(--clA);
}
.index .section-mailform .heading01 span:before, .index .section-mailform .heading01 span:after,
.lower .contact .heading01 span:before,
.lower .contact .heading01 span:after {
  background-color: var(--clA);
}
.index .section-mailform .txtC,
.lower .contact .txtC {
  color: var(--clP);
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: 800;
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
  line-height: 1.2;
}
.index .section-mailform .contact-cta-buttons,
.lower .contact .contact-cta-buttons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .index .section-mailform .section-mailform-info,
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.index .section-mailform .section-mailform-info br,
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .index .section-mailform .section-mailform-info br,
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.index .section-mailform .section-mailform-info small,
.lower .contact .section-mailform-info small {
  display: block;
  margin-top: 24px;
  margin-top: clamp(24px, 24px + 0.6666666667vw, 32px);
}
@media screen and (min-width:640px) {
  .index .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
.index .section-mailform .formBtn-confirm,
.lower .contact .formBtn-confirm {
  margin-top: 56px;
  margin-top: clamp(56px, 56px + 0.6666666667vw, 64px);
}
.index .section-mailform .formBtn-confirm .contact-form__btn,
.lower .contact .formBtn-confirm .contact-form__btn {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
}
.index .section-mailform .privacy-policy .bg-gray,
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 30px 30px 40px;
  background-color: #f5f5f5;
  max-width: 800px;
  margin: auto;
  border-radius: 4px;
}
@media screen and (max-width:639px) {
  .index .section-mailform .privacy-policy .bg-gray,
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.index .section-mailform .privacy-policy .heading02,
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.index .section-mailform .privacy-policy .scroll,
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.index .section-mailform .privacy-policy h3,
.lower .contact .privacy-policy h3 {
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.index .section-mailform .privacy-policy h4,
.lower .contact .privacy-policy h4 {
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.index .section-mailform .privacy-policy p,
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .index .section-mailform .privacy-policy p,
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.index .section-mailform .privacy-policy p:not(:last-child),
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.index .section-mailform .contact-form input, .index .section-mailform .contact-form textarea, .index .section-mailform .contact-form select,
.lower .contact .contact-form input,
.lower .contact .contact-form textarea,
.lower .contact .contact-form select {
  font-family: "M PLUS 1", sans-serif;
  border: 2px solid #e0e0e0;
  padding: 12px;
  border-radius: 4px;
  color: #3f3c3b;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
  background-color: #fff;
}
.index .section-mailform .contact-form__required, .index .section-mailform .contact-form__optional,
.lower .contact .contact-form__required,
.lower .contact .contact-form__optional {
  padding: 4px 12px;
  border-radius: 100px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  font-weight: 600;
}
.index .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
  color: #3f3c3b;
  opacity: 0.3;
}
.index .section-mailform ::placeholder,
.lower .contact ::placeholder {
  color: #3f3c3b;
  opacity: 0.3;
}
.index .section-mailform .sectionBody,
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .index .section-mailform .sectionBody,
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.index .section-mailform .contact-wrap,
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.index .section-mailform .contact-box a,
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #64b600;
  border-radius: 4px;
  color: #64b600;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-box a,
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.index .section-mailform .contact-box a .icon,
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.index .section-mailform .contact-box a .icon img,
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailform .contact-box a .icon,
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .index .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.index .section-mailform .contact-box a .primary,
.lower .contact .contact-box a .primary {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
  font-weight: bold;
}
.index .section-mailform .contact-box a .primary.tel,
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.index .section-mailform .contact-form,
.lower .contact .contact-form {
  margin-bottom: 4em;
  margin-top: 64px;
}
.index .section-mailform .contact-form__item,
.lower .contact .contact-form__item {
  display: flex;
  gap: 16px;
  gap: clamp(16px, 16px + 2.6666666667vw, 48px);
  align-items: flex-start;
}
.index .section-mailform .contact-form__item:nth-last-child(2), .index .section-mailform .contact-form__item:last-child,
.lower .contact .contact-form__item:nth-last-child(2),
.lower .contact .contact-form__item:last-child {
  border: none;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-form__item,
  .lower .contact .contact-form__item {
    flex-direction: column;
    gap: 0;
  }
}
.index .section-mailform .contact-form__ttl,
.lower .contact .contact-form__ttl {
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  color: var(--clText);
  letter-spacing: 0.025em;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .section-mailform .contact-form__ttl:last-child,
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
@media screen and (min-width:640px) {
  .index .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    flex-basis: 19em;
  }
}
.index .section-mailform .contact-form__body,
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.index .section-mailform .contact-form__2col,
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index .section-mailform .contact-form__2col span,
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.index .section-mailform .contact-form__required,
.lower .contact .contact-form__required {
  background-color: #ff7300;
}
.index .section-mailform .contact-form__optional,
.lower .contact .contact-form__optional {
  background-color: #3f3c3b;
}
.index .section-mailform .contact-form__inputL,
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.index .section-mailform .contact-form__inputM,
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.index .section-mailform .contact-form__inputS,
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .index .section-mailform .contact-form__inputS,
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.index .section-mailform .contact-form__text,
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.index .section-mailform .contact-form input,
.lower .contact .contact-form input {
  font-weight: 600;
}
.index .section-mailform .contact-form input[type=checkbox],
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.index .section-mailform .contact-form input[type=checkbox]:hover,
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.index .section-mailform .contact-form input[type=radio],
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.index .section-mailform .contact-form input:invalid,
.lower .contact .contact-form input:invalid {
  background: #fff;
}
.index .section-mailform .contact-form textarea,
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.index .section-mailform .contact-form textarea:invalid,
.lower .contact .contact-form textarea:invalid {
  background: #f5f5f5;
}
.index .section-mailform .contact-form .radio,
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.index .section-mailform .contact-form .radio li,
.lower .contact .contact-form .radio li {
  flex-basis: calc(50% - 2px);
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid var(--clBD);
  padding: 12px;
  margin-bottom: 0;
  cursor: pointer;
}
.index .section-mailform .contact-form .radio li label,
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.index .section-mailform .contact-form .checkbox li,
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.index .section-mailform .contact-form .checkbox li label,
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .index .section-mailform .contact-form .checkbox li,
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.index .section-mailform .contact-form__submit,
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.index .section-mailform .contact-form__btn,
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: 800;
  background-color: #ff7300;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  padding-block: 21px;
  padding-block: clamp(21px, 21px + 0.25vw, 24px);
  padding-inline: 70px;
  padding-inline: clamp(70px, 70px + 0.8333333333vw, 80px);
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
.index .section-mailform .contact-form__btn:hover,
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.index .section-mailform .contact-form__btn.back,
.lower .contact .contact-form__btn.back {
  background-color: #e0e0e0;
  color: #3f3c3b;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.index .section-mailform .contact-form__btn.back:hover, .index .section-mailform .contact-form__btn.back:active,
.lower .contact .contact-form__btn.back:hover,
.lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.index .section-mailform .contact-form .privacy-check,
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.index .section-mailform .contact-form .privacy-check input,
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-form .privacy-check input,
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.index .section-mailform .contact-form .privacy-check label,
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .index .section-mailform .contact-form .privacy-check label,
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.index .section-mailform .contact-form .privacy-check a,
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.index .section-mailform .contact-error,
.lower .contact .contact-error {
  color: #f05000;
}
.index .section-mailform .thanks h3,
.lower .contact .thanks h3 {
  text-align: center;
}
.index .section-mailform .thanks .txtC,
.lower .contact .thanks .txtC {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.index .section-mailform .thanks .contactStep .step .stepContact,
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #3f3c3b;
  padding: 10px 10px 10px 10px;
}
.index .section-mailform .thanks .contactStep .step .stepContact:before,
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.index .section-mailform .thanks .contactStep .step .stepConfirm,
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #3f3c3b;
}
.index .section-mailform .thanks .contactStep .step .stepConfirm:before,
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.index .section-mailform .thanks .contactStep .step .stepThanks,
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #64b600;
  color: #FFF;
}
.index .section-mailform .thanks .contactStep .step .stepThanks:before,
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.index .section-mailform .thanks .mainTxt,
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .index .section-mailform .thanks .mainTxt,
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.index .section-mailform .thanks .thanksTel,
.lower .contact .thanks .thanksTel {
  color: #64b600;
  font-weight: 700;
  padding-top: 1em;
}
.index .section-mailform .thanks .thanks-message,
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.index .section-mailform .thanks .thanks-error,
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.index .section-mailform .thanks .thanks-error p,
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .index .section-mailform .thanks .thanksError,
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .index .section-mailform .thanks .thanksError p,
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .index .section-mailform .thanks .thanksError .thanks-error__list,
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .index .section-mailform .thanks .thanksError .thanksTel,
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #4e8e00;
  --clP: #64b600;
  --clPW: #78cb12;
  --clSD: #85cd00;
  --clS: #aadb0c;
  --clSW: #c1e648;
  --clAD: #e26600;
  --clA: #ff7300;
  --clAW: #ff8f33;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f2fde5;
  --clBGS: #ffffe9;
  --clBGCV: #fff8f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #f05000;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
@media screen and (max-width:639px) {
  .lower.blog .contents .wrapper .mg {
    padding: 0;
  }
}
.lower.blog .contents .wrapper .articleWrap {
  width: 100%;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 41px;
  margin-bottom: clamp(41px, 41px + 0.5833333333vw, 48px);
  padding: 0;
  margin-top: 0;
  max-width: 620px;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #64b600;
  margin: 0 0 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 22px;
  font-size: clamp(22px, 22px + 0.25vw, 25px);
}
.lower.blog .contents .wrapper .articleWrap .article p {
  line-height: 1.8;
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.1666666667vw, 18px);
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5em 0;
  margin-top: 2em;
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
}
.lower.blog .contents .wrapper .sideBox {
  flex-basis: 320px;
  flex-shrink: 0;
}
.lower.blog .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #64b600;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #64b600;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower.blog .contents .wrapper .sideBox section div {
  padding: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox form {
  display: flex;
  gap: 4px;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #64b600;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}

#pager {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  #pager {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  #pager {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#pager a {
  text-decoration: underline;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
}
#pager span.current a {
  text-decoration: none;
}
#pager .pager_prev a,
#pager .pager_last a {
  text-decoration: none;
}/*# sourceMappingURL=pages.css.map */