@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 > div[class$=Inner],
.headerInner,
.mainImgInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 936px;
}

section > div.narrow {
  max-width: 800px;
}

@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
section.section-fill {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  section.section-fill {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section.section-fill {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section.section-fill {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.section-fill-BGP {
  background-color: var(--clBGP);
}
section.section-fill-BGS {
  background-color: var(--clBGS);
}
section.section-fill-BGG {
  background-color: var(--clBGG);
}
section.section-fill-clP {
  background-color: var(--clP);
}
section .narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: var(--clText);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 170%;
  margin: 0;
  background-color: var(--clBG);
  overflow-x: hidden;
}
@media screen and (max-width:639px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (min-width:640px) {
  html,
  body {
    font-size: 15.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  html,
  body {
    font-size: 16.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  html,
  body {
    font-size: 17px;
  }
}

body * {
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0;
}

::-moz-selection {
  background: #efefef;
}

::selection {
  background: #efefef;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:639px) {
  small {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  small {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  small {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  small {
    font-size: 14px;
  }
}

section,
.mainImg {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  section,
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  section,
  .mainImg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  gap: 24px;
}
@media screen and (min-width:640px) {
  .headerInner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .headerInner {
    padding-top: 14px;
  }
}
@media screen and (min-width:640px) {
  .headerInner {
    padding-top: 16px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    padding-top: 18px;
  }
}
@media screen and (min-width:1300px) {
  .headerInner {
    padding-top: 20px;
  }
}
@media screen and (max-width:639px) {
  .headerInner {
    padding-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .headerInner {
    padding-bottom: 16px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    padding-bottom: 18px;
  }
}
@media screen and (min-width:1300px) {
  .headerInner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .headerInner {
    height: 72px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    max-width: 1300px;
  }
}
@media screen and (max-width:639px) {
  .headerInner {
    height: 64px;
  }
}
.headerRight {
  margin-left: auto;
  display: flex;
  gap: 4px;
}
@media screen and (min-width:1300px) {
  .headerRight {
    gap: 24px;
  }
}
@media screen and (max-width:1024px) {
  .headerRight {
    display: none;
  }
}
.headerBottom {
  margin-left: auto;
}

@media screen and (max-width:1024px) {
  .header h1 a {
    display: flex;
    align-items: center;
    height: 64px;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    width: auto;
  }
}
@media screen and (min-width:640px) {
  .header h1 img {
    max-height: 80%;
  }
}
@media screen and (max-width:639px) {
  .header h1 img {
    max-height: 70%;
  }
}
.header .header-buttons {
  display: flex;
  gap: 8px;
}
.header .header-buttons .contact-item--mail .contact-btn.btn--mail {
  height: 56px;
  width: 210px;
}
@media screen and (min-width:1300px) {
  .header .header-buttons .contact-item--mail .contact-btn.btn--mail {
    width: 240px;
  }
}
.header .header-buttons .contact-item--mail .contact-btn.btn--mail .btn-icon.mail-icon {
  width: 1em;
  background-position: center center;
}
@media screen and (max-width:639px) {
  .header .header-buttons .contact-item--mail .contact-btn.btn--mail .btn-text {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .header .header-buttons .contact-item--mail .contact-btn.btn--mail .btn-text {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) {
  .header .header-buttons .contact-item--mail .contact-btn.btn--mail .btn-text {
    font-size: 14px;
  }
}
@media screen and (min-width:1300px) {
  .header .header-buttons .contact-item--mail .contact-btn.btn--mail .btn-text {
    font-size: 16px;
  }
}
.header .header-buttons .contact-item--line .contact-btn.btn--line {
  height: 56px;
  width: 210px;
}
@media screen and (min-width:1300px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line {
    width: 240px;
  }
}
@media screen and (max-width:639px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text {
    font-size: 14px;
  }
}
@media screen and (min-width:1300px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text strong {
    font-size: 12px;
  }
}
@media screen and (min-width:640px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text strong {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text strong {
    font-size: 18.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .header .header-buttons .contact-item--line .contact-btn.btn--line .btn-text strong {
    font-size: 22px;
  }
}
.headerBottom {
  background-color: var(--clP);
  color: #fff;
}

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

.footer {
  border-top: 5px solid var(--clP);
}
.footerInner {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .footerInner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .footerInner {
    padding-top: 40px;
  }
}
@media screen and (min-width:640px) {
  .footerInner {
    padding-top: 48px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner {
    padding-top: 56px;
  }
}
@media screen and (min-width:1300px) {
  .footerInner {
    padding-top: 64px;
  }
}
@media screen and (max-width:639px) {
  .footerInner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width:640px) {
  .footerInner {
    padding-bottom: 48px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner {
    padding-bottom: 56px;
  }
}
@media screen and (min-width:1300px) {
  .footerInner {
    padding-bottom: 64px;
  }
}
@media screen and (max-width:1024px) {
  .footerInner {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
@media screen and (max-width:639px) {
  .footerInner .footerRight {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .footerInner .footerRight {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner .footerRight {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .footerInner .footerRight {
    font-size: 15px;
  }
}
.footerInner .footerRight h3 {
  color: var(--clP);
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .footerInner .footerRight h3 {
    font-size: 26px;
  }
}
@media screen and (min-width:640px) {
  .footerInner .footerRight h3 {
    font-size: 30px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner .footerRight h3 {
    font-size: 34px;
  }
}
@media screen and (min-width:1300px) {
  .footerInner .footerRight h3 {
    font-size: 38px;
  }
}
.footerInner .footerRight .access .label {
  background-color: var(--clP);
  color: #fff;
  padding: 1px 7px;
  border-radius: 100px;
  margin-right: 4px;
}
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .footerRight {
    gap: 12px;
  }
}

.footer-copyrignt {
  display: block;
  text-align: center;
  background-color: var(--clP);
  color: #fff;
  padding: 8px 0;
}
@media screen and (max-width:639px) {
  .footer-copyrignt {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .footer-copyrignt {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .footer-copyrignt {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .footer-copyrignt {
    font-size: 12px;
  }
}
.footer-copyrignt a {
  color: #fff;
}

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

.gnav li:not(.tel-btn, .mail-btn) a {
  color: var(--clText);
  font-family: var(--fontAccent);
  color: var(--clPD);
}
@media screen and (max-width:1024px) {
  .gnav li a {
    color: var(--clText);
    font-family: var(--fontAccent);
    color: var(--clPD);
  }
}

@media screen and (max-width: 1024px) {
  .gnav ul.nav-list {
    background-color: #fff;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid var(--clBD);
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    border-bottom: 1px solid var(--clBD);
  }
  .gnav ul.nav-list li a {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
  }
  .gnav ul.nav-list li a:after {
    content: url(../../../assets/img/cmn/ico_arrow_clp.svg);
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    gap: 32px;
    display: flex;
    justify-content: center;
    padding: 12px 32px;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .gnav ul.nav-list {
    gap: 40px;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    color: #fff;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    font-size: 10px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn).current a {
    border-bottom: 1px solid var(--clP);
  }
  .gnav ul.nav-list li[class*=gnav-btn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gnav ul.nav-list li[class*=gnav-btn] a {
    color: #fff;
    background-color: var(--clA);
    padding: 10px 16px;
    gap: 10px;
  }
  .gnav ul.nav-list li[class*=gnav-btn][class*=fullheight] a {
    display: flex;
    height: 82px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .gnav ul.nav-list li.tel-btn a {
    background: transparent;
  }
  .gnav ul.nav-list li.tel-btn a .number {
    display: none;
  }
  .gnav ul.nav-list li.tel-btn a .time {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .drop-menu-list {
    left: 0;
    top: 85%;
  }
  .drop-menu-item a {
    line-height: 1;
    background-color: var(--clPD);
    color: #fff;
    margin-bottom: 2px;
    padding: 12px 56px 12px 20px;
    height: auto;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .drop-menu-item a {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .drop-menu-item a {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .drop-menu-item a {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .drop-menu-item a {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .drop-menu:hover .drop-menu-list {
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }
}
.gnav {
  top: 0;
  left: -100%;
  top: 0;
  left: -100%;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1024px) {
  .gnav {
    position: fixed;
  }
}
@media screen and (max-width:1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    justify-content: center;
  }
}
.gnav a {
  text-decoration: none;
}

.open {
  pointer-events: auto;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width:1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
  }
  .gnav ul.nav-list {
    padding-top: 64px;
  }
  .gnav ul.nav-list li a {
    display: flex;
  }
  .gnav ul.nav-list li a:after {
    margin-left: auto;
  }
  .gnav ul.nav-list li ul li {
    padding-right: 0;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .gnav ul.nav-list li[class*=btn] img {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list > li:not(.btn-tel) {
    display: flex;
    align-items: center;
  }
  .gnav ul.nav-list > li:not(.btn-tel) a {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .gnav ul.nav-list > li:not(.btn-tel) a:hover {
    opacity: 1;
    color: #efcd22;
  }
  .drop-menu {
    position: relative;
    z-index: 9999;
  }
  .drop-menu-list {
    background-color: transparent;
    position: absolute;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 9999;
  }
  .drop-menu-item {
    margin-left: 0;
  }
  .drop-menu-item a {
    justify-content: flex-start;
    flex-direction: row;
    height: auto;
  }
  .drop-menu-item a:hover:not(.btn) {
    opacity: 1;
    filter: brightness(115%);
  }
}
@media screen and (max-width:1024px) {
  ul.nav-list li.btn-tel a span.icon, ul.nav-list li.btn-tel a .btn-burger span.icon:after, .btn-burger ul.nav-list li.btn-tel a span.icon:after, ul.nav-list li.btn-tel a .btn-burger span.icon:before, .btn-burger ul.nav-list li.btn-tel a span.icon:before {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  ul.nav-list li.btn-tel a span {
    display: none;
  }
}
ul.nav-list li.btn-tel a span.sp {
  display: none;
}
@media screen and (max-width:1024px) {
  ul.nav-list li.btn-tel a span.sp {
    display: flex;
  }
}

.btn-burger {
  border: none;
  background-color: var(--clP);
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .btn-burger {
    width: 72px;
    height: 72px;
  }
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1.5px;
  width: 24px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 8px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -8px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}

.btn-burger.open {
  background-color: transparent;
}
.btn-burger.open .icon:before {
  transform: rotate(-45deg);
  top: 0;
  background-color: var(--clP);
}
.btn-burger.open .icon:after {
  transform: rotate(45deg);
  top: 0;
  background-color: var(--clP);
}

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

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

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

:root {
  --clPD: #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;
  }
}

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

:root {
  --button-bg: var(--clW);
  --button-color: var(--clP);
  --button-border-color: var(--clP);
  --button-padding: 8px 18px;
  --button-border-radius: 5px;
  --button-font-size: 16px;
  --button-border-width: 2px;
  --icon-spacing: 8px;
  --icon-url: url("../img/cmn/ico_arrow_clp.svg");
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-bg);
  color: var(--button-color);
  padding: var(--button-padding);
  border: var(--button-border-width) solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  box-sizing: border-box;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn::after {
  content: var(--icon-url);
  display: inline-block;
  margin-left: var(--icon-spacing);
}
.btn.btn-back::after {
  display: none;
}
.btn.btn-back::before {
  content: var(--icon-url);
  display: inline-block;
  margin-right: var(--icon-spacing);
  transform: scaleX(-1);
}
.btn.btn-filled {
  background-color: var(--button-border-color);
  color: var(--clW);
}
.btn.btn-filled::after, .btn.btn-filled.btn-back::before {
  filter: contrast(0%) brightness(1000%);
}
.btn.btn-filled:hover {
  color: var(--clW);
}
.btn:hover {
  color: inherit;
}

.btn-small {
  --button-padding: 5px 10px;
  --button-font-size: 14px;
  --icon-spacing: 4px;
}

.btn-large {
  --button-padding: 15px 30px;
  --button-font-size: 18px;
  --icon-spacing: 10px;
}

.btn-clP {
  --button-border-color: var(--clP);
  --button-color: var(--clP);
  --icon-url: url("../img/cmn/ico_arrow_clp.svg");
}
.btn-clP:hover {
  color: var(--clP);
}

.btn-clS {
  --button-border-color: var(--clS);
  --button-color: var(--clS);
  --icon-url: url("../img/cmn/ico_arrow_cls.svg");
}
.btn-clS:hover {
  color: var(--clS);
}

.btn-clA {
  --button-border-color: var(--clA);
  --button-color: var(--clA);
  --icon-url: url("../img/cmn/ico_arrow_cla.svg");
}
.btn-clA:hover {
  color: var(--clA);
}

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

h2,
h3,
h4 {
  line-height: 140%;
}

.heading01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  letter-spacing: 0.15em;
  margin-bottom: clamp(70.4px, 12.5714285714vw, 88px);
}
@media screen and (max-width:639px) {
  .heading01 {
    font-size: 34px;
  }
}
@media screen and (min-width:640px) {
  .heading01 {
    font-size: 36px;
  }
}
@media screen and (min-width:1025px) {
  .heading01 {
    font-size: 38px;
  }
}
@media screen and (min-width:1300px) {
  .heading01 {
    font-size: 40px;
  }
}
.heading01 small {
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width:639px) {
  .heading01 small {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .heading01 small {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .heading01 small {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .heading01 small {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .heading01 small {
    margin-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .heading01 small {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .heading01 small {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .heading01 small {
    margin-bottom: 16px;
  }
}
.heading01:after {
  content: "";
  display: block;
  background: var(--clP);
  position: absolute;
  bottom: 20px;
  width: 200px;
  height: 8px;
}
.heading01-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.heading01-vertical:before {
  content: url(https://placehold.jp/40x40.png);
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (min-width:1025px) {
  .heading01-vertical {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: auto;
    writing-mode: vertical-rl;
    line-height: 1;
  }
}
.heading01-vertical span {
  display: block;
}
.heading01-vertical small {
  display: block;
}

.heading02 {
  color: var(--clP);
  text-align: center;
}
@media screen and (max-width:639px) {
  .heading02 {
    font-size: 28px;
  }
}
@media screen and (min-width:640px) {
  .heading02 {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .heading02 {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .heading02 {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .heading02 {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .heading02 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .heading02 {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1300px) {
  .heading02 {
    margin-bottom: 40px;
  }
}

h3 {
  letter-spacing: 0 0.8em;
  line-height: 130%;
}

.heading03 {
  color: var(--clP);
  text-align: center;
}
@media screen and (max-width:639px) {
  .heading03 {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .heading03 {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .heading03 {
    font-size: 23px;
  }
}
@media screen and (min-width:1300px) {
  .heading03 {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .heading03 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .heading03 {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .heading03 {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .heading03 {
    margin-bottom: 32px;
  }
}

.contact-item--phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.contact-item--phone .contact-item--phone-number {
  font-weight: 800;
  font-family: "Albert Sans", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .contact-item--phone .contact-item--phone-number {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .contact-item--phone .contact-item--phone-number {
    font-size: 21.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .contact-item--phone .contact-item--phone-number {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .contact-item--phone .contact-item--phone-number {
    font-size: 32px;
  }
}
.contact-item--phone .contact-item--phone-number::before {
  content: url(../img/cmn/ico_tel.svg);
  margin-right: 8px;
}
.contact-item--phone .contact-item--caption {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .contact-item--phone .contact-item--caption {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .contact-item--phone .contact-item--caption {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .contact-item--phone .contact-item--caption {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .contact-item--phone .contact-item--caption {
    font-size: 14px;
  }
}

@media screen and (max-width:1024px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) {
    height: auto;
    display: inline-block;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a {
    background-color: var(--clA);
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    color: #fff;
    height: auto;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a:hover {
    color: #fff;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .number {
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    font-size: 20px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .number .icon, .tel-btn:not(.gnav .nav-list .tel-btn) a .number .btn-burger .icon:before, .btn-burger .tel-btn:not(.gnav .nav-list .tel-btn) a .number .icon:before, .tel-btn:not(.gnav .nav-list .tel-btn) a .number .btn-burger .icon:after, .btn-burger .tel-btn:not(.gnav .nav-list .tel-btn) a .number .icon:after {
    margin-right: 2px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .time {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) a .time {
    font-size: 10px;
  }
}
@media screen and (max-width:1024px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) a .time small {
    font-size: 10px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) .emergency {
    font-size: 10px;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .number,
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .time {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .sp {
    display: none;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .sp {
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .tel-btn {
    height: auto;
    display: inline-block;
  }
  .tel-btn a {
    background-color: var(--clA);
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    color: #fff;
    height: auto;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .tel-btn a:hover {
    color: #fff;
  }
  .tel-btn a .number {
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    font-size: 20px;
  }
  .tel-btn a .number .icon, .tel-btn a .number .btn-burger .icon:before, .btn-burger .tel-btn a .number .icon:before, .tel-btn a .number .btn-burger .icon:after, .btn-burger .tel-btn a .number .icon:after {
    margin-right: 2px;
  }
  .tel-btn a .time {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .tel-btn a .time {
    font-size: 10px;
  }
}
@media screen and (min-width:1025px) {
  .tel-btn a .time small {
    font-size: 10px;
  }
  .tel-btn .emergency {
    font-size: 10px;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width:1025px) and (max-width:1024px) {
  .gnav .nav-list .tel-btn .number,
  .gnav .nav-list .tel-btn .time {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav .nav-list .tel-btn .sp {
    display: none;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .gnav .nav-list .tel-btn .sp {
    display: block;
  }
}
/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: var(--clP);
  color: var(--clW);
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: var(--clBGP);
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding: 12px 5px;
  }
}
@media screen and (max-width:639px) {
  .table-style td,
  .table-style th {
    display: block;
    width: 100%;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

ul.listNormal {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.listNormal li {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.listNormal li:before {
  content: "";
  display: block;
  position: relative;
  top: 0.8em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--clText);
  flex-shrink: 0;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: var(--clText);
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover:not(.btn) {
  opacity: 0.8;
}
a:hover:not(.btn) img {
  opacity: 0.8;
}

a.link-text {
  color: var(--clP);
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--clP);
  border-right: 2px solid var(--clP);
  transform: rotate(45deg);
}

.tab-area {
  display: flex;
  cursor: pointer;
}

.tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}

.tab.active {
  background-color: var(--clP);
  color: #fff;
}

.tab-panel {
  display: none;
  text-align: center;
}

.tab-panel.active {
  display: block;
}

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

.visually-hidden {
  position: absolute !important;
  /* レイアウトから外す */
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  /* 要素をクリップ */
  overflow: hidden;
  white-space: nowrap;
  /* 改行させない */
}

.bg-s {
  background-color: var(--clS);
}

.bg-w {
  background-color: #fff;
}

br.sp {
  display: none;
}
@media screen and (max-width:639px) {
  br.sp {
    display: block;
  }
}

br.tb {
  display: none;
}
@media screen and (max-width:1024px) {
  br.tb {
    display: block;
  }
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtArea {
  margin-bottom: 64px;
}
.txtArea > :last-child {
  margin-bottom: 0;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #fff492 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: var(--clText);
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.flex-between {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

section .narrow {
  max-width: 780px;
}

.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: var(--clW);
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: var(--clW);
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #3f3c3b;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:1025px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:1025px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */