@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

p {
  text-wrap: pretty;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

a,
button {
  cursor: pointer;
}

.hamburger {
  display: none;
}

.sp-logo {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.5;
}

span {
  font-family: "Noto Sans JP", sans-serif;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
}

.fadeUpTrigger {
  opacity: 0;
  transform: translateY(30px);
}
.fadeUpTrigger.fadeUp {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bloomTrigger {
  opacity: 0;
  transform: scale(0.2);
}
.bloomTrigger.bloom {
  animation: bloom 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes bloom {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.sp_br {
  display: none;
}

.p {
  color: #ff7bac;
}

.g {
  color: #7ac943;
}

h2 {
  position: relative;
  font-size: 7.2rem;
  font-family: "futura-pt", "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 70px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 70px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

h3 {
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 40px;
}

p {
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.8rem;
}

main {
  overflow: hidden;
}

.header {
  width: 100%;
}
.header .header--inner {
  position: fixed;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 100px);
  margin: 0 auto;
  z-index: 999;
  padding: 15px 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.header .header--inner .gnav--inner_logo p {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0;
}
.header .header--inner .gnav--inner_logo p span {
  font-size: 1.5rem;
}
.header .header--inner .gnav--inner_logo p img {
  width: 120px;
  height: 100%;
}
.header .header--inner .gnav--inner_logo a {
  display: block;
  width: 100%;
}
.header .header--inner .gnav--inner_logo .small_txt {
  font-size: 1.2rem;
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
  padding-top: 5px;
  color: #808080;
  white-space: nowrap;
}
.header .header--inner .flex {
  justify-content: space-between;
}
.header .header--inner ul {
  font-size: 1.5rem;
}
.header .header--inner ul li + li {
  margin-left: 30px;
}
.header .header--inner ul .is-cta {
  background: #ff7bac;
  color: #fff;
  border-radius: 30px;
  transition: background 0.3s ease;
}
.header .header--inner ul .is-cta a {
  display: block;
  padding: 12px 30px;
  width: 100%;
  height: 100%;
}
.header .header--inner ul li a {
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .header .header--inner ul .is-cta:hover {
    background-color: #ff9cc0;
  }
  .header .header--inner ul .is-cta:hover a {
    color: #fff;
  }
  .header .header--inner ul li a:hover {
    color: #ff7bac;
  }
}

.kv {
  position: relative;
  height: 650px;
}
.kv .kv_wrapper {
  width: 100%;
  height: 100%;
}
.kv .kv_inner {
  position: absolute;
  max-width: 1280px;
  margin: 0 auto;
  height: 650px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.kv h1 {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  position: absolute;
  right: 100px;
  bottom: 30px;
  z-index: 10;
}
.kv h1 img {
  width: 120%;
  filter: drop-shadow(0 3px 4px rgba(0, 102, 51, 0.35));
}
.kv h1 span {
  position: relative;
}
.kv h1 span::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/mv_deco_r.svg") top center/contain no-repeat;
  width: 300px;
  height: 300px;
  right: 0;
  bottom: -100px;
  right: -300px;
  animation: fadeUp 1s ease-out 0.8s both;
}
.kv .badge {
  position: absolute;
  bottom: -90px;
  left: -90px;
  z-index: 11;
  width: 450px;
  height: 400px;
}
.kv .badge span {
  position: relative;
}
.kv .badge span::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/mv_deco_l.svg") top center/contain no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: -250px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease-out 0.2s both;
}
.kv .badge span::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/mv_deco_m.svg") top center/contain no-repeat;
  width: 100px;
  height: 350px;
  top: 50px;
  right: -80px;
  animation: fadeUp 1s ease-out 0.5s both;
}
.kv .badge img {
  filter: drop-shadow(0 3px 4px rgba(0, 102, 51, 0.35));
}
@keyframes fadeUpMv {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kv::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/mv_top.webp") top center/contain no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.kv::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/mv_bottom.webp") bottom center/contain no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.kv .kv_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  animation: kvShow 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes kvShow {
  from {
    opacity: 0;
    transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.sec01 {
  position: relative;
  background-color: rgba(255, 255, 0, 0.1);
  background-image: linear-gradient(rgba(153, 153, 0, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(153, 153, 0, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
  padding: 10px 0 20px;
  z-index: 1;
}
.sec01::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec01_bg.webp") top center/contain no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec01::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec01_gfx03.svg") top center/contain no-repeat;
  width: 200px;
  height: 100px;
  right: 0;
  bottom: 95px;
  animation: floatY 3s ease-in-out infinite 2.5s;
  will-change: transform;
}
.sec01 .sec01_innner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.sec01 .wrapper {
  position: relative;
  padding: 150px 0;
}
.sec01 .wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec01_gfx01.svg") top center/contain no-repeat;
  width: 200px;
  height: 200px;
  right: -5%;
  top: 30%;
  animation: floatY 3s ease-in-out infinite;
  will-change: transform;
}
.sec01 .wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec01_gfx02.svg") top center/contain no-repeat;
  width: 215px;
  height: 215px;
  left: -35px;
  bottom: 80px;
  animation: floatY 3s ease-in-out infinite 1.5s;
  will-change: transform;
}
.sec01 .wrapper h2 {
  position: relative;
  text-align: center;
  font-size: 3rem;
  color: #333;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.sec01 .wrapper h2 span {
  color: #ff6699;
}
.sec01 .wrapper h2::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec01_line.svg") top center/contain no-repeat;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(50%, 50%);
  right: 50%;
}
.sec01 .wrapper p {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 70px;
}
.sec01 .wrapper img {
  width: 50%;
  margin: 0 auto;
}

.sec02 {
  position: relative;
  overflow: hidden;
  padding: 170px 0 120px 0;
  top: -100px;
}
.sec02 .sec02_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: url("../img/sec03_bg.webp") center top/cover no-repeat;
  clip-path: polygon(0 15%, 100% 0, 100% 90%, 0 100%);
}
.sec02 .wrapper {
  padding-top: 0;
  z-index: 50;
}
.sec02 .wrapper .sec02_banner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.sec02 .wrapper .sec02_banner img {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(132, 168, 34, 0.35);
}
.sec02 .wrapper .sec02_banner::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec02_badge.svg") top center/contain no-repeat;
  width: 200px;
  height: 150px;
  top: -30px;
  left: -90px;
}
.sec02 .wrapper .sec02_banner_sp {
  display: none;
}

.sec03 {
  position: relative;
  padding-bottom: 20px;
}
.sec03::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec04_bg.webp") top center/cover no-repeat;
  width: 100%;
  min-width: 400px;
  inset: 0;
  z-index: -1;
  top: -280px;
  clip-path: polygon(0 10%, 100% 0, 100% 95%, 0 100%);
}
.sec03 .wrapper {
  padding-top: 0;
}
.sec03 .wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec03_gfx02.webp") top center/contain no-repeat;
  width: 120px;
  height: 120px;
  bottom: -100px;
  left: 40px;
  animation: floatY 2s ease-in-out infinite;
  will-change: transform;
}
.sec03 h2::before {
  background: url("../img/sec03_title_l.svg") top center/contain no-repeat;
}
.sec03 h2::after {
  background: url("../img/sec03_title_r.svg") top center/contain no-repeat;
}
.sec03 .card_sec_inner {
  padding: 100px 0;
}
.sec03 .card_sec_inner h4 {
  font-size: 2.4rem;
  font-weight: 600;
  width: 300px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  border: 4px solid #ff9999;
  top: -30px;
}
.sec03 .card_sec_inner h4::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 102%;
  height: 110%;
  background: rgba(243, 162, 162, 0.4);
  z-index: 20;
}
.sec03 .card_sec_inner h4 .flex {
  padding: 20px 0;
}
.sec03 .card_sec_inner .card_top,
.sec03 .card_sec_inner .card_bottom {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(204, 51, 51, 0.2);
}
.sec03 .card_sec_inner .card_top .flex,
.sec03 .card_sec_inner .card_bottom .flex {
  padding-top: 40px;
}
.sec03 .card_sec_inner .card_top {
  position: relative;
  padding: 0 30px;
}
.sec03 .card_sec_inner .card_top::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec03_gfx01.svg") top center/contain no-repeat;
  width: 150px;
  height: 150px;
  top: -101px;
  right: 0;
}
.sec03 .card_sec_inner .date_card {
  position: relative;
  justify-content: center;
  width: 380px;
  height: auto;
  border-radius: 10px;
  padding: 40px 0;
  gap: 40px;
}
.sec03 .card_sec_inner .date_card .num {
  position: absolute;
  font-size: 1.6rem;
  border-radius: 50%;
  background: #fff2f7;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  top: -25px;
  left: -20px;
}
.sec03 .card_sec_inner .date_card .icon {
  width: 20%;
}
.sec03 .card_sec_inner .txt {
  padding-right: 20px;
}
.sec03 .card_sec_inner .txt p {
  text-align: justify;
  padding: 0;
}
.sec03 .card_sec_inner .txt .month {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 5px;
}
.sec03 .card_sec_inner .txt .month span {
  font-size: 4rem;
  font-family: "futura-pt", "Oswald", sans-serif;
}
.sec03 .card_sec_inner .txt .en {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
.sec03 .card_sec_inner .txt .status {
  padding-top: 20px;
}
.sec03 .card_sec_inner .note {
  font-size: 1.1rem;
  padding-top: 25px;
}
.sec03 .card_sec_inner .pink {
  position: relative;
  border: 2px solid #ff7bac;
  box-shadow: 5px 5px 0 #ff7bac;
}
.sec03 .card_sec_inner .pink .num {
  background: #ff7bac;
}
.sec03 .card_sec_inner .pink::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 70px;
  border-color: transparent transparent rgba(255, 123, 172, 0.4) transparent;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  border-bottom-right-radius: 8px;
}
.sec03 .card_sec_inner .pink .en::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec03_line_l.svg") top center/contain no-repeat;
  width: 150px;
  height: 100%;
  bottom: -25px;
}
.sec03 .card_sec_inner .green {
  position: relative;
  margin-left: 50px;
  border: 2px solid #7ac943;
  box-shadow: 5px 5px 0 #7ac943;
}
.sec03 .card_sec_inner .green .num {
  background: #7ac943;
}
.sec03 .card_sec_inner .green .en::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec03_line_r.svg") top center/contain no-repeat;
  width: 150px;
  height: 100%;
  bottom: -25px;
}
.sec03 .card_sec_inner .green::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 70px;
  border-color: transparent transparent rgba(122, 201, 67, 0.4) transparent;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  border-bottom-right-radius: 8px;
}
.sec03 .card_sec_inner .card_bottom {
  margin-top: 100px;
}
.sec03 .card_sec_inner .card_bottom h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.sec03 .card_sec_inner .card_bottom span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.sec03 .card_sec_inner .card_bottom .point_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 20px 50px;
  gap: 16px;
}
.sec03 .card_sec_inner .card_bottom .point_list .flex {
  padding: 20px;
}
.sec03 .card_sec_inner .card_bottom .point_list .point {
  justify-content: flex-start;
  border-radius: 5px;
  gap: 20px;
}
.sec03 .card_sec_inner .card_bottom .point_list .point:nth-child(odd) {
  background-color: rgba(255, 123, 172, 0.15);
}
.sec03 .card_sec_inner .card_bottom .point_list .point:nth-child(even) {
  background-color: rgba(122, 201, 67, 0.15);
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .wrapper {
  position: relative;
}
.sec05 .wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec04_gfx02.svg") top center/contain no-repeat;
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: 0;
  animation: floatY 3s ease-in-out infinite;
}
.sec05 h2 {
  position: relative;
}
.sec05 h2::after {
  background: url("../img/sec04_title_r.svg") top center/contain no-repeat;
}
.sec05 h2::before {
  background: url("../img/sec04_title_l.svg") top center/contain no-repeat;
}
.sec05 .map {
  position: relative;
  margin-top: 100px;
  margin: 60px auto 60px auto;
  aspect-ratio: 16/9;
  width: 80%;
  border: 5px solid #7ac943;
  border-radius: 10px;
}
.sec05 .map::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec04_gfx01.svg") top center/contain no-repeat;
  width: 200px;
  height: 200px;
  right: 0;
  top: -200px;
}
.sec05 .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.sec05 p {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec05 p::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/sec04_map_icon.svg) top center/contain no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  left: -20px;
}
.sec05 a {
  position: relative;
  width: 500px;
  height: auto;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  border: 2px solid #666;
  border-radius: 50px;
  padding: 20px 0;
  margin: 30px auto 0 auto;
  text-align: center;
}
.sec05 a::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/sec04_arrow.svg") top center/contain no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.6s ease;
}
@media screen and (hover: hover) {
  .sec05 a:hover::after {
    right: 10px;
  }
}

