body {
  color: #444;
  font-style: normal;
}
main {
  font-family: "Noto Sans JP";
  line-height: 200%;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  body{
    font-family: sans-serif ;
  }
  main {
    font-size: 18px;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

.abr {
  display: inline-block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: initial;
  }
}
.main {
  margin-top: 112px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 0;
  }
}
/* 固定ヘッダーの高さ分ジャンプ先の位置をずらす */
*[id] {
  scroll-margin-top: 112px;
}
/* ナビゲーションバー */
.nav-bar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #f8e870;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top: 1px solid #e0e0e0;
  z-index: 20;
  overflow: visible;
  height: 112px;
}

/* スマホ版でのナビゲーションバー非表示 */
@media screen and (max-width: 767px) {
  .nav-bar {
    display: none;
  }
}

.nav-bar__links {
  display: flex;
  align-items: center;
}

.nav-bar__link:hover {
  color: #1e3a8a;
}

.nav-bar__link {
  font-weight: 300;
  font-size: clamp(14px, 1.09vw + 7px, 20px);
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  padding: 0 clamp(8px, 1.04vw + 7px, 42px);
  border-right: 2px solid #fff;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
}

.nav-bar__link:first-child {
  border: 0;
}
.nav-bar__link:nth-child(2) {
  border-left: 2px solid #fff;
}
.nav-bar__link .logo img {
  width: 265px;
  height: auto;
}
@media (max-width: 1280px) {
  .nav-bar__link .logo img {
    width: 200px;
    height: auto;
  }
}

.nav-bar__action-buttons {
  display: flex;
  gap: 1vw;
  position: relative;
  margin-left: clamp(24px, 1.81vw + 7px, 64px);
}

.nav-bar__action-btn {
  background: #f8b048;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.24);
}

.nav-bar__action-btn:hover {
  background: #e55a2b;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.24);
}
.nav-bar__action-btn img {
  height: 42px;
  width: auto;
}
        /* 葉っぱ（見出し） */
        .leaf__title {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            z-index: 1;
        }
        .leaf__title::before, .leaf__title::after {
            content: "";
            position: absolute;
            transform: translate(0, -50%);
            top: 74%;
        }
        .leaf__title::before {
            left: 2.917vw;
            background: url(/img/top/leaf-title-left.webp) no-repeat;
            background-size: cover;
            width: 18.594vw;
            height: 16.094vw;
        }
        .leaf__title::after {
            right: 0.729vw;
            background: url(/img/top/leaf-title-right.webp) no-repeat;
            background-size: cover;
            width: 18.021vw;
            height: 17.5vw;
        }
        .menu-section .leaf__title::before {
            left: 0.817vw;
            background: url(/img/top/leaf-title-left-menu.webp) no-repeat;
            background-size: cover;
            width: 16.594vw;
            height: 18.094vw;
            top: 87%;
        }
        .menu-section .leaf__title::after {
            right: 4.129vw;
            top: 94%;
            background: url(/img/top/leaf-title-right-menu.webp) no-repeat;
            background-size: cover;
            width: 18.021vw;
            height: 17.5vw;
        }
        .access-section .leaf__title::before {
            left: 2.917vw;
            background: url(/img/top/leaf-title-left-access.webp) no-repeat;
            background-size: cover;
            width: 18.594vw;
            height: 16.394vw;
            top: 62%;
        }
        .access-section .leaf__title::after {
            right: 3.029vw;
            top: 69%;
            background: url(/img/top/leaf-title-right-access.webp) no-repeat;
            background-size: cover;
            width: 18.594vw;
            height: 16.094vw;
        }
        @media screen and (max-width: 767px) {
            .leaf__title::before {
                left: -4%;
                top: -17%;
                width: 21.194vw;
                height: 17.794vw;
            }
            .leaf__title::after {
                right: -4%;
                top: -12%;
                width: 20.521vw;
                height: 18.5vw;
            }
            .menu-section .leaf__title::before {
                left: -4%;
                top: 53%;
                width: 16.594vw;
                height: 18.094vw;
            }
            .menu-section .leaf__title::after {
                right: -4%;
                top: 59%;
                width: 18.021vw;
                height: 17.5vw;
            }
            .access-section .leaf__title::before {
                left: 1%;
                top: 55%;
                width: 17.594vw;
                height: 15.394vw;
            }
            .access-section .leaf__title::after {
                right: 2%;
                top: 51%;
                width: 17.594vw;
                height: 15.094vw;
            }
        }