@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: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --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: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

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

.infomation {
  background-color: var(--clP);
}
.infomation h2 {
  font-size: 34px;
  font-size: clamp(34px, 34px + 0.5vw, 40px);
  text-align: center;
  color: #fff;
}
.infomation h2 small {
  display: block;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
}
.infomation .btn {
  white-space: nowrap;
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
  padding-left: 41px;
  padding-left: clamp(41px, 41px + 0.5833333333vw, 48px);
  padding-right: 41px;
  padding-right: clamp(41px, 41px + 0.5833333333vw, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: 28px;
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li:not(:last-child) {
  border-bottom: 1px solid var(--clBD);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.infomation li time {
  color: var(--clText);
  white-space: nowrap;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
}

/* 見出し/リスト/段落の余白リセット（レイアウト都合） */
h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
  /* 行間リセット（レイアウト都合） */
}
.index h3,
.index p {
  line-height: 1;
}
.index .section-about {
  background-color: var(--clBGG);
}
.index .section-about .sectionInner {
  max-width: 680px;
}
.index .section-about .sectionInner .about-text {
  border-top: 1px solid var(--clBD);
  border-bottom: 1px solid var(--clBD);
  line-height: 310%;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 55px, var(--clBD) 55px, var(--clBD) 56px);
  background-size: 100% 56px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .sectionInner .about-text {
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 52px, var(--clBD) 52px, var(--clBD) 53px);
    background-size: 100% 53px;
  }
}
@media screen and (max-width:639px) {
  .index .section-about .sectionInner .about-text {
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 37px, var(--clBD) 37px, var(--clBD) 38px);
    background-size: 100% 38px;
  }
}
.index .section-about .sectionInner p {
  /* 文章ブロック */
  font-size: 18px;
  line-height: 3.1;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .sectionInner p {
    font-size: 17px;
  }
}
@media screen and (max-width:639px) {
  .index .section-about .sectionInner p {
    font-size: 15px;
    line-height: 2.5;
  }
}
.index .section-about .sectionInner p strong {
  color: var(--clP);
  font-weight: 500;
}
.index .section-issues {
  position: relative;
  /* 鳥を擬似要素で絶対配置 */
  overflow: visible;
  /* 幅が狭いときは2列→1列に落とす */
}
.index .section-issuesInner {
  max-width: 960px;
}
.index .section-issues .sectionInner {
  position: relative;
  /* 左右に飛ぶ鳥（装飾） */
}
.index .section-issues .sectionInner ul {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-areas: "c1 c2 c3" "c4 .  c5";
  justify-content: center;
  justify-items: center;
  align-items: center;
  /* 共通：テキスト配置 */
  /* 配置 + 画像/サイズ（px固定） */
  /* PCだけ微調整（上下差・外寄せ） */
}
@media screen and (min-width:1025px) {
  .index .section-issues .sectionInner ul {
    transform: translateY(20px);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-issues .sectionInner ul {
    transform: translateY(-30px);
  }
}
@media screen and (max-width:639px) {
  .index .section-issues .sectionInner ul {
    row-gap: 12px;
    grid-template-areas: "c1" "c2" "c3" "c4" "c5";
  }
}
.index .section-issues .sectionInner ul li {
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 12px;
  /* 行間上げたい場合だけ */
}
.index .section-issues .sectionInner ul li:nth-child(1) {
  grid-area: c1;
  background-image: url("../img/index/bg_cloud01.png");
  width: 279px;
  height: 129px;
}
.index .section-issues .sectionInner ul li:nth-child(2) {
  grid-area: c2;
  background-image: url("../img/index/bg_cloud02.png");
  width: 284px;
  height: 153px;
}
.index .section-issues .sectionInner ul li:nth-child(3) {
  grid-area: c3;
  background-image: url("../img/index/bg_cloud03.png");
  width: 279px;
  height: 129px;
}
.index .section-issues .sectionInner ul li:nth-child(4) {
  grid-area: c4;
  background-image: url("../img/index/bg_cloud04.png");
  width: 290px;
  height: 133px;
}
.index .section-issues .sectionInner ul li:nth-child(5) {
  grid-area: c5;
  background-image: url("../img/index/bg_cloud05.png");
  width: 293px;
  height: 129px;
}
@media screen and (min-width:1025px) {
  .index .section-issues .sectionInner ul li:nth-child(1) {
    justify-self: start;
    transform: translate(-45px, -60px);
  }
  .index .section-issues .sectionInner ul li:nth-child(3) {
    justify-self: end;
    transform: translate(45px, -50px);
  }
  .index .section-issues .sectionInner ul li:nth-child(4) {
    transform: translate(68px, -50px);
  }
  .index .section-issues .sectionInner ul li:nth-child(5) {
    transform: translate(-30px, -30px);
  }
}
.index .section-issues .sectionInner::before, .index .section-issues .sectionInner::after {
  content: "";
  position: absolute;
  bottom: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-issues .sectionInner::before, .index .section-issues .sectionInner::after {
    bottom: 20%;
  }
}
@media screen and (max-width:639px) {
  .index .section-issues .sectionInner::before, .index .section-issues .sectionInner::after {
    bottom: auto;
    top: 28vw;
  }
}
.index .section-issues .sectionInner::before {
  width: 64px;
  height: 54px;
  inset-inline-start: 0;
  background-image: url("../img/index/img_bird01.png");
}
@media screen and (min-width:1025px) {
  .index .section-issues .sectionInner::before {
    transform: translateY(10% -15%);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-issues .sectionInner::before {
    transform: translate(101%, -11vw);
  }
}
.index .section-issues .sectionInner::after {
  width: 72px;
  height: 63px;
  inset-inline-end: 0;
  background-image: url("../img/index/img_bird02.png");
}
@media screen and (min-width:1025px) {
  .index .section-issues .sectionInner::after {
    transform: translateX(20%);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-issues .sectionInner::after {
    transform: translate(-38%, -7vw);
  }
}
@media screen and (max-width:639px) {
  .index .section-issues .sectionInner::after {
    transform: translateX(2vw);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-issues .sectionInner ul {
    grid-template-columns: repeat(2, minmax(12rem, 1fr));
    grid-template-rows: auto auto auto;
  }
  .index .section-issues .sectionInner ul li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .index .section-issues .sectionInner ul li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .index .section-issues .sectionInner ul li:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .index .section-issues .sectionInner ul li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  .index .section-issues .sectionInner ul li:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
}
@media screen and (max-width:639px) {
  .index .section-issues .sectionInner ul {
    grid-template-columns: 1fr;
  }
  .index .section-issues .sectionInner ul li:nth-child(n) {
    grid-column: 1;
  }
}
.index .section-values .sectionInner {
  max-width: 960px;
  margin-bottom: 40px;
  margin-bottom: clamp(40px, 40px + 3.3333333333vw, 80px);
  /* バリューバッジ群 */
  /* 森の上に乗るキャッチ（背景画像は使わず配置のみ） */
}
.index .section-values .sectionInner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 16px;
  margin-bottom: 34px;
  margin-bottom: clamp(34px, 34px + 0.5vw, 40px);
}
.index .section-values .sectionInner ul li {
  /* ピル型バッジの器 */
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--clP);
  line-height: 2;
  border: 4px dashed var(--thema-clS, #FDD329);
  border-radius: 9999px;
  text-align: center;
  padding-inline: 34px;
  padding-inline: clamp(34px, 34px + 0.5vw, 40px);
  padding-block: 10px;
  padding-block: clamp(10px, 10px + 0.1666666667vw, 12px);
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.3333333333vw, 20px);
  /* 左側の小花アイコンの“スペース”だけ用意 */
}
@media screen and (min-width:640px) {
  .index .section-values .sectionInner ul li {
    white-space: nowrap;
  }
}
@media screen and (max-width:639px) {
  .index .section-values .sectionInner ul li {
    line-height: 1.5;
  }
}
.index .section-values .sectionInner ul li::before {
  content: url(../img/cmn/ico_flower.png);
  transform: translateY(5px);
}
.index .section-values .sectionInner .catch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .index .section-values .sectionInner .catch {
    margin-top: 71px;
    margin-top: clamp(71px, 71px + 0.5833333333vw, 78px);
  }
}
@media screen and (max-width:639px) {
  .index .section-values .sectionInner .catch img {
    transform: scale(1.6);
  }
}
.index .section-values .sectionInner .catch .catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) translateY(0.5em);
  display: flex;
  justify-content: center;
  gap: 10px;
  gap: clamp(10px, 10px + 0.1666666667vw, 12px);
  color: var(--thema-clW, #FFF);
  text-shadow: 0 0 24px #009D63;
  line-height: 2;
  font-size: 21px;
  font-size: clamp(21px, 21px + 0.25vw, 24px);
}
.index .section-values .sectionInner .catch .catch-copy:before {
  content: url(../img/index/catch-deco.svg);
  transform: translateY(4px);
}
.index .section-values .sectionInner .catch .catch-copy:after {
  content: url(../img/index/catch-deco.svg);
  transform: scaleX(-1) translateY(4px);
}
.index .section-donation {
  padding-bottom: 80px;
  padding-bottom: clamp(80px, 80px + 3.3333333333vw, 120px);
  /* 角丸の大きめカード的な構造（色・背景は指定しない） */
}
@media screen and (min-width:640px) {
  .index .section-donation {
    padding-top: 16px;
    padding-top: clamp(16px, 16px + 0.6666666667vw, 24px);
  }
}
.index .section-donation .sectionInner {
  max-width: 960px;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  padding-inline: 16px;
  padding-inline: clamp(16px, 16px + 4vw, 64px);
  padding-block: 24px;
  padding-block: clamp(24px, 24px + 1.3333333333vw, 40px);
  padding-top: 0;
}
.index .section-donation .sectionInner .heading01 {
  transform: translateY(-30px);
  margin-bottom: 10px;
}
.index .section-donation .sectionInner p {
  max-width: 720px;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.index .section-donation .sectionInner p.donate-link {
  text-align: center;
}
.index .section-donation .sectionInner a.btn-clA {
  border-radius: 8px;
  font-size: 14px;
  font-size: clamp(14px, 14px + 0.1666666667vw, 16px);
  font-weight: 700;
}
.index .section-donation .sectionInner a.btn-clA:after {
  content: url(../img/cmn/ico_arrow_circle_white.svg);
  transform: translateY(2px);
}

.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: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  color: var(--clBG);
  background-color: var(--clP);
}
@media screen and (max-width:639px) {
  .mainImg {
    background-image: url(../../assets/img/index/kv-img_sp.png);
    aspect-ratio: 87/103;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    background-image: url(../../assets/img/index/kv-img_tb.png);
    aspect-ratio: 248/261;
  }
}
@media screen and (min-width:1025px) {
  .mainImg {
    aspect-ratio: 119/69;
  }
}
@media screen and (min-width: 1600px) {
  .mainImg {
    aspect-ratio: auto;
    height: 95vh;
  }
}
.mainImgInner {
  height: 100%;
  max-width: 1200px;
  position: relative;
}
.mainImgInner .mainimg-copy {
  color: var(--clP);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  gap: clamp(6px, 6px + 0.8333333333vw, 16px);
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -45%);
}
@media screen and (max-width:639px) {
  .mainImgInner .mainimg-copy {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .mainimg-copy {
    transform: translate(-50%, -60%);
  }
}
@media screen and (min-width:1400px) {
  .mainImgInner .mainimg-copy {
    top: 50%;
  }
}
.mainImgInner .mainimg-copy img {
  min-width: 340px;
  max-width: 500px;
  width: 32vw;
}
@media screen and (max-width:639px) {
  .mainImgInner .mainimg-copy img {
    min-width: 200px;
    max-width: 385px;
    width: 61vw;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .mainimg-copy img {
    min-width: 200px;
    max-width: 450px;
    width: 53vw;
  }
}
.mainImgInner .mainimg-copy h2 {
  font-size: 15px;
  font-size: clamp(15px, 15px + 1.4166666667vw, 32px);
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .mainimg-copy h2 {
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 640px) / (1023 - 640), 40px);
  }
}
@media screen and (max-width:639px) {
  .mainImgInner .mainimg-copy h2 {
    font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (639 - 375), 28px);
  }
}

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

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

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

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