footer {
  overflow: hidden;
}
footer .footer_innner {
  background: url("../img/footer_bg.svg") top center/cover no-repeat;
  padding-bottom: 50px;
}
footer .footer_innner .wrapper {
  padding-top: 120px;
}
footer .footer_innner .wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/footer_deco_l.svg") top center/contain no-repeat;
  width: 105px;
  height: 80px;
  top: 50px;
  left: 0;
}
footer .footer_innner .wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/footer_deco_r.svg") top center/contain no-repeat;
  width: 105px;
  height: 80px;
  top: 0;
  right: 0;
}
footer .footer_innner .wrapper .flex {
  gap: 100px;
}
footer .footer_innner .wrapper p {
  position: relative;
}
footer .footer_innner .wrapper p::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/footer_icon.svg") top center/cover no-repeat;
  width: 20px;
  height: 20px;
  right: -25px;
  top: 0;
}
footer .footer_innner .wrapper p a {
  position: relative;
  font-size: 1.5rem;
}
footer .footer_innner .wrapper p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.5s ease;
}
@media screen and (hover: hover) {
  footer .footer_innner .wrapper p a:hover::after {
    width: 100%;
  }
}
footer small {
  display: block;
  background: #fff;
  padding: 10px 0 20px 0;
  text-align: center;
  font-family: "futura-pt", "Oswald", sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 1536px) {
  .kv {
    height: 600px;
  }
  .kv .kv_inner {
    height: 600px;
  }
  .kv h1 img {
    width: 100%;
    height: 100%;
  }
  .kv .badge {
    left: 40px;
    bottom: -40px;
    z-index: 11;
    width: 300px;
    height: 300px;
  }
  .kv .badge span::after {
    left: -80px;
  }
  .kv .badge span::before {
    top: 0;
    right: -90px;
    animation: fadeUp 1s ease-out 0.5s both;
  }
  .kv h1 span::after {
    right: -170px;
  }
}
@media screen and (max-width: 1200px) {
  .kv h1 {
    width: 60%;
    right: 20px;
  }
  .kv .badge span::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }
  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 70;
  }
  .menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .header .header--inner {
    padding: 15px 25px;
    top: 0;
    width: 90%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    transition: none !important;
  }
  .header .header--inner .gnav--inner {
    justify-content: space-between;
    align-items: center;
  }
  .header .header--inner .gnav--inner p {
    font-size: 1.8rem;
    text-align: justify;
    white-space: nowrap;
  }
  .header .header--inner .gnav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 80;
    transition: 0.3s;
    flex-direction: column;
    transform: translateX(100%);
    display: block;
  }
  .header .header--inner .gnav-menu .is-cta {
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .header--inner .gnav-menu.is-open {
    right: 0;
    transform: translateX(0);
    padding: 80px 20px;
  }
  .header .hamburger {
    position: relative;
    z-index: 100;
    display: block;
    border: none;
    width: 40px;
    height: 40px;
    background: none;
  }
  .header .hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #ff7bac;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .header .hamburger span:nth-child(1) {
    top: 12px;
  }
  .header .hamburger span:nth-child(2) {
    top: 19px;
  }
  .header .hamburger span:nth-child(3) {
    top: 25px;
  }
  .header .hamburger.is-open span:nth-child(1) {
    top: 19px;
    transform: translateX(-50%) rotate(45deg);
  }
  .header .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger.is-open span:nth-child(3) {
    top: 19px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header .sp-logo {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    top: -25px;
  }
  .header .sp-logo p {
    text-align: justify;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .header .sp-logo .small_txt a {
    display: block;
    width: 200px;
    height: auto;
  }
  .header .gnav-menu li:not(.sp-logo) {
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .header li:not(:first-of-type) {
    position: relative;
  }
  .header li:not(:first-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -15px;
    background: repeating-linear-gradient(to right, #ccc 0 1px, transparent 4px 8px);
  }
  .header .close-menu {
    font-size: 32px;
    cursor: pointer;
    align-self: flex-end;
  }
  .kv {
    height: 900px;
  }
  .kv .kv_inner {
    width: 100%;
    height: 100%;
  }
  .kv h1 {
    width: initial;
    right: 50%;
    bottom: 60px;
  }
  .kv h1 span {
    position: relative;
    display: block;
    width: 160%;
    transform: translateX(40%);
    left: -40%;
  }
  .kv h1 span img {
    position: relative;
    width: 100%;
    display: block;
  }
  .kv h1 span::before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/mv_deco_l.svg") top center/contain no-repeat;
    width: 200px;
    height: 200px;
    bottom: -70px;
    left: -120px;
  }
  .kv .badge {
    left: initial;
    bottom: inherit;
    bottom: 250px;
    width: 250px;
    height: 250px;
    right: 20px;
  }
  .kv .badge span::after {
    display: none;
  }
  .kv .badge span::before {
    display: none;
  }
  .kv picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: opacity 2s ease, transform 2s ease, filter 2s ease;
  }
  .kv picture img.is-hide {
    opacity: 0;
    transform: scale(0.7);
    filter: blur(8px);
  }
  .kv::before {
    display: none;
  }
  .kv::after {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/mv_bottom.webp") bottom center/contain no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
  }
  .sec01 .wrapper::after {
    width: 180px;
    height: 180px;
    right: 0;
    top: 37px;
    transform: none;
  }
}
@media screen and (max-width: 960px) {
  main {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 4rem;
  }
  .sec01 .wrapper {
    padding: 100px 0 120px 0;
  }
  .sec01 .wrapper::before {
    width: 120px;
    height: 120px;
    left: 0;
    bottom: 55px;
  }
  .sec01 .wrapper::after {
    display: none;
  }
  .sec01 .wrapper h2 {
    font-size: 2.5rem;
    line-height: 1.6;
    padding: 25px 0;
  }
  .sec01 .wrapper p {
    font-size: 1.8rem;
    padding-top: 30px;
    line-height: 1.6;
  }
  .sec01 .wrapper img {
    padding-top: 0;
  }
  .sec01::after {
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 65px;
  }
  .sec02 .wrapper .sec02_banner::before {
    width: 120px;
    height: 150px;
    left: -55px;
  }
  .sec03::after {
    background: url("../img/sec04_bg.webp") top center/cover no-repeat;
    clip-path: polygon(0 10%, 100% 0, 100% 95%, 0 100%);
  }
  .sec03 .wrapper {
    margin-top: -50px;
  }
  .sec03 .wrapper::before {
    width: 150px;
    height: 150px;
    bottom: -100px;
    left: 0;
  }
  .sec03 h2 {
    padding: 20px 0;
  }
  .sec03 h2::before {
    width: 30px;
    height: 50px;
  }
  .sec03 h2::after {
    width: 30px;
    height: 50px;
  }
  .sec03 h3 {
    font-size: 2.5rem;
  }
  .sec03 p {
    line-height: 1.5;
  }
  .sec03 .card_sec_inner {
    padding: 100px 0;
  }
  .sec03 .card_sec_inner h4 .flex {
    padding: 20px 0;
  }
  .sec03 .card_sec_inner .txt {
    padding-right: 20px;
  }
  .sec03 .card_sec_inner .txt .month {
    padding-bottom: 0;
    text-box-trim: trim-both;
  }
  .sec03 .card_sec_inner .pink .en::before {
    bottom: -35px;
  }
  .sec03 .card_sec_inner .green .en::before {
    bottom: -35px;
  }
  .sec05 .map {
    width: 100%;
    margin: 50px auto;
  }
  .sec05 .wrapper::before {
    width: 150px;
    height: 150px;
    bottom: -123px;
  }
  .sec05 h2 {
    padding: 20px 0;
  }
  .sec05 h2::before {
    width: 30px;
    height: 50px;
  }
  .sec05 h2::after {
    width: 30px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
  .kv::after {
    background: linear-gradient(90deg, #c5e7ad 0%, #7ac943 70%);
    width: 100%;
    height: 350px;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 105%);
  }
  .kv::before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/mv_deco_sp.svg") top center/contain no-repeat;
    width: 100%;
    height: 300px;
    top: initial;
    bottom: 80px;
  }
  .kv h1 span::after {
    background: url("../img/mv_deco_r_sp.svg") top center/contain no-repeat;
    width: 80px;
    height: 80px;
    bottom: -8px;
    right: -63px;
  }
  .sec02 {
    padding: 150px 0;
  }
  .sec02 .wrapper .sec02_banner {
    display: none;
  }
  .sec02 .wrapper .sec02_banner_sp {
    position: relative;
    display: block;
  }
  .sec02 .wrapper .sec02_banner_sp img {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(132, 168, 34, 0.35);
  }
  .sec02 .wrapper .sec02_banner_sp::before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/sec02_badge.svg") top center/contain no-repeat;
    width: 200px;
    height: 150px;
    top: -30px;
    left: -90px;
  }
  .sec02 .wrapper .sec02_banner_sp::before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/sec02_badge.svg") top center/contain no-repeat;
    width: 150px;
    height: 150px;
    top: -75px;
    left: -17px;
  }
  .sec02 .sec02_bg {
    background: url("../img/sec03_bg_sp.svg") center top/cover no-repeat;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .sec03 {
    position: relative;
    padding-bottom: 40px;
  }
  .sec03::after {
    background: url("../img/sec04_bg_sp.webp") top center/cover no-repeat;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  }
  .sec03 .wrapper {
    padding-top: 0;
  }
  .sec03 .wrapper::before {
    width: 100px;
    height: 100px;
    bottom: -100px;
  }
  .sec03 h2::before {
    background: url("../img/sec03_title_l.svg") top center/contain no-repeat;
  }
  .sec03 h2::after {
    background: url("../img/sec03_title_r.svg") top center/contain no-repeat;
  }
  .sec03 h3 {
    padding-bottom: 30px;
  }
  .sec03 .card_sec_inner {
    padding: 50px 0;
  }
  .sec03 .card_sec_inner .card_top .flex,
  .sec03 .card_sec_inner .card_bottom .flex {
    padding-top: 20px;
  }
  .sec03 .card_sec_inner .green {
    margin-left: 0;
    margin-top: 50px;
  }
  .sec03 .card_sec_inner .flex {
    display: block;
  }
  .sec03 .card_sec_inner .flex .date_card {
    display: flex;
    width: 100%;
    padding: 20px 0;
  }
  .sec03 .card_sec_inner h4 {
    font-size: 2rem;
    width: 250px;
    padding: 5px 0;
  }
  .sec03 .card_sec_inner .card_top::after {
    width: 100px;
    height: 100px;
    top: -67px;
    right: -10px;
  }
  .sec03 .card_sec_inner .card_bottom .point_list {
    display: block;
  }
  .sec03 .card_sec_inner .card_bottom .point_list .flex {
    padding: 15px 20px;
  }
  .sec03 .card_sec_inner .card_bottom .point_list .point {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  .sec03 .card_sec_inner .card_bottom .point_list .point:first-of-type {
    margin-top: 0;
  }
  .sec05 p {
    font-size: 1.5rem;
  }
  .sec05 .map {
    margin: 20px 0;
  }
  .sec05 .map::after {
    width: 120px;
    height: 120px;
    top: -124px;
    right: -45px;
  }
  .sec05 .wrapper {
    padding: 100px 0 50px 0;
  }
  .sec05 .wrapper::before {
    width: 150px;
    height: 150px;
    bottom: -123px;
  }
  .sec05 a {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto;
  }
  footer {
    width: 100%;
  }
  footer .footer_innner {
    padding: 50px 0;
  }
  footer .footer_innner .wrapper {
    padding-top: 0;
  }
  footer .footer_innner .wrapper .flex {
    display: block;
    margin-top: 10%;
  }
  footer .footer_innner .wrapper p {
    padding-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  footer .footer_innner .wrapper p a {
    font-size: 1.2rem;
    font-weight: 400;
  }
  footer .footer_innner .wrapper p::after {
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .footer_innner .wrapper::after {
    width: 50px;
    height: 50px;
    right: -30px;
  }
  footer .footer_innner .wrapper::before {
    width: 50px;
    height: 50px;
    top: 10px;
    left: -15px;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding-bottom: 0;
  }
  .header .hamburger {
    width: 40px;
    height: 40px;
    right: -10px;
  }
  .header .sp-logo .small_txt a {
    width: 150px;
  }
  .header .header--inner {
    padding: 15px 20px;
  }
  .header .header--inner .gnav--inner_logo p {
    font-size: 1.6rem;
  }
  .header .header--inner .gnav--inner_logo p span {
    font-size: 1.4rem;
  }
  .wrapper {
    width: calc(100% - 40px);
  }
  .kv {
    overflow: hidden;
    height: 100vh;
  }
  .kv::after {
    height: 250px;
  }
  .kv::before {
    bottom: -50px;
  }
  .kv .badge {
    width: 150px;
    height: 150px;
    right: 0px;
    top: initial;
    bottom: 145px;
  }
  .kv h1 {
    bottom: 45px;
  }
  .kv h1 span {
    left: 10%;
    transform: initial;
    width: 180%;
  }
  .kv h1 span::before {
    display: none;
  }
  .kv h1 span::after {
    display: none;
  }
  .kv h1::after {
    width: 45px;
    height: 45px;
    bottom: -40px;
    right: -17px;
  }
  .kv .kv_img img {
    margin-top: -20px;
    animation: kvShowSp 3s ease forwards;
  }
  @keyframes kvShowSp {
    from {
      opacity: 0;
      transform: scale(1.3);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .sec01 .wrapper {
    padding: 100px 0 170px 0;
  }
  .sec01 .wrapper h2 {
    font-size: 2rem;
    white-space: nowrap;
  }
  .sec01 .wrapper::before {
    display: none;
  }
  .sec01 .wrapper img {
    width: 100%;
  }
  .sec01 .wrapper::after {
    top: 5px;
    animation: none;
  }
  .sec01::after {
    right: 10px;
  }
  .sec01 p {
    padding: 20px 0;
  }
  .sec02 {
    padding: 100px 0;
  }
  .sec02 .wrapper .sec02_banner_sp::before {
    width: 25%;
    height: 20%;
    top: -48px;
    left: -17px;
  }
  .sec03 .wrapper {
    margin-top: -60px;
  }
  .sec03 .wrapper::before {
    width: 80px;
    height: 80px;
    bottom: -60px;
  }
  .sec03 h2 {
    padding: 0;
  }
  .sec03 h3 {
    font-size: 2rem;
  }
  .sec03 p {
    font-size: 1.5rem;
  }
  .sec03 .card_sec_inner .card_top::after {
    width: 70px;
    height: 70px;
    top: -48px;
    right: -10px;
  }
  .sec03 .card_sec_inner .card_bottom {
    margin-top: 70px;
  }
  .sec05 {
    margin-bottom: 20px;
  }
  .sec05 .wrapper {
    padding: 50px 0 0 0;
  }
  .sec05 .wrapper::before {
    display: none;
  }
  .sec05 a {
    font-family: 1.4rem;
  }
  .sec05 a::after {
    right: 10px;
  }
  footer {
    width: 100%;
  }
  footer .footer_innner {
    padding: 50px 0;
  }
  footer .footer_innner .wrapper {
    padding-top: 0;
  }
  footer .footer_innner .wrapper .flex {
    display: block;
    margin-top: 10%;
  }
  footer .footer_innner .wrapper p {
    padding-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  footer .footer_innner .wrapper p a {
    font-size: 1.2rem;
    font-weight: 400;
  }
  footer .footer_innner .wrapper p::after {
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .footer_innner .wrapper::after {
    width: 50px;
    height: 50px;
    right: -30px;
  }
  footer .footer_innner .wrapper::before {
    width: 50px;
    height: 50px;
    top: 10px;
    left: -15px;
  }
}
@media screen and (max-width: 375px) {
  .sec03 .card_sec_inner .card_top::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */