@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: #fff8b7;
  --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: #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-pickup-articles {
  background: var(--clP);
  padding: 40px 0;
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles {
    padding-top: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles {
    padding-top: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles {
    padding-top: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-pickup-articles {
    padding-top: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles {
    padding-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles {
    padding-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles {
    padding-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-pickup-articles {
    padding-bottom: 32px;
  }
}
.index .section-pickup-articles .pickup-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles .pickup-header {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles .pickup-header {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles .pickup-header {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-pickup-articles .pickup-header {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles .pickup-header {
    padding: 0 40px;
  }
}
.index .section-pickup-articles .pickup-header .label {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
.index .section-pickup-articles .pickup-header .label img {
  width: 24px;
  margin-right: 6px;
}
.index .section-pickup-articles .pickup-header .heading01 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 24px;
  }
}
.index .section-pickup-articles .pickup-header .heading01::before {
  content: url(../img/cmn/ico_h2_white.svg) "  PICK UP";
  color: #fff;
  line-height: 0.7;
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles .pickup-header .heading01::before {
    margin-right: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles .pickup-header .heading01::before {
    margin-right: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles .pickup-header .heading01::before {
    margin-right: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-pickup-articles .pickup-header .heading01::before {
    margin-right: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width:639px) and (max-width:639px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 12.5px;
  }
}
@media screen and (max-width:639px) and (min-width:640px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 13px;
  }
}
@media screen and (max-width:639px) and (min-width:1025px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 13.5px;
  }
}
@media screen and (max-width:639px) and (min-width:1300px) {
  .index .section-pickup-articles .pickup-header .heading01 {
    font-size: 14px;
  }
}
.index .section-pickup-articles .pickup-header .btn {
  padding: 12px 24px;
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles .pickup-header .btn {
    position: relative;
    top: -6px;
  }
}
.index .section-pickup-articles .pickup-header .btn:after {
  content: none;
}
.index .section-pickup-articles .articles-wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1200px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles .articles-wrapper {
    padding: 0 40px;
  }
}
.index .section-pickup-articles .article-card {
  flex: 0 0 260px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index .section-pickup-articles .article-card:hover {
  text-decoration: none;
  cursor: pointer;
}
.index .section-pickup-articles .article-card .thumb {
  overflow: hidden;
}
.index .section-pickup-articles .article-card .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .section-pickup-articles .article-card .title {
  padding: 8px 16px;
  font-weight: 700;
  color: var(--clP);
  line-height: 1.4;
}
@media screen and (max-width:639px) {
  .index .section-pickup-articles .article-card .title {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .index .section-pickup-articles .article-card .title {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-pickup-articles .article-card .title {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-pickup-articles .article-card .title {
    font-size: 15px;
  }
}
.index .section-concept {
  padding-left: 0;
  padding-right: 0;
}
.index .section-concept .concept-header {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-header {
    flex-direction: column;
  }
}
.index .section-concept .concept-header .sectionInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1116px;
}
@media screen and (max-width:1024px) {
  .index .section-concept .concept-header .sectionInner {
    flex-direction: column;
    align-items: center;
  }
}
.index .section-concept .concept-header .heading01 {
  margin-bottom: 0;
}
.index .section-concept .concept-header .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\a concept";
}
.index .section-concept .concept-body {
  background-color: var(--clBGP);
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-body {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-body {
    padding-top: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-body {
    padding-top: 106.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-body {
    padding-top: 113.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-body {
    padding-top: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-body {
    padding-bottom: 70px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-body {
    padding-bottom: 73.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-body {
    padding-bottom: 76.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-body {
    padding-bottom: 80px;
  }
}
.index .section-concept .concept-body .sectionInner {
  max-width: 1116px;
}
.index .section-concept .keyword-list {
  transform: translateY(56px);
}
@media screen and (max-width:639px) {
  .index .section-concept .keyword-list {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .keyword-list {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .keyword-list {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .keyword-list {
    margin-bottom: 16px;
  }
}
.index .section-concept .keyword-list .keyword-item span {
  border: 3px solid var(--clP);
}
.index .section-concept .concept-list {
  display: flex;
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-list {
    transform: translateX(8px);
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    flex-wrap: nowrap;
  }
  .index .section-concept .concept-list > * {
    width: calc((100% - calc(32px * 2)) / 3);
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .section-concept .concept-list > * {
    width: 100%;
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .section-concept .concept-list {
    flex-direction: column;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-list {
    gap: 44px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-concept .concept-list {
    flex-wrap: wrap;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    gap: 56px 32px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .index .section-concept .concept-list > * {
    width: calc((100% - calc(32px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .section-concept .concept-list > * {
    width: 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .section-concept .concept-list {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list {
    flex-direction: column;
    gap: 72px;
  }
}
.index .section-concept .concept-list .concept-item {
  position: relative;
}
.index .section-concept .concept-list .concept-item .concept-number {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  position: absolute;
  left: -0.4em;
  top: -0.3em;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list .concept-item .concept-number {
    font-size: 100px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-list .concept-item .concept-number {
    font-size: 106.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-list .concept-item .concept-number {
    font-size: 113.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-list .concept-item .concept-number {
    font-size: 120px;
  }
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list .concept-item .concept-number {
    left: -0.3em;
  }
}
.index .section-concept .concept-list .concept-item .concept-title {
  color: var(--clP);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list .concept-item .concept-title {
    margin-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-list .concept-item .concept-title {
    margin-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-list .concept-item .concept-title {
    margin-bottom: 23px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-list .concept-item .concept-title {
    margin-bottom: 24px;
  }
}
.index .section-concept .concept-list .concept-item .concept-title-lead {
  letter-spacing: 0.2em;
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list .concept-item .concept-title-lead {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-list .concept-item .concept-title-lead {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-list .concept-item .concept-title-lead {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-list .concept-item .concept-title-lead {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list .concept-item .concept-title__sub {
    font-size: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-list .concept-item .concept-title__sub {
    font-size: 19px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-list .concept-item .concept-title__sub {
    font-size: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-list .concept-item .concept-title__sub {
    font-size: 20px;
  }
}
.index .section-concept .concept-list .concept-item .concept-text {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .index .section-concept .concept-list .concept-item .concept-text {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-concept .concept-list .concept-item .concept-text {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-concept .concept-list .concept-item .concept-text {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-concept .concept-list .concept-item .concept-text {
    font-size: 16px;
  }
}
.index .section-concept .concept-list .concept-item .concept-text .marker {
  color: var(--clP);
}
.index .section-company {
  max-width: 1120px;
  background-image: url(../img/index/company-bg.png);
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:640px) {
  .index .section-company {
    border-radius: 16px;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-company {
    width: calc(100% - 48px);
  }
}
.index .section-company .sectionInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
@media screen and (max-width:639px) {
  .index .section-company .sectionInner {
    padding-top: 50px;
  }
}
@media screen and (min-width:640px) {
  .index .section-company .sectionInner {
    padding-top: 60px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-company .sectionInner {
    padding-top: 70px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-company .sectionInner {
    padding-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .section-company .sectionInner {
    padding-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .section-company .sectionInner {
    padding-bottom: 66.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-company .sectionInner {
    padding-bottom: 77.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-company .sectionInner {
    padding-bottom: 88px;
  }
}
@media screen and (max-width:639px) {
  .index .section-company .sectionInner {
    padding-left: 0;
    padding-right: 0;
  }
}
.index .section-company .sectionInner .heading01 {
  text-align: center;
  color: #fff;
}
.index .section-company .sectionInner .heading01::before {
  content: url(../img/cmn/ico_h2_white.svg) "\a company";
  color: #fff;
}
@media screen and (max-width:639px) {
  .index .section-company .sectionInner .company-greeting {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .index .section-company .sectionInner .company-greeting {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-company .sectionInner .company-greeting {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-company .sectionInner .company-greeting {
    margin-bottom: 48px;
  }
}
.index .section-company .sectionInner p {
  color: #fff;
  line-height: 1.8;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .index .section-company .sectionInner p {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-company .sectionInner p {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-company .sectionInner p {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-company .sectionInner p {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .index .section-company .sectionInner p:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-company .sectionInner p:not(:last-child) {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-company .sectionInner p:not(:last-child) {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-company .sectionInner p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.index .section-company .sectionInner .btn::after {
  content: none;
}
@media screen and (max-width:639px) {
  .index .section-advantage {
    padding-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-advantage {
    padding-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage {
    padding-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-advantage {
    padding-bottom: 16px;
  }
}
.index .section-advantage .sectionInner {
  max-width: 1120px;
}
.index .section-advantage .sectionInner .heading01 strong {
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .heading01 strong {
    font-size: 41px;
  }
}
@media screen and (min-width:640px) {
  .index .section-advantage .sectionInner .heading01 strong {
    font-size: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .heading01 strong {
    font-size: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-advantage .sectionInner .heading01 strong {
    font-size: 48px;
  }
}
.index .section-advantage .sectionInner .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\a ADVANTAGE";
}
.index .section-advantage .sectionInner .advantage-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list {
    gap: 58px;
  }
}
@media screen and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list {
    gap: 61.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list {
    gap: 64.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-advantage .sectionInner .advantage-list {
    gap: 68px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list {
    gap: 64px;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 48px;
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item {
    padding-right: 40px;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item {
    padding-right: 80px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(even) {
    padding-right: 0;
    padding-left: 40px;
  }
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(even) .advantage-media {
    order: 2;
  }
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(even) .advantage-content {
    order: 1;
  }
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(even) .advantage-number {
    order: 2;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(even) {
    padding-left: 80px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(odd) .advantage-number {
    order: 2;
  }
  .index .section-advantage .sectionInner .advantage-list .advantage-item:nth-child(odd) h3 {
    order: 1;
  }
}
@media screen and (max-width:1024px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item {
    gap: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-media {
    flex: 0 0 44%;
    max-width: 44%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-media {
    width: 70%;
    max-width: 530px;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-media img {
  width: 100%;
  display: block;
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:1024px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-title {
    justify-content: center;
  }
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-title {
    flex-direction: column;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number {
  line-height: 1;
}
@media screen and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number {
    display: flex;
    flex-direction: column;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number small {
  display: block;
  color: var(--clP);
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number small {
    margin-bottom: -5px;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number .advantage-number__num {
  color: var(--clP);
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number .advantage-number__num {
    font-size: 60px;
  }
}
@media screen and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number .advantage-number__num {
    font-size: 80px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number .advantage-number__num {
    font-size: 100px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-number .advantage-number__num {
    font-size: 120px;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 {
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.15em;
  margin-bottom: 0 !important;
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 {
    font-size: 32px;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 .text-block {
  display: block;
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 .highlight {
  color: var(--clP);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 br {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content h3 {
    text-align: center;
  }
}
.index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-text {
  text-align: left;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-text {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-text {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-text {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-text {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-advantage .sectionInner .advantage-list .advantage-item .advantage-content .advantage-text {
    max-width: 600px;
  }
}

.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;
}

.mainImg {
  background-image: url(../img/index/kv-img.png);
  background-position: center top;
  background-size: cover;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.mainImgInner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:639px) {
  .mainImgInner {
    padding-top: 30px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner {
    padding-top: 36px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    padding-top: 42px;
  }
}
@media screen and (min-width:1300px) {
  .mainImgInner {
    padding-top: 48px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner {
    padding-bottom: 30px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner {
    padding-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    padding-bottom: 42px;
  }
}
@media screen and (min-width:1300px) {
  .mainImgInner {
    padding-bottom: 48px;
  }
}
.mainImgInner .kv-logo {
  width: 666px;
}
@media screen and (max-width:639px) {
  .mainImgInner .kv-logo {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner .kv-logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner .kv-logo {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:1300px) {
  .mainImgInner .kv-logo {
    margin-bottom: 56px;
  }
}
.mainImgInner .kv-logo img {
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .kv-logo {
    width: 60vw;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .kv-logo {
    width: 90vw;
    max-width: 450px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .keyword-list {
    margin-bottom: 18.5px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner .keyword-list {
    margin-bottom: 19px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner .keyword-list {
    margin-bottom: 19.5px;
  }
}
@media screen and (min-width:1300px) {
  .mainImgInner .keyword-list {
    margin-bottom: 20px;
  }
}
.mainImgInner h2 {
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 3px 3px 0px #FFF492;
}
@media screen and (max-width:639px) {
  .mainImgInner h2 {
    font-size: 30px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner h2 {
    font-size: 33.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner h2 {
    font-size: 36.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .mainImgInner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner h2 .text-block {
    display: block;
  }
}
.mainImgInner h2 .highlight {
  display: inline-block;
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .mainImgInner h2 .highlight {
    font-size: 44px;
  }
}
@media screen and (min-width:640px) {
  .mainImgInner h2 .highlight {
    font-size: 49.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner h2 .highlight {
    font-size: 54.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .mainImgInner h2 .highlight {
    font-size: 60px;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner h2 {
    line-height: 1.4;
  }
}

.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;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  font-weight: bold;
  background: var(--clBGP);
}
.pageTtl h1, .pageTtl h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--clP);
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width:639px) {
  .pageTtl h1, .pageTtl h2 {
    font-size: 30px;
  }
}
@media screen and (min-width:640px) {
  .pageTtl h1, .pageTtl h2 {
    font-size: 32px;
  }
}
@media screen and (min-width:1025px) {
  .pageTtl h1, .pageTtl h2 {
    font-size: 34px;
  }
}
@media screen and (min-width:1300px) {
  .pageTtl h1, .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 {
  margin-bottom: 48px;
  color: var(--clP);
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 1.6rem;
}

.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: #fff8b7;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

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