:root {
  --clPD: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  background: var(--clBGP);
  font-weight: bold;
  background-image: url(../img/cmn/header_bg_lower.png);
  background-position: bottom left;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:1025px) {
  .pageTtl::before {
    content: "";
    width: 100%;
    height: 13vw;
    max-height: 160px;
  }
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 90px;
  padding-block: clamp(90px, 90px + 0.8333333333vw, 100px);
  padding-inline: 28px;
  padding-inline: clamp(28px, 28px + 0.3333333333vw, 32px);
  font-size: 26px;
  font-size: clamp(26px, 26px + 0.5vw, 32px);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

:root {
  --clPD: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .about {
  /* 法人概要セクション */
  /* 沿革セクション（タイムライン化のための骨組み） */
  /* スタッフ紹介セクション */
}
.lower .about .section-history .sectionInner.narrow .history-list::before {
  /* タイムラインの縦ライン */
}
.lower .about .section-history .sectionInner.narrow .history-list .history-item:not(:last-child) {
  margin-bottom: 36px;
  margin-bottom: clamp(36px, 36px + 0.3333333333vw, 40px);
}
.lower .about .section-history .sectionInner.narrow .history-list .history-item h4 {
  color: var(--clP);
  font-size: 17.5px;
  font-size: clamp(17.5px, 17.5px + 0.125vw, 19px);
  border-bottom: 1px solid var(--clP);
  padding-bottom: 0.5em;
  margin-bottom: 1.4em;
}
.lower .about .section-history .sectionInner.narrow .history-list .history-item p {
  font-size: 15px;
  font-size: clamp(15px, 15px + 0.1666666667vw, 17px);
}
.lower .about .staff-section .sectionInner .staff-item {
  padding-bottom: 28px;
  padding-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.lower .about .staff-section .sectionInner .staff-item .staff-photo {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 24px + 0.3333333333vw, 28px);
}
.lower .about .staff-section .sectionInner .staff-item .staff-info h4 {
  text-align: center;
  font-size: 19.5px;
  font-size: clamp(19.5px, 19.5px + 0.125vw, 21px);
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 24px + 0.3333333333vw, 28px);
  color: var(--clP);
}
.lower .about .staff-section .sectionInner .staff-item .staff-info p {
  font-size: 14.5px;
  font-size: clamp(14.5px, 14.5px + 0.0416666667vw, 15px);
}
.lower .about .staff-section .sectionInner .staff-item .staff-info p:not(:last-child) {
  margin-bottom: 1em;
  line-height: 1.8;
}
.lower .about .staff-section .sectionInner .staff-item .staff-info .profile {
  background-color: var(--clBGG);
  padding-block: 18.5px;
  padding-block: clamp(18.5px, 18.5px + 0.125vw, 20px);
  padding-inline: 29px;
  padding-inline: clamp(29px, 29px + 0.25vw, 32px);
  border-radius: 16px;
  margin-top: 28px;
  margin-top: clamp(28px, 28px + 0.3333333333vw, 32px);
}
.lower .about .staff-section .sectionInner .staff-item .staff-info h5 {
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.1666666667vw, 18px);
  font-weight: 500;
}
.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: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .business .service-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lower .business .service-item .service-photo {
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 24px + 0.3333333333vw, 28px);
  max-width: 500px;
}
.lower .business .service-item .service-info .activities {
  margin-top: 56px;
  margin-top: clamp(56px, 56px + 0.6666666667vw, 64px);
  padding-inline: 29px;
  padding-inline: clamp(29px, 29px + 0.25vw, 32px);
  padding-bottom: 28px;
  padding-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
  padding-top: 0;
  border-radius: 16px;
  background-color: var(--clBGG);
}
.lower .business .service-item .service-info .activities h4 {
  background-color: var(--clP);
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  line-height: 1.8;
  padding-inline: 10px;
  padding-inline: clamp(10px, 10px + 0.1666666667vw, 12px);
  transform: translateY(-50%);
}
.lower .business .service-item .service-info .activities .block {
  margin-top: 8px;
  margin-top: clamp(8px, 8px + 0.1666666667vw, 10px);
}
.lower .business .service-item .service-info .activities .block p:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: clamp(8px, 8px + 0.1666666667vw, 10px);
}
.lower .business .service-item .service-info .listNormal {
  gap: 14px;
  gap: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.lower .business .service-item .service-info .listNormal li {
  align-items: flex-start;
}
.lower .business .service-item .service-info .listNormal li:before {
  position: relative;
  top: 0.8em;
}
.lower .business .service-item .service-info .listNormal li p {
  font-size: 0.9em;
}
.lower .business .section-freeschool .sectionInner.narrow .service-item .service-photo {
  max-width: 400px;
}
.lower .business .section-parents .sectionInner.narrow .service-item .activities {
  padding-top: 28px;
  padding-top: clamp(28px, 28px + 0.3333333333vw, 32px);
  margin-top: 34px;
  margin-top: clamp(34px, 34px + 0.5vw, 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: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .price {
  padding-bottom: 0;
  /* サービス紹介セクション
  ----------------------------------------------- */
  /* ご利用の流れセクション
  ----------------------------------------------- */
}
.lower .price .services-section .sectionInner {
  /* narrowバリエーション */
  /* サービスアイテム */
}
.lower .price .services-section .sectionInner .service-item {
  /* サービス写真（画像がある場合のみ） */
  /* サービス情報 */
}
.lower .price .services-section .sectionInner .service-item:not(:last-child) {
  margin-bottom: 56px;
  margin-bottom: clamp(56px, 56px + 0.6666666667vw, 64px);
}
.lower .price .services-section .sectionInner .service-item .service-info {
  /* 情報テーブル */
  /* 注意事項リスト（該当サービスのみ） */
}
.lower .price .services-section .sectionInner .service-item .service-info p {
  margin-bottom: 30.5px;
  margin-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 36px);
}
@media screen and (min-width:640px) {
  .lower .price .services-section .sectionInner .service-item .service-info .table-style tr th {
    width: 30%;
  }
}
.lower .price .services-section .sectionInner .service-item .service-info .table-style tr td .block-group .block {
  display: inline-block;
}
.lower .price .services-section .sectionInner .service-item .service-info .table-style tr td .block-group .block:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.lower .price .services-section .sectionInner .service-item .service-info .listNormal {
  margin-top: 14px;
  margin-top: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.lower .price .services-section .sectionInner .service-item .service-info .listNormal li {
  color: var(--clTextW);
  font-size: 12.5px;
  font-size: clamp(12.5px, 12.5px + 0.125vw, 14px);
  align-items: flex-start;
}
.lower .price .services-section .sectionInner .service-item .service-info .listNormal li:before {
  content: "※";
  width: auto;
  height: auto;
  background-color: #fff;
}
.lower .price .flow-section {
  background-color: var(--clBGG);
}
.lower .price .flow-section .sectionInner {
  /* セクション冒頭テキスト */
  /* フローアイテム */
}
.lower .price .flow-section .sectionInner > p {
  max-width: 680px;
}
.lower .price .flow-section .sectionInner > p:not(:last-child) {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
.lower .price .flow-section .sectionInner .flow {
  margin-top: 41px;
  margin-top: clamp(41px, 41px + 0.5833333333vw, 48px);
}
.lower .price .flow-section .sectionInner .flow-item {
  /* 外枠：$clBDの線＋角丸16px */
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  overflow: visible;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 34px;
  padding-inline: clamp(34px, 34px + 0.5vw, 40px);
  padding-block: 21px;
  padding-block: clamp(21px, 21px + 0.25vw, 24px);
  margin-bottom: 29px;
  margin-bottom: clamp(29px, 29px + 2.25vw, 56px);
  /* 次ステップへの下向き三角“線”矢印（左右中央配置） */
  /* STEPラベル */
  /* サブタイトル */
}
.lower .price .flow-section .sectionInner .flow-item:not(:last-child) {
  /* 外側：$clBDでアウトライン */
}
.lower .price .flow-section .sectionInner .flow-item:not(:last-child)::after, .lower .price .flow-section .sectionInner .flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.lower .price .flow-section .sectionInner .flow-item:not(:last-child)::after {
  bottom: -32px;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fdd329 transparent transparent transparent;
}
@media screen and (max-width:639px) {
  .lower .price .flow-section .sectionInner .flow-item:not(:last-child)::after {
    bottom: -24px;
  }
}
.lower .price .flow-section .sectionInner .flow-item .flow-item-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  gap: clamp(8px, 8px + 0.1666666667vw, 10px);
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}
@media screen and (max-width:639px) {
  .lower .price .flow-section .sectionInner .flow-item .flow-item-header {
    flex-direction: column;
  }
}
.lower .price .flow-section .sectionInner .flow-item h4 {
  background: #16a26f;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-size: clamp(16px, 16px + 0.1666666667vw, 18px);
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 8px;
}
.lower .price .flow-section .sectionInner .flow-item h5 {
  color: #16a26f;
  font-size: 18.5px;
  font-size: clamp(18.5px, 18.5px + 0.125vw, 20px);
  font-weight: 500;
  margin-bottom: 0;
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

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

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

:root {
  --clPD: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .donation {
  padding-bottom: 0;
}
@media screen and (max-width:639px) {
  .lower .donation .donation-section {
    padding-inline: 0;
    margin-bottom: 0;
  }
}
.lower .donation .donation-section .sectionInner {
  max-width: 740px;
}
.lower .donation .donation-section .sectionInner .heading02 {
  background-image: url(../img/donation/bg_heading_bird.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 16px;
  padding-block: clamp(16px, 16px + 0.5vw, 22px);
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-size: clamp(24px, 24px + 0.3333333333vw, 28px);
}
@media screen and (max-width:639px) {
  .lower .donation .donation-section .sectionInner .heading02 {
    background-size: contain;
    margin-bottom: 40px;
  }
}
.lower .donation .donation-section .sectionInner .donation-intro {
  background-image: url(../img/donation/bg_lower_flower.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-inline: 12px;
  padding-inline: clamp(12px, 12px + 2.3333333333vw, 40px);
  padding-bottom: 80px;
  padding-bottom: clamp(80px, 80px + 8.3333333333vw, 180px);
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
  margin-bottom: 50px;
  margin-bottom: clamp(50px, 50px + 2.8333333333vw, 84px);
}
@media screen and (max-width:639px) {
  .lower .donation .donation-section .sectionInner .donation-intro {
    padding-bottom: 150px;
    margin-bottom: 0;
  }
}
.lower .donation .donation-section .sectionInner .donation-intro p:not(:last-child) {
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 28px + 0.3333333333vw, 32px);
  line-height: 2;
}
.lower .donation .donation-methods {
  background-color: var(--clBGG);
}
.lower .donation .donation-methods .sectionInner {
  max-width: 740px;
}
.lower .donation .donation-methods .sectionInner h4 {
  font-size: 19px;
  font-size: clamp(19px, 19px + 0.25vw, 22px);
  margin-bottom: 18.5px;
  margin-bottom: clamp(18.5px, 18.5px + 0.125vw, 20px);
}
.lower .donation .donation-methods .sectionInner .donation-method {
  background-color: #fff;
  padding: 21px;
  padding: clamp(21px, 21px + 0.5833333333vw, 28px);
  padding-inline: 21px;
  padding-inline: clamp(21px, 21px + 1.5833333333vw, 40px);
  border-radius: 16px;
}
.lower .donation .donation-methods .sectionInner .donation-method:nth-child(3) {
  margin-bottom: 24px;
  margin-bottom: clamp(24px, 24px + 0.3333333333vw, 28px);
}
.lower .donation .donation-methods .sectionInner .donation-method address {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: clamp(10px, 10px + 0.1666666667vw, 12px);
}
.lower .donation .donation-methods .sectionInner .donation-method .table-style {
  border-collapse: collapse;
  margin-block: 0;
  margin-bottom: 0px;
  margin-bottom: clamp(0px, 0px + 1vw, 12px);
}
@media screen and (min-width:640px) {
  .lower .donation .donation-methods .sectionInner .donation-method .table-style tr {
    border-bottom: 1px solid var(--clBD);
  }
}
.lower .donation .donation-methods .sectionInner .donation-method .table-style tr th {
  background-color: #fff;
  color: var(--clText);
  text-align: left;
}
@media screen and (min-width:640px) {
  .lower .donation .donation-methods .sectionInner .donation-method .table-style tr th {
    font-weight: 500;
    width: 18%;
    padding-left: 6px;
  }
}
@media screen and (max-width:639px) {
  .lower .donation .donation-methods .sectionInner .donation-method .table-style tr th {
    border-bottom: 1px solid var(--clTextW);
    padding-top: 0;
  }
}
.lower .donation .donation-methods .sectionInner .donation-method .table-style tr td {
  background-color: #fff;
}
@media screen and (max-width:639px) {
  .lower .donation .donation-methods .sectionInner .donation-method .table-style tr td {
    padding-bottom: 26px;
  }
}
@media screen and (max-width:639px) {
  .lower .donation .donation-methods .sectionInner .donation-method .table-style tr:last-child td {
    padding-bottom: 0;
  }
}
.lower .donation .donation-methods .sectionInner .donation-method:last-of-type {
  margin-bottom: 21px;
  margin-bottom: clamp(21px, 21px + 0.25vw, 24px);
}

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

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

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

:root {
  --clPD: #198960;
  --clP: #16a26f;
  --clPW: #38b285;
  --clSD: #f2c50f;
  --clS: #fdd329;
  --clSW: #ffde59;
  --clAD: #10bcc2;
  --clA: #24d5db;
  --clAW: #3fe3e8;
  --clW: #ffffff;
  --clBGG: #faf6f0;
  --clBGP: #f0fcf7;
  --clBGS: #fff9e0;
  --clBGCV: #e9fbfc;
  --clBD: #eeeae5;
  --clBDW: #f6f2ed;
  --clText: #6a6660;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower .contact .section-contact .sectionInner > p {
  margin-bottom: 49px;
  margin-bottom: clamp(49px, 49px + 0.5833333333vw, 56px);
  text-align: center;
}
.lower .contact .section-contact .sectionInner .contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  gap: clamp(12px, 12px + 3.6666666667vw, 56px);
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item {
  text-align: center;
  border-radius: 8px;
  background-color: var(--clBGG);
  padding-top: 26px;
  padding-top: clamp(26px, 26px + 0.5vw, 32px);
  padding-inline: 20px;
  padding-inline: clamp(20px, 20px + 1.6666666667vw, 40px);
  padding-bottom: 30.5px;
  padding-bottom: clamp(30.5px, 30.5px + 0.4583333333vw, 36px);
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item .qr-item img {
  max-width: 200px;
  width: 100%;
  padding: 10px;
  padding: clamp(10px, 10px + 1.1666666667vw, 24px);
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width:639px) {
  .lower .contact .section-contact .sectionInner .contact-list .contact-item .qr-item img {
    max-width: 160px;
  }
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-line .qr-item {
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 14px + 0.1666666667vw, 16px);
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-line p {
  font-size: 13px;
  font-size: clamp(13px, 13px + 0.1666666667vw, 15px);
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-phone .tel {
  display: flex;
  gap: 28px;
  gap: clamp(28px, 28px + 0.6666666667vw, 36px);
  justify-content: center;
}
@media screen and (max-width:639px) {
  .lower .contact .section-contact .sectionInner .contact-list .contact-item-phone .tel {
    flex-direction: column;
    align-items: center;
  }
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-instagram .qr {
  display: flex;
  justify-content: center;
  gap: 4px;
  gap: clamp(4px, 4px + 3vw, 40px);
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-instagram .qr .qr-item {
  text-align: center;
  margin-bottom: 0;
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-instagram .qr .qr-item img {
  margin-bottom: 10px;
  margin-bottom: clamp(10px, 10px + 0.5vw, 16px);
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-mail p a {
  color: var(--clText);
  font-size: 18px;
  font-size: clamp(18px, 18px + 0.5vw, 24px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Concert One", sans-serif;
  font-weight: 500;
}
.lower .contact .section-contact .sectionInner .contact-list .contact-item-mail p a:before {
  content: url(../img/cmn/ico_mail_cls.svg);
  width: 1.1em;
  height: 0.9em;
}/*# sourceMappingURL=pages.css.map */