@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: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --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: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.section-mailform {
  background-color: var(--clBGP);
  padding: 96px 0 120px 0;
  position: relative;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .section-mailform {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-mailform .sectionInner {
  max-width: 960px;
  margin-inline: auto;
  text-align: center;
  width: 100%;
}
.section-mailform .mailform-illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.section-mailform h2 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width:639px) {
  .section-mailform h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform h2 {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform h2 {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform h2 {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform h2 {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform h2 {
    margin-bottom: 48px;
  }
}
.section-mailform .mailform-lead {
  color: var(--clP);
  font-weight: 700;
  line-height: 1.5;
  border-top: 3px solid var(--clP);
  border-bottom: 3px solid var(--clP);
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead {
    margin-bottom: 48px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead {
    padding: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead {
    padding: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead {
    padding: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead {
    padding: 24px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead .marker {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead .marker {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead .marker {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead .marker {
    font-size: 32px;
  }
}
.section-mailform .mailform-lead .marker .highlight {
  color: var(--clA);
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 40px;
  }
}
.section-mailform .mailform-lead .marker .highlight strong {
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 48px;
  }
}
.section-mailform .mailform-lead .marker .exclamation {
  font-family: "Albert Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
}
.section-mailform .mailform-lead p {
  line-height: 1.4;
}
.section-mailform .mailform-tags {
  display: inline-flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 999px;
  padding: 6px 42px;
  border-radius: 9999px;
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    gap: 28px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-tags {
    gap: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-tags {
    gap: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-tags {
    gap: 32px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    margin-top: 14.5px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-tags {
    margin-top: 15px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-tags {
    margin-top: 15.5px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-tags {
    margin-top: 16px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-tags {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-tags {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-tags {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    flex-direction: column;
    gap: 0;
  }
}
.section-mailform .mailform-tags .mailform-tag {
  font-weight: 700;
  color: var(--clText);
}
.section-mailform .mailform-tags .mailform-tag strong {
  color: var(--clP);
  font-weight: 700;
}
.section-mailform .mailform-tags .mailform-tag strong::after {
  content: "・";
  color: var(--clP);
}

.section-mailform,
.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.section-mailform .confirmTxt,
.lower .contact .confirmTxt {
  text-align: center;
}
@media screen and (max-width:639px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info,
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.section-mailform .section-mailform-info br,
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info br,
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.section-mailform .section-mailform-info small,
.lower .contact .section-mailform-info small {
  display: block;
}
@media screen and (max-width:639px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 24px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 26.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 29.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 32px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 64px;
  }
}
.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) {
  .section-mailform .privacy-policy .bg-gray,
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.section-mailform .privacy-policy .heading02,
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.section-mailform .privacy-policy .scroll,
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.section-mailform .privacy-policy h3,
.lower .contact .privacy-policy h3 {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width:639px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 16px;
  }
}
.section-mailform .privacy-policy p,
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .section-mailform .privacy-policy p,
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.section-mailform .privacy-policy p:not(:last-child),
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.section-mailform .contact-form select, .section-mailform .contact-form textarea, .section-mailform .contact-form input,
.section-mailform .contact-form .lower .contact select,
.lower .contact .contact-form select,
.section-mailform .contact-form .lower .contact textarea,
.lower .contact .contact-form textarea,
.section-mailform .contact-form .lower .contact input,
.lower .contact .contact-form input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #e0e0e0;
  padding: 12px;
  border-radius: 4px;
  color: #3f3c3b;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.section-mailform .contact-form__optional, .section-mailform .contact-form__required,
.lower .contact .contact-form__optional,
.lower .contact .contact-form__required {
  font-size: 60%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 5px;
  position: relative;
  top: -1.5px;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__optional, .section-mailform .contact-form__required,
  .lower .contact .contact-form__optional,
  .lower .contact .contact-form__required {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__optional, .section-mailform .contact-form__required,
  .lower .contact .contact-form__optional,
  .lower .contact .contact-form__required {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__optional, .section-mailform .contact-form__required,
  .lower .contact .contact-form__optional,
  .lower .contact .contact-form__required {
    font-size: 21px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__optional, .section-mailform .contact-form__required,
  .lower .contact .contact-form__optional,
  .lower .contact .contact-form__required {
    font-size: 22px;
  }
}
.section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
  color: #8e8683;
  font-weight: 500;
}
.section-mailform ::placeholder,
.lower .contact ::placeholder {
  color: #8e8683;
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 19px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 20px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 21px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 21px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 22px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 22px;
  }
}
.section-mailform .sectionBody,
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .section-mailform .sectionBody,
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-mailform .contact-wrap,
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.section-mailform .contact-box a,
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #54a00b;
  border-radius: 4px;
  color: #54a00b;
  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) {
  .section-mailform .contact-box a,
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.section-mailform .contact-box a .icon,
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.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) {
  .section-mailform .contact-box a .icon,
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.section-mailform .contact-box a .primary,
.lower .contact .contact-box a .primary {
  display: block;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 24px;
  }
}
.section-mailform .contact-box a .primary.tel,
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.section-mailform .contact-form,
.lower .contact .contact-form {
  margin-top: 64px;
}
.section-mailform .contact-form__item,
.lower .contact .contact-form__item {
  display: flex;
  margin-bottom: 2.6em;
}
@media screen and (max-width:1024px) {
  .section-mailform .contact-form__item,
  .lower .contact .contact-form__item {
    flex-direction: column;
    gap: 12px;
  }
}
.section-mailform .contact-form__ttl,
.lower .contact .contact-form__ttl {
  width: 100%;
  letter-spacing: 0.15em;
  text-align: left;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 21px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 23px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    flex: 0 0 14em;
    max-width: 14em;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.section-mailform .contact-form__ttl:last-child,
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.section-mailform .contact-form__body,
.lower .contact .contact-form__body {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 21px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 22px;
  }
}
.section-mailform .contact-form__body p,
.lower .contact .contact-form__body p {
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 18px;
  }
}
.section-mailform .contact-form__body p.attention,
.lower .contact .contact-form__body p.attention {
  color: var(--clTextR);
}
.section-mailform .contact-form__2col,
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-mailform .contact-form__2col span,
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.section-mailform .contact-form__required,
.lower .contact .contact-form__required {
  background-color: var(--clA);
  border-radius: 100px;
  font-weight: 700;
  padding: 1px 12px;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 16px;
  }
}
.section-mailform .contact-form__optional,
.lower .contact .contact-form__optional {
  background-color: #3f3c3b;
  border-radius: 100px;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 16px;
  }
}
.section-mailform .contact-form__inputL,
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
  margin-top: 0 !important;
}
.section-mailform .contact-form__inputM,
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.section-mailform .contact-form__inputS,
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__inputS,
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.section-mailform .contact-form__text,
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.section-mailform .contact-form input,
.lower .contact .contact-form input {
  background-color: #fff;
}
.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;
}
.section-mailform .contact-form input[type=checkbox]:hover,
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.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;
}
.section-mailform .contact-form input:invalid,
.lower .contact .contact-form input:invalid {
  background: #fff;
}
.section-mailform .contact-form textarea,
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.section-mailform .contact-form textarea:invalid,
.lower .contact .contact-form textarea:invalid {
  background: #fff;
}
.section-mailform .contact-form .radio,
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.section-mailform .contact-form .radio li,
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.section-mailform .contact-form .radio li label,
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.section-mailform .contact-form .checkbox li,
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.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) {
  .section-mailform .contact-form .radio li,
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .section-mailform .contact-form .checkbox li,
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.section-mailform .contact-form__submit,
.lower .contact .contact-form__submit {
  text-align: center;
}
.section-mailform .contact-form__btn,
.lower .contact .contact-form__btn {
  display: block;
  font-weight: normal;
  background-color: #e64809;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 32px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    width: 100%;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    padding: 28px 80px;
  }
}
.section-mailform .contact-form__btn:hover,
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.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: 2em;
}
.section-mailform .contact-form__btn.back:hover, .section-mailform .contact-form__btn.back:active,
.lower .contact .contact-form__btn.back:hover,
.lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.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;
}
.section-mailform .contact-form .privacy-check input,
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form .privacy-check input,
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.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) {
  .section-mailform .contact-form .privacy-check label,
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.section-mailform .contact-form .privacy-check a,
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 72px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 74.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 77.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 80px;
  }
}
.section-mailform .contact-error,
.lower .contact .contact-error {
  color: #d44c00;
}
.section-mailform .thanks h3,
.lower .contact .thanks h3 {
  text-align: center;
}
@media screen and (max-width:639px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 15px;
  }
}
.section-mailform .thanks .contactStep .step .stepContact,
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #3f3c3b;
  padding: 10px 10px 10px 10px;
}
.section-mailform .thanks .contactStep .step .stepContact:before,
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.section-mailform .thanks .contactStep .step .stepConfirm,
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #3f3c3b;
}
.section-mailform .thanks .contactStep .step .stepConfirm:before,
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.section-mailform .thanks .contactStep .step .stepThanks,
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #54a00b;
  color: #FFF;
}
.section-mailform .thanks .contactStep .step .stepThanks:before,
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.section-mailform .thanks .mainTxt,
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .section-mailform .thanks .mainTxt,
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.section-mailform .thanks .thanksTel,
.lower .contact .thanks .thanksTel {
  color: #54a00b;
  font-weight: 700;
  padding-top: 1em;
}
.section-mailform .thanks .thanks-message,
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.section-mailform .thanks .thanks-error,
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.section-mailform .thanks .thanks-error p,
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .section-mailform .thanks .thanksError,
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .section-mailform .thanks .thanksError p,
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .section-mailform .thanks .thanksError .thanks-error__list,
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .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: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --clHL: #fff8b7;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.conact-buttons {
  display: flex;
  position: fixed;
  gap: 4px;
  z-index: 999999999;
  transition: 0.8s;
}
@media screen and (max-width:639px) {
  .conact-buttons {
    width: 100%;
    bottom: 0;
    gap: 2px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons {
    flex-direction: column;
    right: 0;
    bottom: 2vh;
    width: 48px;
  }
}
@media screen and (min-width:640px) and (min-width:1025px) {
  .conact-buttons {
    width: 64px;
    top: 16vh;
    bottom: auto;
  }
}
.conact-buttons .button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.conact-buttons .button:hover {
  text-decoration: none;
}
@media screen and (max-width:639px) {
  .conact-buttons .button {
    flex-basis: 33.3%;
    line-height: 1.2;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 4px 4px 0 0;
  }
  .conact-buttons .button .button-icon {
    width: 20px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons .button {
    padding: 19px 0;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width:1025px) {
  .conact-buttons .button {
    padding: 19px;
    font-size: 20px;
  }
}
.conact-buttons .button-mail {
  background: var(--clA);
}
.conact-buttons .button-line {
  background: #19b902;
}
.conact-buttons .button-line small {
  background-color: #fff;
  color: #19b902;
  border-radius: 100px;
}
@media screen and (max-width:639px) {
  .conact-buttons .button-line small {
    font-size: 10px;
    padding: 0 4px;
    margin-left: 4px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons .button-line small {
    padding: 7px 0;
    margin-top: 8px;
  }
}
.conact-buttons .button-tel {
  background: var(--clS);
}
@media screen and (min-width:640px) {
  .conact-buttons .button-tel {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .conact-buttons .button-tel {
    font-family: "Albert Sans", sans-serif;
    font-size: 14.5px;
  }
  .conact-buttons .button-tel .button-icon {
    width: 17px;
  }
}

.index .section-contact .sectionInner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  background: var(--clBGCV);
  border: 6px solid var(--clA);
  border-radius: 16px;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner {
    padding: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner {
    padding: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner {
    padding: 34.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner {
    padding: 40px;
  }
}
.index .section-contact .sectionInner .contact-header {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner .contact-header {
    margin-bottom: 27.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-header {
    margin-bottom: 33.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner .contact-header {
    margin-bottom: 40px;
  }
}
.index .section-contact .sectionInner .contact-header .contact-lead {
  margin-bottom: 8px;
  color: var(--clA);
  letter-spacing: 0.15em;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header .contact-lead {
    font-size: 17.5px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner .contact-header .contact-lead {
    font-size: 18.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-header .contact-lead {
    font-size: 19.1666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner .contact-header .contact-lead {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header .contact-lead {
    margin-bottom: 20px;
  }
}
.index .section-contact .sectionInner .contact-header .contact-title {
  color: var(--clA);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header .contact-title {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner .contact-header .contact-title {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-header .contact-title {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner .contact-header .contact-title {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-contact .sectionInner .contact-header .contact-title br.tb {
    display: block;
  }
}
.index .section-contact .sectionInner .contact-header .contact-title span {
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-contact .sectionInner .contact-header .contact-title span {
    padding: 0 2em;
  }
}
.index .section-contact .sectionInner .contact-header .contact-title span::before, .index .section-contact .sectionInner .contact-header .contact-title span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-contact .sectionInner .contact-header .contact-title span::before, .index .section-contact .sectionInner .contact-header .contact-title span::after {
    width: 2em;
    top: auto;
    top: 72%;
  }
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header .contact-title span::before, .index .section-contact .sectionInner .contact-header .contact-title span::after {
    width: 2em;
    top: auto;
    top: 72%;
  }
}
.index .section-contact .sectionInner .contact-header .contact-title span::before {
  left: -0.4em;
  transform: rotate(60deg) translateY(-50%);
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header .contact-title span::before {
    left: -1.4em;
    transform: rotate(65deg) translateY(-50%);
  }
}
.index .section-contact .sectionInner .contact-header .contact-title span::after {
  right: -0.4em;
  transform: rotate(-60deg) translateY(-50%);
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-header .contact-title span::after {
    right: -1.4em;
    transform: rotate(-65deg) translateY(-50%);
  }
}
.index .section-contact .sectionInner .contact-body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-body {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner .contact-body {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-body {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner .contact-body {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-contact .sectionInner .contact-body {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-body {
    flex-direction: column;
    gap: 24px;
  }
}
.index .section-contact .sectionInner .contact-body .contact-item {
  flex: 1;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-body .contact-item {
    flex: 0 0 32.4%;
    max-width: 32.4%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-contact .sectionInner .contact-body .contact-item {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.index .section-contact .sectionInner .contact-body .contact-item .contact-caption {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-body .contact-item .contact-caption {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner .contact-body .contact-item .contact-caption {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-body .contact-item .contact-caption {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner .contact-body .contact-item .contact-caption {
    font-size: 18px;
  }
}
.index .section-contact .sectionInner .contact-note {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-note {
    font-size: 15px;
  }
}
@media screen and (min-width:640px) {
  .index .section-contact .sectionInner .contact-note {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-contact .sectionInner .contact-note {
    font-size: 17px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-contact .sectionInner .contact-note {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .section-contact .sectionInner .contact-note {
    line-height: 1.5;
  }
}

.contact-item .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
  border-radius: 9999px;
  color: #fff;
  transition: transform 0.15s ease;
  gap: 5px;
  text-decoration: none;
}
.contact-item .contact-btn:hover {
  opacity: 1;
  transform: translateY(-4px);
}
@media screen and (min-width:1025px) {
  .contact-item .contact-btn {
    height: 72px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contact-item .contact-btn {
    height: 60px;
  }
}
@media screen and (max-width:639px) {
  .contact-item .contact-btn {
    height: 56px;
  }
}
.contact-item .contact-btn .btn-icon {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-item--phone {
  align-items: center;
}
.contact-item--phone .contact-caption {
  color: var(--clSD);
}
.contact-item--phone .contact-btn {
  background: var(--clS);
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:639px) {
  .contact-item--phone .contact-btn {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .contact-item--phone .contact-btn {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .contact-item--phone .contact-btn {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .contact-item--phone .contact-btn {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .contact-item--phone .contact-btn {
    height: 56px;
    display: inline-flex;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contact-item--phone .contact-btn {
    font-size: clamp(26px, 26px + (29 - 26) * (100vw - 640px) / (1023 - 640), 29px);
  }
}
.contact-item--phone .contact-btn .btn-icon {
  background-image: url("../img/cmn/ico_tel_white.svg");
  width: 0.7em;
  height: 0.7em;
}
.contact-item--mail .contact-caption {
  color: var(--clA);
}
.contact-item--mail .contact-btn {
  background: #f25c05;
}
@media screen and (max-width:639px) {
  .contact-item--mail .contact-btn {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .contact-item--mail .contact-btn {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .contact-item--mail .contact-btn {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .contact-item--mail .contact-btn {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contact-item--mail .contact-btn {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 640px) / (1023 - 640), 20px);
  }
}
.contact-item--mail .contact-btn .btn-icon {
  background-image: url("../img/cmn/ico_mail_white.svg");
  width: 1.2em;
  height: 1.2em;
}
.contact-item--line .contact-caption {
  color: #19b902;
}
.contact-item--line .contact-btn {
  background: #19b902;
}
@media screen and (max-width:639px) {
  .contact-item--line .contact-btn {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .contact-item--line .contact-btn {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .contact-item--line .contact-btn {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .contact-item--line .contact-btn {
    font-size: 20px;
  }
}
.contact-item--line .contact-btn strong {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:639px) {
  .contact-item--line .contact-btn strong {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .contact-item--line .contact-btn strong {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .contact-item--line .contact-btn strong {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .contact-item--line .contact-btn strong {
    font-size: 32px;
  }
}
.contact-item--line .contact-btn .btn-icon {
  background-image: url("../img/cmn/ico_line_white.svg");
  width: 1em;
  height: 1em;
}

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

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .sectionInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 936px;
}
.index .section-hero {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #EFF7FF;
}
@media screen and (max-width:639px) {
  .index .section-hero {
    padding-top: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .section-hero {
    padding-top: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero {
    padding-top: 48px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero {
    padding-top: 56px;
  }
}
.index .section-hero .sectionInner {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  gap: 24px;
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner {
    gap: 54px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner {
    gap: 86px;
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner {
    flex-direction: column;
  }
}
.index .section-hero .sectionInner .hero-content {
  flex: 1;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-content .hero-eyebrow {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-hero .sectionInner .hero-content .hero-eyebrow {
    margin-bottom: 16px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-content .hero-eyebrow {
    margin-bottom: 18px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-content .hero-eyebrow {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-content .hero-limitation {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-hero .sectionInner .hero-content .hero-limitation {
    margin-bottom: 25.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-content .hero-limitation {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-content .hero-limitation {
    margin-bottom: 28px;
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-content .hero-price {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-hero .sectionInner .hero-content .hero-price {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-content .hero-price {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-content .hero-price {
    margin-bottom: 34px;
  }
}
.index .section-hero .sectionInner .hero-content .hero-benefits {
  display: flex;
  width: 100%;
}
.index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item {
  flex: 0 0 33%;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.05em;
  padding-top: 4px;
  padding-bottom: 8px;
  border-left: 2px dashed #54A00B;
}
.index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item:last-child {
  border-right: 2px dashed #54A00B;
}
.index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .icon-check {
  margin-bottom: 10px;
}
.index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-title {
  text-align: center;
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-title {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-title {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-title {
    font-size: clamp(16px, 16px + 4 * (100vw - 640px) / 383, 20px);
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-title {
    font-size: clamp(16px, 16px + 5 * (100vw - 375px) / 264, 21px);
  }
}
.index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-subtitle {
  text-align: center;
  font-size: 31px;
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-subtitle {
    font-size: clamp(19px, 19px + 8 * (100vw - 640px) / 383, 27px);
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-content .hero-benefits .benefit-item .benefit-content .benefit-subtitle {
    font-size: clamp(21px, 21px + 5 * (100vw - 375px) / 264, 26px);
  }
}
.index .section-hero .sectionInner .hero-visual {
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .index .section-hero .sectionInner .hero-visual {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-visual {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-visual {
    width: 80vw;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.index .section-hero .sectionInner .hero-visual img {
  width: 100%;
}
.index .section-hero .sectionInner .hero-visual .hero-caption {
  position: absolute;
  right: -20px;
  bottom: 100px;
  font-weight: 700;
  line-height: 140%;
  padding: 4px 8px;
  background-color: #fff;
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption {
    bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption {
    bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption strong {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption strong {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption strong {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-hero .sectionInner .hero-visual .hero-caption strong {
    font-size: 18px;
  }
}
.index .section-contact-01 {
  margin-top: 0;
  background-image: linear-gradient(to bottom, #EFF7FF 0%, #EFF7FF 60%, transparent 60%, transparent 100%);
}
.index .section-service-summary .sectionInner {
  background-color: #fff;
}
.index .section-service-summary .sectionInner .service-summary-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .section-service-summary .sectionInner .service-summary-header__illust img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-header__illust img {
    width: 70vw;
    max-width: 320px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-tag {
    margin-bottom: 12px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-tag {
    margin-bottom: 16px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-tag {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-tag {
    margin-bottom: 24px;
  }
}
.index .section-service-summary .sectionInner .service-summary-header .service-summary-title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-title {
    margin-bottom: 48px;
  }
}
.index .section-service-summary .sectionInner .service-summary-header .service-summary-arrow .icon-chevron-down {
  display: inline-block;
  width: 40px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/cmn/arrow_down.svg);
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-arrow .icon-chevron-down {
    width: 23px;
    height: 15px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-arrow {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-arrow {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-arrow {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-header .service-summary-arrow {
    margin-bottom: 48px;
  }
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead {
    margin-bottom: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead {
    margin-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead {
    margin-bottom: 64px;
  }
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    font-size: 21.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead {
    margin-bottom: 16px;
  }
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--lead sup {
  bottom: 0;
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave--wrap {
  text-align: center;
  display: block;
  background-image: url("../img/cmn/service-summary-lead-decoration01.svg"), url("../img/cmn/service-summary-lead-decoration02.svg");
  background-position: left calc(50% + 10px), right calc(50% + 10px);
  background-repeat: no-repeat, no-repeat;
  padding: 0 84px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave--wrap {
    padding: 0 64px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave--wrap {
    padding: 0 22px;
    background-size: 7% auto, 7% auto;
    width: 100%;
  }
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
  color: var(--clP);
  font-weight: 700;
  background-image: url(../img/cmn/underline_wave.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 9.8px;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
    font-size: 23px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
    font-size: 28.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
    font-size: 34.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
    padding-bottom: 5px;
    font-size: clamp(23px, 23px + 9 * (100vw - 375px) / 264, 32px);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-lead .service-summary-lead--wave {
    font-size: 35px;
  }
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--clBD);
  font-weight: 700;
  color: var(--clTextW);
  max-width: 740px;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    margin-bottom: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    margin-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    margin-bottom: 64px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    padding: 24px 22px;
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    padding: 24px 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    padding: 24px 32px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note {
    padding: 24px 64px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-title {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-title {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-title {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-title {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-list li {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-list li {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-list li {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-body .service-summary-note-list li {
    font-size: 16px;
  }
}
.index .section-service-summary .sectionInner .service-summary-body .service-summary-note-list li:before {
  background-color: var(--clTextW);
}
.index .section-service-summary .sectionInner .service-summary-extra {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-extra {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:1024px) {
  .index .section-service-summary .sectionInner .service-summary-extra {
    gap: 24px;
  }
}
.index .section-service-summary .sectionInner .service-summary-extra-illust img {
  display: block;
  max-width: 100%;
  height: auto;
}
.index .section-service-summary .sectionInner .service-summary-extra-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.index .section-service-summary .sectionInner .service-summary-extra-text p {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-extra-text p {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-extra-text p {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-service-summary .sectionInner .service-summary-extra-text p {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-service-summary .sectionInner .service-summary-extra-text p {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-service-summary .sectionInner .service-summary-extra-text p {
    font-size: clamp(19px, 19px + 5 * (100vw - 640px) / 383, 24px);
  }
}
@media screen and (max-width:639px) {
  .index .section-service-summary .sectionInner .service-summary-extra-text p {
    text-align: center;
    font-size: clamp(21px, 21px + (28 - 21) * (100vw - 375px) / (639 - 375), 28px);
  }
}
.index .section-service-summary .sectionInner .service-summary-extra-text p .marker {
  color: var(--clP);
}
.index .section-problem {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-top: 170px;
}
@media screen and (max-width:639px) {
  .index .section-problem {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:640px) {
  .index .section-problem {
    margin-bottom: 45.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-problem {
    margin-bottom: 54.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem {
    margin-bottom: 64px;
  }
}
.index .section-problem .container.sectionInner {
  background-color: #F0F9FF;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .index .section-problem .container.sectionInner {
    padding-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-problem .container.sectionInner {
    padding-top: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-problem .container.sectionInner {
    padding-top: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem .container.sectionInner {
    padding-top: 64px;
  }
}
@media screen and (max-width:639px) {
  .index .section-problem .container.sectionInner {
    padding-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-problem .container.sectionInner {
    padding-bottom: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-problem .container.sectionInner {
    padding-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem .container.sectionInner {
    padding-bottom: 64px;
  }
}
.index .section-problem .problem-header {
  text-align: center;
}
.index .section-problem .problem-header__illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
.index .section-problem .problem-header__illust img {
  display: block;
  max-width: 100%;
  height: auto;
}
.index .section-problem .problem-header .problem-title {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width:639px) {
  .index .section-problem .problem-header .problem-title {
    font-size: 26px;
  }
}
@media screen and (min-width:640px) {
  .index .section-problem .problem-header .problem-title {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-problem .problem-header .problem-title {
    font-size: 35.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem .problem-header .problem-title {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-problem .problem-header .problem-title {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .index .section-problem .problem-header .problem-title {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-problem .problem-header .problem-title {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem .problem-header .problem-title {
    margin-bottom: 48px;
  }
}
.index .section-problem .problem-header .problem-title .highlight {
  color: #54a00b;
}
.index .section-problem .problem-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.index .section-problem .problem-list .problem-list__item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:639px) {
  .index .section-problem .problem-list .problem-list__item {
    font-size: 17.9px;
  }
}
@media screen and (min-width:640px) {
  .index .section-problem .problem-list .problem-list__item {
    font-size: 19.9333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-problem .problem-list .problem-list__item {
    font-size: 21.9666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem .problem-list .problem-list__item {
    font-size: 24px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-problem .problem-list .problem-list__item {
    padding: 8px 40px;
  }
}
.index .section-problem .problem-list .problem-list__item .highlight {
  font-weight: 900;
}
.index .section-problem .problem-list .problem-list__item .icon-check {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/cmn/problem-check.svg);
}
.index .section-problem .problem-list .problem-list__item .problem-list__text {
  line-height: 1.4;
}
@media screen and (min-width:1025px) {
  .index .section-problem .problem-list .problem-list__item .problem-list__text {
    line-height: 1.8;
  }
}
.index .section-problem .problem-list .problem-list__item .problem-list__text .highlight {
  color: #54a00b;
}
.index .section-solution-intro {
  margin-top: 0;
}
.index .section-solution-intro .sectionInner {
  max-width: 1120px;
}
.index .section-solution-intro .sectionInner .solution-intro-arrow {
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-arrow {
    margin-bottom: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-arrow {
    margin-bottom: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-arrow {
    margin-bottom: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-arrow {
    margin-bottom: 18px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-arrow .icon-chevron-down {
  display: inline-block;
  background: url("../img/cmn/arrow_down.svg") no-repeat 50% 0;
  width: 40px;
  height: 24px;
  background-size: contain;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-arrow .icon-chevron-down {
    width: 23px;
    height: 15px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-header {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    margin-bottom: 97.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    margin-bottom: 138.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    margin-bottom: 180px;
  }
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    gap: 20px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    gap: 21.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    gap: 22.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    gap: 24px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-header__illust {
  text-align: center;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-header__illust {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .index .section-solution-intro .sectionInner .solution-intro-header__illust img {
    width: 100%;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-header__illust img {
  display: block;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-header__illust img {
    width: 50vw;
    max-width: 270px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-header {
    flex-direction: column-reverse;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-header .solution-intro-header-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.index .section-solution-intro .sectionInner .solution-intro-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    gap: 70px 16px;
  }
  .index .section-solution-intro .sectionInner .solution-intro-points > * {
    width: calc((100% - calc(16px * 1)) / 2);
  }
}
@media screen and (min-width:640px) and (max-width: 639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points > * {
    width: 100%;
  }
}
@media screen and (min-width:640px) and (max-width: 639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points {
    flex-direction: column;
    gap: 64px;
    margin-bottom: 70px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
  background-color: var(--clBGS);
  border-radius: 16px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    height: 250px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    height: 300px;
  }
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    height: 240px;
  }
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding: 34.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding-top: 30px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding-top: 38.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding-top: 47.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point {
    padding-top: 56px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title {
  color: #54a00b;
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-label {
  display: block;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-label {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-label {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-label {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-label {
    font-size: 24px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-num {
  display: block;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-num {
    font-size: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-num {
    font-size: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-num {
    font-size: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-title .point-num {
    font-size: 64px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text {
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text {
    font-size: 20.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text {
    font-size: 22.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text {
    font-size: 24px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text span {
  display: inline-block;
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight {
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight {
    font-size: 26px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight {
    font-size: 30px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight {
    font-size: 32px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight strong {
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight strong {
    font-size: 41px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight strong {
    font-size: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight strong {
    font-size: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-text .highlight strong {
    font-size: 48px;
  }
}
.index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-note {
  margin-top: 1.5em;
}
@media screen and (max-width:639px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-note {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-note {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-note {
    font-size: 15px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-solution-intro .sectionInner .solution-intro-points .solution-intro-point .solution-intro-point-note {
    font-size: 17px;
  }
}
.index .section-reason {
  background-color: var(--clBGP);
}
.index .section-reason .sectionInner {
  position: relative;
  max-width: 1120px;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner {
    margin-top: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner {
    margin-top: 111.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner {
    margin-top: 122.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner {
    margin-top: 134px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner {
    padding-top: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner {
    padding-top: 111.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner {
    padding-top: 122.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner {
    padding-top: 134px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner {
    padding-bottom: 108px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner {
    padding-bottom: 116px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner {
    padding-bottom: 124px;
  }
}
.index .section-reason .sectionInner .reason-illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-illust {
    width: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-illust {
    width: 100px;
    transform: translate(-50%, -40%);
  }
}
.index .section-reason .sectionInner .reason-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.index .section-reason .sectionInner .reason-head .reason-heading {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-head .reason-heading {
    font-size: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-head .reason-heading {
    font-size: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-head .reason-heading {
    font-size: 37.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-head .reason-heading {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-head .reason-heading {
    transform: scale(0.9);
  }
}
.index .section-reason .sectionInner .reason-head .reason-heading .reason-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.index .section-reason .sectionInner .reason-head .reason-heading .reason-price small {
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-head .reason-heading .reason-price small {
    font-size: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-head .reason-heading .reason-price small {
    font-size: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-head .reason-heading .reason-price small {
    font-size: 37.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-head .reason-heading .reason-price small {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-head .reason-arrow {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-head .reason-arrow {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-head .reason-arrow {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-head .reason-arrow {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-head .reason-arrow {
    width: 90px;
  }
}
.index .section-reason .sectionInner .reason-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.index .section-reason .sectionInner .reason-list .reason-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item {
    padding: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item {
    padding: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item {
    padding: 45.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item {
    padding: 56px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item {
    padding: 56px 80px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-number {
  position: absolute;
  font-family: "Albert Sans", sans-serif;
  top: -0.55em;
  left: 80px;
  color: var(--clA);
  color: var(--clP);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    font-size: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    font-size: 66.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    font-size: 77.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    font-size: 88px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    top: -0.5em;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    left: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-number {
    font-size: clamp(56px, 56px + (74 - 56) * (100vw - 375px) / (639 - 375), 74px);
    left: 10px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-title {
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title {
    font-size: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title {
    font-size: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title {
    font-size: 37.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title {
    font-size: clamp(23px, 23px + (40 - 23) * (100vw - 375px) / (639 - 375), 40px);
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-title .highlight {
  color: var(--clP);
  background-image: url(../img/cmn/underline_wave.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 0.2em;
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-title small {
  font-size: 0.6em;
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-graph-wrapper {
  position: relative;
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-graph-wrapper .reason-illust01 {
  position: absolute;
  right: -50px;
  top: -100px;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-graph-wrapper .reason-illust01 {
    width: 90px;
    right: -10px;
    top: -80px;
  }
}
@media screen and (max-width:639px) and (min-width:500px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-graph-wrapper .reason-illust01 {
    width: 120px;
    top: -100px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-graph-wrapper .reason-illust01 {
    width: 20vw;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-text {
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  max-width: 600px;
  text-align: center;
  text-align: left;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-text {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-text {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-text {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-text {
    font-size: 20px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-text .highlight {
  color: var(--clP);
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-title-wrapper .reason-illust02 {
  position: absolute;
  left: 70px;
  top: 100px;
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title-wrapper .reason-illust02 {
    left: 80px;
    top: 120px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title-wrapper .reason-illust02 {
    top: 260px;
    left: 0px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title-wrapper .reason-illust02 {
    width: 80px;
    left: 10px;
    top: 240px;
  }
}
@media screen and (max-width:639px) and (min-width:500px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-title-wrapper .reason-illust02 {
    width: 110px;
    top: 320px;
    left: 20px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-tools {
  border: 1px solid var(--clBD);
  width: 100%;
  max-width: 960px;
  border-radius: 8px;
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools {
    margin-top: 21px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools {
    margin-top: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools {
    margin-top: 23px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools {
    margin-top: 24px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-tools h4 {
  text-align: center;
  line-height: 1.4;
  padding: 8px;
  background-color: var(--clBGG);
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools h4 {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools h4 {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools h4 {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools h4 {
    font-size: 24px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list {
  padding: 32px 40px;
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list {
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list {
    gap: 24px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list {
    gap: 48px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item {
    flex: 0 1 auto;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item {
    flex: 1;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item {
    flex-basis: 44%;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item img {
    width: 70%;
    max-width: 120px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item p {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item p {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item p {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item p {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item p {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-tools .icon-list .icon-item p small {
    font-size: 0.7em;
    line-height: 1;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text {
  color: var(--clP);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text {
    font-size: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text {
    font-size: 32px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight {
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight {
    font-size: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight {
    font-size: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight {
    font-size: 37.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight {
    font-size: 40px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight strong {
  font-family: "Albert Sans", sans-serif;
  padding: 0 4px 4px 4px;
  line-height: 0.7;
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight strong {
    font-size: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight strong {
    font-size: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight strong {
    font-size: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text .highlight strong {
    font-size: 64px;
  }
}
@media screen and (max-width:639px) and (min-width:500px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .highlight-text {
    transform: scale(1.1);
    margin-bottom: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper {
    margin-bottom: 24px;
  }
}
.index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .reason-illust03 {
  position: absolute;
  bottom: -44px;
  right: -30px;
}
@media screen and (min-width:1300px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .reason-illust03 {
    right: -30px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .reason-illust03 {
    right: -15px;
    bottom: -143px;
    width: 140px;
  }
}
@media screen and (max-width:639px) and (min-width:500px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .reason-illust03 {
    width: 210px;
    right: -60px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reason .sectionInner .reason-list .reason-item .reason-highlight-text-wrapper .reason-illust03 {
    right: -45px;
    bottom: -160px;
  }
}
.index .section-accountant h2 {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width:639px) {
  .index .section-accountant h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant h2 {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant h2 {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant h2 {
    margin-bottom: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant h2 {
    margin-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant h2 {
    margin-bottom: 64px;
  }
}
.index .section-accountant .accountant-profile {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile {
    gap: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.index .section-accountant .accountant-profile .accountant-portrait {
  flex: 0 0 225px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-portrait {
    max-width: 300px;
    width: 67vw;
    margin-bottom: -24px;
  }
}
.index .section-accountant .accountant-profile .accountant-portrait img {
  width: 100%;
}
.index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate {
  background: var(--clBGS);
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.4;
  display: inline-block;
  font-weight: 700;
  position: relative;
  top: -3em;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-org {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-org {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-org {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-org {
    font-size: 14px;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-name {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-name {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-name {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile .accountant-portrait .accountant-nameplate .nameplate-name {
    font-size: 18px;
  }
}
.index .section-accountant .accountant-profile .accountant-timeline {
  flex: 1;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.index .section-accountant .accountant-profile .accountant-timeline .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
  gap: 40px;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-timeline .timeline-item {
    padding-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-profile .accountant-timeline .timeline-item {
    padding-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-profile .accountant-timeline .timeline-item {
    padding-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile .accountant-timeline .timeline-item {
    padding-bottom: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-timeline .timeline-item {
    gap: 24px;
    margin-left: 8px;
  }
}
.index .section-accountant .accountant-profile .accountant-timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  width: 2px;
  height: 100%;
  background: var(--clBD);
}
.index .section-accountant .accountant-profile .accountant-timeline .timeline-item:last-child::before {
  content: none;
}
.index .section-accountant .accountant-profile .accountant-timeline .year {
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-timeline .year {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-profile .accountant-timeline .year {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-profile .accountant-timeline .year {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile .accountant-timeline .year {
    font-size: 18px;
  }
}
.index .section-accountant .accountant-profile .accountant-timeline .year::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: var(--clP);
  border-radius: 50%;
}
.index .section-accountant .accountant-profile .accountant-timeline .event {
  flex: 1;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-profile .accountant-timeline .event {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-profile .accountant-timeline .event {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-profile .accountant-timeline .event {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-profile .accountant-timeline .event {
    font-size: 18px;
  }
}
.index .section-accountant .accountant-message {
  max-width: 920px;
  border: 1px solid var(--clBD);
  border-radius: 16px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-message {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-message {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-message {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-message {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-message {
    padding: 24px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-message {
    padding: 40px 80px;
  }
}
.index .section-accountant .accountant-message p {
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-message p {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-message p {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-message p {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-message p {
    font-size: 18px;
  }
}
.index .section-accountant .accountant-message .highlight {
  color: var(--clP);
}
.index .section-accountant .accountant-tv {
  max-width: 920px;
  margin: 4rem auto 0;
  border: 2px solid var(--clSW);
  border-radius: 6px;
  overflow: hidden;
}
.index .section-accountant .accountant-tv .tv-heading {
  background: var(--clSW);
  padding: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-tv .tv-heading {
    font-size: 18px;
  }
}
@media screen and (min-width:640px) {
  .index .section-accountant .accountant-tv .tv-heading {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-accountant .accountant-tv .tv-heading {
    font-size: 22px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-accountant .accountant-tv .tv-heading {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-accountant .accountant-tv .tv-heading {
    line-height: 1.4;
  }
}
.index .section-accountant .accountant-tv .tv-heading .icon-play {
  width: 32px;
  height: 32px;
  background: url("../../assets/img/cmn/ico-play.svg") no-repeat center/contain;
}
.index .section-accountant .accountant-tv .tv-video {
  padding: 24px 60px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-accountant .accountant-tv .tv-video {
    padding: 24px 32pz;
  }
}
@media screen and (max-width:639px) {
  .index .section-accountant .accountant-tv .tv-video {
    padding: 24px;
  }
}
.index .section-accountant .accountant-tv .tv-video img,
.index .section-accountant .accountant-tv .tv-video iframe {
  display: block;
  width: 100%;
  height: auto;
}
.index .section-guarantee {
  background-color: var(--clBGP);
  padding-bottom: 120px;
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .index .section-guarantee {
    padding-top: 49px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee {
    padding-top: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee {
    padding-top: 53.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee {
    padding-top: 56px;
  }
}
.index .section-guarantee .sectionInner .guarantee-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  align-items: flex-end;
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-main {
    gap: 18px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-main {
    gap: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-main {
    gap: 22px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-main {
    gap: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-main {
    gap: 0;
    margin-bottom: 28px;
  }
}
.index .section-guarantee .sectionInner .guarantee-main .guarantee-lead {
  text-align: center;
}
.index .section-guarantee .sectionInner .guarantee-main .guarantee-lead p {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead p {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead p {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead p {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead p {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead p {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 {
  color: var(--clP);
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 {
    font-size: 30px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 {
    font-size: 31.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 .highlight {
    font-size: 40px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 .highlight {
    font-size: 42.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 .highlight {
    font-size: 45.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-main .guarantee-lead h2 .highlight {
    font-size: 48px;
  }
}
.index .section-guarantee .sectionInner .guarantee-sub p {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-sub p {
    font-size: 18px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-sub p {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-sub p {
    font-size: 22px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-sub p {
    font-size: 24px;
  }
}
.index .section-guarantee .sectionInner .guarantee-sub p .highlight {
  color: var(--clP);
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-sub p .highlight {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-sub p .highlight {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-sub p .highlight {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-sub p .highlight {
    font-size: 32px;
  }
}
.index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    font-size: 12px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    font-size: 17px;
  }
}
@media screen and (max-width:639px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    margin-top: 12px;
  }
}
@media screen and (min-width:640px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    margin-top: 13.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    margin-top: 14.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-guarantee .sectionInner .guarantee-sub .guarantee-note {
    margin-top: 16px;
  }
}
.index .section-contact-02 {
  margin-top: -50px;
}
.index .section-contact-03 {
  margin-top: 0;
  margin-top: -70px;
}
@media screen and (max-width:639px) {
  .index .section-contact-03 {
    margin-top: -80px;
  }
}
.index .section-flow {
  background: var(--clBGS);
}
@media screen and (max-width:639px) {
  .index .section-flow {
    padding-top: 70px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow {
    padding-top: 83.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow {
    padding-top: 96.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow {
    padding-top: 110px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow {
    padding-bottom: 70px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow {
    padding-bottom: 83.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow {
    padding-bottom: 96.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow {
    padding-bottom: 110px;
  }
}
.index .section-flow .sectionInner {
  max-width: 960px;
}
.index .section-flow h2 {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width:639px) {
  .index .section-flow h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow h2 {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow h2 {
    margin-bottom: 62px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow h2 {
    margin-bottom: 68px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow h2 {
    margin-bottom: 74px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow h2 {
    margin-bottom: 80px;
  }
}
.index .section-flow .sectionInner {
  position: relative;
}
.index .section-flow .flow-list {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width:1024px) {
  .index .section-flow .flow-list {
    padding-top: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list {
    gap: 49px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list {
    gap: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list {
    gap: 53.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list {
    gap: 56px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list {
    gap: 70px;
  }
}
.index .section-flow .flow-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 41px;
  width: 8px;
  background: #7BB83F;
  opacity: 0.2;
  z-index: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list::before {
    left: 53px;
  }
}
.index .section-flow .flow-list .flow-item {
  position: relative;
  padding: 40px 120px;
  background: #ffffff;
  border-radius: 16px;
  z-index: 0;
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item {
    padding: 40px 140px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list .flow-item {
    padding: 60px 40px 40px 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item {
    padding: 64px 24px 24px 24px;
  }
}
.index .section-flow .flow-list .flow-item .flow-index {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--clPW);
  color: #ffffff;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-index {
    font-size: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-index {
    font-size: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-index {
    font-size: 37.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-index {
    font-size: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-index {
    width: 90px;
    height: 90px;
    top: -45px;
    left: 12px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-index {
    width: 80px;
    height: 80px;
    top: -30px;
    left: 6px;
  }
}
.index .section-flow .flow-list .flow-item .flow-index .flow-index-label {
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-index .flow-index-label {
    font-size: 12px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-index .flow-index-label {
    font-size: 13.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-index .flow-index-label {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-index .flow-index-label {
    font-size: 16px;
  }
}
.index .section-flow .flow-list .flow-item .flow-title {
  color: var(--clP);
  line-height: 1.3;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    font-size: 26px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    font-size: 30px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-title {
    margin-bottom: 32px;
  }
}
.index .section-flow .flow-list .flow-item .flow-body {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
}
.index .section-flow .flow-list .flow-item .flow-body .flow-desc {
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-body .flow-desc {
    font-size: 18px;
  }
}
.index .section-flow .flow-list .flow-item .contact-body {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .contact-body {
    flex-direction: row;
    gap: 8px;
  }
}
.index .section-flow .flow-list .flow-item .contact-item {
  flex: 1;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .contact-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .contact-item {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.index .section-flow .flow-list .flow-item .contact-item .contact-caption {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .contact-item .contact-caption {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .contact-item .contact-caption {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .contact-item .contact-caption {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .contact-item .contact-caption {
    font-size: 18px;
  }
}
.index .section-flow .flow-list .flow-item .contact-item--phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone {
    align-items: center;
  }
}
.index .section-flow .flow-list .flow-item .contact-item--phone .box {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box {
    flex-direction: column;
  }
}
.index .section-flow .flow-list .flow-item .contact-item--phone .box .box-inner {
  display: flex;
  align-items: center;
}
.index .section-flow .flow-list .flow-item .contact-item--phone .box p {
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box p {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box p {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box p {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box p {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box .contact-item--phone-number {
    font-size: 28px;
  }
}
@media screen and (max-width:639px) and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box .contact-item--phone-number {
    font-size: 29.3333333333px;
  }
}
@media screen and (max-width:639px) and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box .contact-item--phone-number {
    font-size: 30.6666666667px;
  }
}
@media screen and (max-width:639px) and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .contact-item--phone .box .contact-item--phone-number {
    font-size: 32px;
  }
}
.index .section-flow .flow-list .flow-item .flow-contact {
  font-size: 0.85rem;
  margin-top: 1.5rem;
}
.index .section-flow .flow-list .flow-item .flow-contact .flow-tel {
  font-weight: 700;
  font-size: 1rem;
}
.index .section-flow .flow-list .flow-item .flow-note {
  border: 1px solid var(--clBD);
  border-radius: 6px;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-note {
    gap: 31px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-note {
    gap: 32.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-note {
    gap: 34.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-note {
    gap: 36px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-note {
    flex-direction: column;
    padding: 24px;
  }
}
.index .section-flow .flow-list .flow-item .flow-note .flow-note-title {
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-note .flow-note-title {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-note .flow-note-title {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-note .flow-note-title {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-note .flow-note-title {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-note .listNormal li {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-note .listNormal li {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-flow .flow-list .flow-item .flow-note .listNormal li {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-flow .flow-list .flow-item .flow-note .listNormal li {
    font-size: 16px;
  }
}
.index .section-flow .flow-list .flow-item .flow-note .listNormal li:before {
  width: 5px;
  height: 5px;
  background-color: var(--clTextW);
  top: 0.7em;
}
.index .section-flow .flow-list .flow-item .flow-actor {
  position: absolute;
  display: flex;
  top: -22px;
  right: 22px;
  gap: 6px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-actor {
    top: -36px;
  }
}
.index .section-flow .flow-list .flow-item .flow-actor img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-flow .flow-list .flow-item .flow-actor img {
    width: 65px;
  }
}
@media screen and (max-width:639px) {
  .index .section-flow .flow-list .flow-item .flow-actor img {
    width: 51px;
  }
}
@media screen and (min-width:640px) {
  .index .section-faq {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.index .section-faq h2 {
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-faq h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .section-faq h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq h2 {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-faq h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq h2 {
    margin-bottom: 64px;
  }
}
@media screen and (min-width:640px) {
  .index .section-faq h2 {
    margin-bottom: 69.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq h2 {
    margin-bottom: 74.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-faq h2 {
    margin-bottom: 80px;
  }
}
.index .section-faq .faqInner .faq-item {
  background-color: var(--clBGS);
  border: 2px solid var(--clBGS);
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
  transition: 0.3s;
  position: relative;
}
.index .section-faq .faqInner .faq-item:hover {
  background-color: var(--clW);
  border: 2px solid var(--clP);
}
.index .section-faq .faqInner .faq-item summary {
  list-style: none;
}
.index .section-faq .faqInner .faq-item summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-faq .faqInner .faq-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index .section-faq .faqInner .faq-item::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 0;
  background-image: url("../img/cmn/ico_faq_open.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item::after {
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item::after {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
.index .section-faq .faqInner .faq-item[open]:after {
  background-image: url("../img/cmn/ico_faq_close.svg");
}
.index .section-faq .faqInner .faq-item .faq-question {
  list-style: none;
  display: flex;
  padding: 20px 0;
  gap: 8px;
  position: relative;
  z-index: 90;
}
.index .section-faq .faqInner .faq-item .faq-question p {
  font-weight: 700;
  line-height: 1.4;
  padding-right: 20px;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    font-size: 22px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    padding-right: 40px;
  }
}
.index .section-faq .faqInner .faq-item .faq-answer {
  padding: 20px 0;
  border-top: 1px solid var(--clBG);
  display: flex;
  gap: 8px;
}
.index .section-faq .faqInner .faq-item .faq-answer .faq-label {
  color: var(--clA);
  position: relative;
}
@media screen and (min-width:640px) {
  .index .section-faq .faqInner .faq-item .faq-answer .faq-label {
    top: 3px;
  }
}
.index .section-faq .faqInner .faq-item .faq-answer p {
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item .faq-answer p {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item .faq-answer p {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq .faqInner .faq-item .faq-answer p {
    font-size: 22px;
  }
}
.index .section-faq .faqInner .faq-label {
  font-family: "Albert Sans", sans-serif;
  color: var(--clP);
  width: 40px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-label {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .index .section-faq .faqInner .faq-label {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq .faqInner .faq-label {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-faq .faqInner .faq-label {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-label {
    width: 28px;
  }
}
.index .section-faq .faqInner p {
  flex: 1;
}

.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: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  height: 50vh;
  color: var(--clBG);
  background-color: var(--clP);
}
.mainImgInner {
  height: 100%;
  max-width: 1300px;
  position: relative;
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1300px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: var(--clP);
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--clP);
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: var(--clP);
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.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: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --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);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:639px) {
  .pageTtl h2 {
    font-size: 30px;
  }
}
@media screen and (min-width:640px) {
  .pageTtl h2 {
    font-size: 32px;
  }
}
@media screen and (min-width:1025px) {
  .pageTtl h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:1300px) {
  .pageTtl h2 {
    font-size: 36px;
  }
}

@media screen and (max-width:639px) {
  .lower .contents {
    padding-bottom: 30.5px;
  }
}
@media screen and (min-width:640px) {
  .lower .contents {
    padding-bottom: 32.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contents {
    padding-bottom: 34.1666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower .contents {
    padding-bottom: 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: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.section-mailform {
  background-color: var(--clBGP);
  padding: 96px 0 120px 0;
  position: relative;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .section-mailform {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-mailform .sectionInner {
  max-width: 960px;
  margin-inline: auto;
  text-align: center;
  width: 100%;
}
.section-mailform .mailform-illust {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.section-mailform h2 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width:639px) {
  .section-mailform h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform h2 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform h2 {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform h2 {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform h2 {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform h2 {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform h2 {
    margin-bottom: 48px;
  }
}
.section-mailform .mailform-lead {
  color: var(--clP);
  font-weight: 700;
  line-height: 1.5;
  border-top: 3px solid var(--clP);
  border-bottom: 3px solid var(--clP);
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead {
    margin-bottom: 48px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead {
    padding: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead {
    padding: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead {
    padding: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead {
    padding: 24px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead .marker {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead .marker {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead .marker {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead .marker {
    font-size: 32px;
  }
}
.section-mailform .mailform-lead .marker .highlight {
  color: var(--clA);
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead .marker .highlight {
    font-size: 40px;
  }
}
.section-mailform .mailform-lead .marker .highlight strong {
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-lead .marker .highlight strong {
    font-size: 48px;
  }
}
.section-mailform .mailform-lead .marker .exclamation {
  font-family: "Albert Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
}
.section-mailform .mailform-lead p {
  line-height: 1.4;
}
.section-mailform .mailform-tags {
  display: inline-flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 999px;
  padding: 6px 42px;
  border-radius: 9999px;
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    gap: 28px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-tags {
    gap: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-tags {
    gap: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-tags {
    gap: 32px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    margin-top: 14.5px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-tags {
    margin-top: 15px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-tags {
    margin-top: 15.5px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-tags {
    margin-top: 16px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .mailform-tags {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .mailform-tags {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .mailform-tags {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .mailform-tags {
    flex-direction: column;
    gap: 0;
  }
}
.section-mailform .mailform-tags .mailform-tag {
  font-weight: 700;
  color: var(--clText);
}
.section-mailform .mailform-tags .mailform-tag strong {
  color: var(--clP);
  font-weight: 700;
}
.section-mailform .mailform-tags .mailform-tag strong::after {
  content: "・";
  color: var(--clP);
}

.section-mailform,
.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.section-mailform .confirmTxt,
.lower .contact .confirmTxt {
  text-align: center;
}
@media screen and (max-width:639px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .confirmTxt,
  .lower .contact .confirmTxt {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info,
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.section-mailform .section-mailform-info br,
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info br,
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.section-mailform .section-mailform-info small,
.lower .contact .section-mailform-info small {
  display: block;
}
@media screen and (max-width:639px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 24px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 26.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 29.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    margin-top: 32px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .section-mailform-info small,
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .formBtn-confirm,
  .lower .contact .formBtn-confirm {
    margin-top: 64px;
  }
}
.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) {
  .section-mailform .privacy-policy .bg-gray,
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.section-mailform .privacy-policy .heading02,
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.section-mailform .privacy-policy .scroll,
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.section-mailform .privacy-policy h3,
.lower .contact .privacy-policy h3 {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width:639px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .privacy-policy h3,
  .lower .contact .privacy-policy h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .privacy-policy h4,
  .lower .contact .privacy-policy h4 {
    font-size: 16px;
  }
}
.section-mailform .privacy-policy p,
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .section-mailform .privacy-policy p,
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.section-mailform .privacy-policy p:not(:last-child),
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.section-mailform .contact-form input, .section-mailform .contact-form textarea, .section-mailform .contact-form select,
.lower .contact .contact-form input,
.lower .contact .contact-form textarea,
.lower .contact .contact-form select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #e0e0e0;
  padding: 12px;
  border-radius: 4px;
  color: #3f3c3b;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.section-mailform .contact-form__required, .section-mailform .contact-form__optional,
.lower .contact .contact-form__required,
.lower .contact .contact-form__optional {
  font-size: 60%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 5px;
  position: relative;
  top: -1.5px;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__required, .section-mailform .contact-form__optional,
  .lower .contact .contact-form__required,
  .lower .contact .contact-form__optional {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__required, .section-mailform .contact-form__optional,
  .lower .contact .contact-form__required,
  .lower .contact .contact-form__optional {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__required, .section-mailform .contact-form__optional,
  .lower .contact .contact-form__required,
  .lower .contact .contact-form__optional {
    font-size: 21px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__required, .section-mailform .contact-form__optional,
  .lower .contact .contact-form__required,
  .lower .contact .contact-form__optional {
    font-size: 22px;
  }
}
.section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
  color: #8e8683;
  font-weight: 500;
}
.section-mailform ::placeholder,
.lower .contact ::placeholder {
  color: #8e8683;
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 19px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 20px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 21px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 21px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform ::-moz-placeholder, .lower .contact ::-moz-placeholder {
    font-size: 22px;
  }
  .section-mailform ::placeholder,
  .lower .contact ::placeholder {
    font-size: 22px;
  }
}
.section-mailform .sectionBody,
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .section-mailform .sectionBody,
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-mailform .contact-wrap,
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.section-mailform .contact-box a,
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #54a00b;
  border-radius: 4px;
  color: #54a00b;
  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) {
  .section-mailform .contact-box a,
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.section-mailform .contact-box a .icon,
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.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) {
  .section-mailform .contact-box a .icon,
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-box a .txt br,
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.section-mailform .contact-box a .primary,
.lower .contact .contact-box a .primary {
  display: block;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 24px;
  }
}
.section-mailform .contact-box a .primary.tel,
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-box a .primary,
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.section-mailform .contact-form,
.lower .contact .contact-form {
  margin-top: 64px;
}
.section-mailform .contact-form__item,
.lower .contact .contact-form__item {
  display: flex;
  margin-bottom: 2.6em;
}
@media screen and (max-width:1024px) {
  .section-mailform .contact-form__item,
  .lower .contact .contact-form__item {
    flex-direction: column;
    gap: 12px;
  }
}
.section-mailform .contact-form__ttl,
.lower .contact .contact-form__ttl {
  width: 100%;
  letter-spacing: 0.15em;
  text-align: left;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 21px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    font-size: 23px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    flex: 0 0 14em;
    max-width: 14em;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__ttl,
  .lower .contact .contact-form__ttl {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.section-mailform .contact-form__ttl:last-child,
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.section-mailform .contact-form__body,
.lower .contact .contact-form__body {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 19px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 21px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__body,
  .lower .contact .contact-form__body {
    font-size: 22px;
  }
}
.section-mailform .contact-form__body p,
.lower .contact .contact-form__body p {
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__body p,
  .lower .contact .contact-form__body p {
    font-size: 18px;
  }
}
.section-mailform .contact-form__body p.attention,
.lower .contact .contact-form__body p.attention {
  color: var(--clTextR);
}
.section-mailform .contact-form__2col,
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-mailform .contact-form__2col span,
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.section-mailform .contact-form__required,
.lower .contact .contact-form__required {
  background-color: var(--clA);
  border-radius: 100px;
  font-weight: 700;
  padding: 1px 12px;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__required,
  .lower .contact .contact-form__required {
    font-size: 16px;
  }
}
.section-mailform .contact-form__optional,
.lower .contact .contact-form__optional {
  background-color: #3f3c3b;
  border-radius: 100px;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__optional,
  .lower .contact .contact-form__optional {
    font-size: 16px;
  }
}
.section-mailform .contact-form__inputL,
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
  margin-top: 0 !important;
}
.section-mailform .contact-form__inputM,
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.section-mailform .contact-form__inputS,
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__inputS,
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.section-mailform .contact-form__text,
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.section-mailform .contact-form input,
.lower .contact .contact-form input {
  background-color: #fff;
}
.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;
}
.section-mailform .contact-form input[type=checkbox]:hover,
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.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;
}
.section-mailform .contact-form input:invalid,
.lower .contact .contact-form input:invalid {
  background: #fff;
}
.section-mailform .contact-form textarea,
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.section-mailform .contact-form textarea:invalid,
.lower .contact .contact-form textarea:invalid {
  background: #fff;
}
.section-mailform .contact-form .radio,
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.section-mailform .contact-form .radio li,
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.section-mailform .contact-form .radio li label,
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.section-mailform .contact-form .checkbox li,
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.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) {
  .section-mailform .contact-form .radio li,
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .section-mailform .contact-form .checkbox li,
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.section-mailform .contact-form__submit,
.lower .contact .contact-form__submit {
  text-align: center;
}
.section-mailform .contact-form__btn,
.lower .contact .contact-form__btn {
  display: block;
  font-weight: normal;
  background-color: #e64809;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 32px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    width: 100%;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__btn,
  .lower .contact .contact-form__btn {
    padding: 28px 80px;
  }
}
.section-mailform .contact-form__btn:hover,
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.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: 2em;
}
.section-mailform .contact-form__btn.back:hover, .section-mailform .contact-form__btn.back:active,
.lower .contact .contact-form__btn.back:hover,
.lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.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;
}
.section-mailform .contact-form .privacy-check input,
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form .privacy-check input,
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.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) {
  .section-mailform .contact-form .privacy-check label,
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.section-mailform .contact-form .privacy-check a,
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
@media screen and (max-width:639px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 72px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 74.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 77.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .contact-form__list,
  .lower .contact .contact-form__list {
    margin-bottom: 80px;
  }
}
.section-mailform .contact-error,
.lower .contact .contact-error {
  color: #d44c00;
}
.section-mailform .thanks h3,
.lower .contact .thanks h3 {
  text-align: center;
}
@media screen and (max-width:639px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .section-mailform .thanks .txtC,
  .lower .contact .thanks .txtC {
    font-size: 15px;
  }
}
.section-mailform .thanks .contactStep .step .stepContact,
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #3f3c3b;
  padding: 10px 10px 10px 10px;
}
.section-mailform .thanks .contactStep .step .stepContact:before,
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.section-mailform .thanks .contactStep .step .stepConfirm,
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #3f3c3b;
}
.section-mailform .thanks .contactStep .step .stepConfirm:before,
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.section-mailform .thanks .contactStep .step .stepThanks,
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #54a00b;
  color: #FFF;
}
.section-mailform .thanks .contactStep .step .stepThanks:before,
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.section-mailform .thanks .mainTxt,
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .section-mailform .thanks .mainTxt,
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.section-mailform .thanks .thanksTel,
.lower .contact .thanks .thanksTel {
  color: #54a00b;
  font-weight: 700;
  padding-top: 1em;
}
.section-mailform .thanks .thanks-message,
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.section-mailform .thanks .thanks-error,
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.section-mailform .thanks .thanks-error p,
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .section-mailform .thanks .thanksError,
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .section-mailform .thanks .thanksError p,
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .section-mailform .thanks .thanksError .thanks-error__list,
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .section-mailform .thanks .thanksError .thanksTel,
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */