/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
  min-height: auto;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
a,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style-type: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

:root {
  --ten:
    ten-mincho-text, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "YuMincho",
    "Yu Mincho", "BIZ UDPMincho", "MS PMincho", serif;
  --toppan:
    toppan-bunkyu-midashi-min-st, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif;
  --wing:
    "WindSong", "Snell Roundhand", "Apple Chancery", "Segoe Script",
    "Bradley Hand", cursive;
  --shippori:
    "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif;
  --base: #f6f6f3;
  --main: #5d5a53;
  --bk: #39392f;
  --gray: #d4cdbc;
  --ye: #f8f2bd;
  --be: #f7f6ef;
}

.ten {
  font-family: var(--ten) !important;
}

.toppan {
  font-family: var(--toppan) !important;
}

.wing {
  font-family: var(--wing) !important;
}

.shippori {
  font-family: var(--shippori) !important;
}

.wh-txt {
  color: white !important;
}

.bk-txt {
  color: var(--main) !important;
}

.wh-bg {
  background-color: white !important;
}

.bk-bg {
  background-color: var(--main) !important;
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.lg-none {
  display: none;
}
@media (min-width: 992px) {
  .lg-none {
    display: block;
  }
}

.lg-bk {
  display: block;
}
@media (min-width: 992px) {
  .lg-bk {
    display: none;
  }
}

body {
  font-family: var(--shippori);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 500;
  line-height: 1.7;
  color: var(--main);
  letter-spacing: 2px;
  line-height: 1.8;
}

a {
  transition: all 0.3s ease;
  display: inline-block;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0.7;
  color: #cccccc;
}

.is-scroll-lock {
  overflow: hidden;
}

.js-stagger > * {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(20px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-stagger.is-show > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
  animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-typein {
  opacity: 0;
}
.js-typein > * {
  opacity: 0;
}

.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  border-bottom: solid 1px var(--main);
  padding: 7px 3px;
  font-family: var(--toppan);
  font-weight: 900;
}
.btn-wrap a .arrow {
  transition: all 0.3s ease;
  max-width: 32px;
}
.btn-wrap a .arrow img {
  aspect-ratio: 1;
}
.btn-wrap a:hover {
  color: #58554d;
}
.btn-wrap a:hover .arrow {
  transform: translateX(6px);
}

:root {
  --playfair:
    "Playfair Display", "Times New Roman", "Georgia", "Baskerville", serif;
  --shippori:
    "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif;
}

html:not(.is-page-ready) body:not(.gjs-dashed) {
  opacity: 0;
  visibility: hidden;
}

.is-resizing
  *:not(.swiper):not(.swiper *):not(.swiper-wrapper):not(.swiper-slide) {
  transition: none !important;
}

.gjs-dashed .header__nav {
  visibility: visible !important;
  transform: translateX(0%) !important;
}
.gjs-dashed * {
  -webkit-animation: none !important;
  animation: none !important;
  transition: none !important;
}
.gjs-dashed .js-typein {
  opacity: 1 !important;
}
.gjs-dashed .js-typein > * {
  opacity: 1 !important;
}
.gjs-dashed .d-md-none {
  display: block !important;
}

body {
  margin-top: var(--header-top) !important;
  background-color: #f7f8f0;
}

.header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 6px;
  padding-inline: 20px;
  pointer-events: none;
  background-color: #d3dac4;
  border-bottom: solid 1px #dfe5d2;
}
@media (min-width: 768px) {
  .header__inner {
    border-bottom: solid 2px #dfe5d2;
    padding-inline: 30px;
  }
}
.header__brand {
  pointer-events: all;
  max-width: clamp(120px, 13vw, 188px);
}
.header__brand a {
  display: inline-block;
}
.header .reserve {
  pointer-events: all;
  margin-left: auto;
  position: fixed;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 768px) {
  .header .reserve {
    margin-right: 20px;
    position: static;
  }
}
.header .reserve > a {
  border-radius: 100px;
  background-color: #949d7f;
  border: solid 1px #949d7f;
  color: white;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  padding: 8px 17px 10px;
}
@media (min-width: 768px) {
  .header .reserve > a {
    padding: 4px clamp(20px, 5vw, 60px) 8px;
  }
}
.header .reserve > a:hover {
  opacity: 1;
  color: #949d7f;
  background-color: white;
}
.header__nav {
  position: fixed;
  z-index: 997;
  inset-block: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #949d7f;
  transform: translateX(100%);
  transition: all 0.4s ease;
  pointer-events: all;
}
@media (min-width: 576px) {
  .header__nav {
    width: 500px;
    left: auto;
    right: 0;
  }
}
@media (max-height: 600px) {
  .header__nav {
    display: block;
  }
}
.header__nav.open {
  visibility: visible;
  transform: translateX(0%);
}
.header__nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  margin-inline: auto;
  display: flex;
  padding-block: 100px;
  padding-inline: 20px;
  overflow-y: auto;
  gap: 50px;
}
.header__nav-wrap::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.header__nav-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: var(--blue-main);
}
@media (max-height: 750px) {
  .header__nav-wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .header__nav-wrap {
    justify-content: flex-start;
  }
}
.header__nav-brand {
  max-width: clamp(120px, 18vw, 200px);
}
.header__nav-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 40px;
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding-block: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .header__nav-link {
    font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  }
}

#hum-btn {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  margin-block: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  gap: clamp(10px, 1.5vw, 25px);
  font-family: var(--playfair);
  color: #848c70;
}
@media (min-width: 768px) {
  #hum-btn {
    margin-left: 0;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  display: inline-block;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 31px;
  height: 19px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-trigger {
    width: 51px;
    height: 31px;
  }
}
.btn-trigger__bar {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-radius: 99px;
}
.btn-trigger__bar:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
.btn-trigger__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.btn-trigger__bar:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.is-nav-open #hum-btn {
  color: white;
}
.is-nav-open .btn-trigger {
  flex-direction: row;
  transition: all 0.5s ease;
}
.is-nav-open .btn-trigger__bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
.is-nav-open .btn-trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .btn-trigger__bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(15.5px) rotate(45deg);
  }
  50% {
    transform: translateY(15.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(15.5px) rotate(45deg);
  }
  50% {
    transform: translateY(15.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(15.5px) rotate(0);
  }
  100% {
    transform: translateY(15.5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(15.5px) rotate(0);
  }
  100% {
    transform: translateY(15.5px) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-15.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-15.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-15.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-15.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14.5px) rotate(0);
  }
  100% {
    transform: translateY(-14.5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14.5px) rotate(0);
  }
  100% {
    transform: translateY(-14.5px) rotate(-45deg);
  }
}
@media (max-width: 834px) {
  @-webkit-keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(9px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(9px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      transform: translateY(9px) rotate(45deg);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(9px) rotate(45deg);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}
.bg-shadow {
  background: rgba(0, 0, 0, 0.5215686275);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 996;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.is-nav-open .bg-shadow {
  opacity: 1;
}

.footer {
  background-color: #949d7f;
  color: white;
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
}
.footer__inner {
  padding-block: clamp(60px, 9vw, 120px) 60px;
}
@media (min-width: 1200px) {
  .footer__inner {
    max-width: 1230px;
  }
}
.footer-top {
  border-bottom: solid 1px white;
  padding-bottom: clamp(40px, 6.5vw, 75px);
  margin-bottom: clamp(25px, 3.5vw, 45px);
  gap: 50px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
    align-items: stretch;
  }
}
.footer-top__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-top__left {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .footer-top__left {
    flex-direction: row;
  }
}
.footer-nav__lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 576px) {
  .footer-nav__lists {
    gap: 40px;
    align-items: flex-start;
  }
}
.footer-nav__link {
  font-family: var(--playfair);
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .footer-nav__list {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .footer-nav__list {
    gap: 20px clamp(10px, 1.5vw, 24px);
    justify-content: flex-end;
  }
}
.footer .reserve > a {
  border-radius: 100px;
  background-color: #d3dac4;
  border: solid 1px #d3dac4;
  color: white;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  padding: 8px 17px 10px;
}
@media (min-width: 768px) {
  .footer .reserve > a {
    padding: 4px clamp(20px, 5vw, 60px) 8px;
  }
}
.footer .reserve > a:hover {
  opacity: 1;
  color: #d3dac4;
  background-color: white;
}
.footer-brand {
  max-width: 180px;
}
@media (min-width: 768px) {
  .footer-brand {
    max-width: clamp(120px, 18vw, 200px);
  }
}

.p-top {
  overflow-x: clip;
}

.top_fv {
  background-image: url("/system_panel/uploads/images/top_fv_back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 68vw;
  max-height: 980px;
  min-height: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .top_fv {
    height: 760px;
  }
}
@media (max-width: 1199px) {
  .top_fv {
    height: 64vw;
    min-height: 560px;
  }
}
@media (max-width: 991px) {
  .top_fv {
    height: 72vw;
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .top_fv {
    height: 95vw;
    min-height: 430px;
  }
}
@media (max-width: 575px) {
  .top_fv {
    height: 115vw;
    min-height: 390px;
  }
}
.top_fv_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

@media (min-width: 576px) {
  .top_fv_img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .top_fv_img {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .top_fv_img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .top_fv_img {
    width: 40%;
  }
}
.top_fv_textbox h1 {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.top_fv_textbox h1 span:nth-child(1) {
  margin-right: 50px;
}

@media (min-width: 576px) {
  .top_fv_textbox h1 span:nth-child(1) {
    margin-right: 70px;
  }
}
@media (min-width: 768px) {
  .top_fv_textbox h1 span:nth-child(1) {
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .top_fv_textbox h1 span:nth-child(1) {
    margin-right: 150px;
  }
}
@media (min-width: 1200px) {
  .top_fv_textbox h1 span:nth-child(1) {
    margin-right: 220px;
  }
}
.top_fv_textbox {
  position: absolute;
  right: 6%;
  bottom: 25%;
  z-index: 1;
}

@media (min-width: 576px) {
  .top_fv_textbox {
    right: 6%;
    bottom: 28%;
  }
}
@media (min-width: 768px) {
  .top_fv_textbox {
    right: 6%;
    bottom: 20%;
  }
}
@media (min-width: 992px) {
  .top_fv_textbox {
    right: 6%;
    bottom: 18%;
  }
}
@media (min-width: 1200px) {
  .top_fv_textbox {
    right: 6%;
    bottom: 15%;
  }
}
.top_fv_textbox h1 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  font-family: var(--playfair);
  font-size: clamp(1.5rem, 0.366rem + 4.9vw, 5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.top_fv_text_top {
  text-align: left;
}

.top_fv_text_bottom {
  text-align: right;
}

.top_fv_leaf01 {
  position: absolute;
  width: 25%;
  left: -5%;
  bottom: 0%;
  z-index: 3;
}

.top_fv_leaf02 {
  position: absolute;
  width: 32%;
  left: -5%;
  bottom: 0%;
  z-index: 2;
}

@media (min-width: 576px) {
  .top_fv_leaf02 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .top_fv_leaf02 {
    width: 28%;
  }
}
@media (min-width: 992px) {
  .top_fv_leaf02 {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .top_fv_leaf02 {
    width: 20%;
  }
}
.top_fv_leaf03 {
  position: absolute;
  width: 10%;
  right: 3%;
  top: -2%;
  z-index: 4;
}

.top_fv_leaf04 {
  position: absolute;
  width: 38%;
  right: -5%;
  top: -4%;
  z-index: 5;
}

@media (min-width: 576px) {
  .top_fv_leaf04 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .top_fv_leaf04 {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .top_fv_leaf04 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .top_fv_leaf04 {
    width: 20%;
  }
}
/***** sec1 ******/
.top_sec1 {
  background-color: #dfe5d2;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .top_sec1 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .top_sec1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .top_sec1 {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .top_sec1 {
    padding-top: 200px;
  }
}
.top_sec1_top {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 0 50px;
}

@media (min-width: 576px) {
  .top_sec1_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 0 50px;
  }
}
@media (min-width: 768px) {
  .top_sec1_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 0 50px;
  }
}
.top_sec1_toptext {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .top_sec1_toptext {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top_sec1_toptext {
    width: 50%;
  }
}
.top_sec1_toptext h2 {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(3rem, 2.028rem + 4.2vw, 6rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .top_sec1_toptext h2 {
    letter-spacing: 4.8px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .top_sec1_toptext h2 {
    letter-spacing: 4.8px;
    margin-bottom: 35px;
  }
}
.top_sec1_toptext h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .top_sec1_toptext h3 {
    letter-spacing: 1.6px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .top_sec1_toptext h3 {
    letter-spacing: 1.6px;
    margin-bottom: 50px;
  }
}
.top_sec1_toptext p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.top_sec1_topimg {
  width: 43%;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: -44vw;
  margin-top: -22%;
}

@media (min-width: 576px) {
  .top_sec1_topimg {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: -44vw;
    margin-top: -25%;
  }
}
@media (min-width: 768px) {
  .top_sec1_topimg {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
}
.top_seci_topmain {
  width: 100%;
}

@media (min-width: 768px) {
  .top_seci_topmain {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .top_seci_topmain {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .top_seci_topmain {
    width: 100%;
  }
}
.top_sec1_leaf01 {
  position: absolute;
  top: 0%;
  left: 1vw;
  width: 20%;
}

@media (min-width: 576px) {
  .top_sec1_leaf01 {
    position: absolute;
    top: 0%;
    left: 1vw;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .top_sec1_leaf01 {
    position: absolute;
    top: 0%;
    left: 1vw;
    width: 23%;
  }
}
@media (min-width: 992px) {
  .top_sec1_leaf01 {
    position: absolute;
    top: 0%;
    left: 0vw;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_leaf01 {
    position: absolute;
    top: 0%;
    left: -3vw;
  }
}
.top_sec1_leaf02 {
  position: absolute;
  top: 11vw;
  left: -5vw;
  width: 23%;
}

@media (min-width: 576px) {
  .top_sec1_leaf02 {
    position: absolute;
    top: 11vw;
    left: -5vw;
    width: 23%;
  }
}
@media (min-width: 768px) {
  .top_sec1_leaf02 {
    position: absolute;
    top: 11vw;
    left: -3vw;
    width: 28%;
  }
}
@media (min-width: 992px) {
  .top_sec1_leaf02 {
    position: absolute;
    top: 12vw;
    left: -6vw;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_leaf02 {
    position: absolute;
    top: 12vw;
    left: -7vw;
  }
}
.top_sec1_leaf03 {
  position: absolute;
  bottom: -2vw;
  right: 3vw;
  width: 17%;
}

@media (min-width: 576px) {
  .top_sec1_leaf03 {
    position: absolute;
    bottom: -2vw;
    right: 3vw;
    width: 17%;
  }
}
@media (min-width: 768px) {
  .top_sec1_leaf03 {
    position: absolute;
    bottom: -2vw;
    right: 1vw;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .top_sec1_leaf03 {
    position: absolute;
    bottom: -3vw;
    right: 0vw;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_leaf03 {
    position: absolute;
    bottom: -4vw;
    right: 3vw;
  }
}
.top_sec1_bottom {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  gap: 0 20px;
}

@media (min-width: 576px) {
  .top_sec1_bottom {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .top_sec1_bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .top_sec1_bottom {
    gap: 0 clamp(20px, 4vw, 50px);
  }
}
@media (min-width: 1200px) {
  .top_sec1_bottom {
    gap: 0 clamp(50px, 7vw, 100px);
  }
}
.top_sec1_bottomtext {
  width: 100%;
  flex: 1;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top_sec1_bottomtext {
    margin-left: auto;
    width: 50%;
  }
}
.top_sec1_bottomtext_inner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.top_sec1_bottomtext h2 {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(3rem, 2.028rem + 4.2vw, 6rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .top_sec1_bottomtext h2 {
    letter-spacing: 4.8px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .top_sec1_bottomtext h2 {
    letter-spacing: 4.8px;
    margin-bottom: 35px;
  }
}
.top_sec1_bottomtext h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .top_sec1_bottomtext h3 {
    letter-spacing: clamp(2px, 2vw, 4px);
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .top_sec1_bottomtext h3 {
    font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
    margin-bottom: 50px;
  }
}
.top_sec1_bottomtext p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.viewmore p {
  color: #fff;
}

.top_sec1_bottomimg {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 60%;
  margin-top: -6%;
  margin-right: -42vw;
}

@media (min-width: 576px) {
  .top_sec1_bottomimg {
    margin-top: -6%;
    margin-right: -44vw;
  }
}
@media (min-width: 768px) {
  .top_sec1_bottomimg {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin: 0;
  }
}
.top_sec1_bottommain {
  width: 100%;
}

@media (min-width: 768px) {
  .top_sec1_bottommain {
    width: 93%;
  }
}
@media (min-width: 992px) {
  .top_sec1_bottommain {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_bottommain {
    width: 100%;
  }
}
.top_sec1_leaf04 {
  position: absolute;
  left: 0vw;
  bottom: -3vw;
  width: 40%;
}

@media (min-width: 576px) {
  .top_sec1_leaf04 {
    position: absolute;
    left: -4vw;
    bottom: -2vw;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .top_sec1_leaf04 {
    position: absolute;
    left: -4vw;
    bottom: -2vw;
    width: 42%;
  }
}
@media (min-width: 992px) {
  .top_sec1_leaf04 {
    position: absolute;
    left: -5vw;
    bottom: -3vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_leaf04 {
    position: absolute;
    left: -4vw;
    bottom: -3vw;
    width: 50%;
  }
}
.top_sec1_leaf05 {
  position: absolute;
  right: -2vw;
  top: 7vw;
  width: 15%;
}

@media (min-width: 576px) {
  .top_sec1_leaf05 {
    position: absolute;
    right: -2vw;
    top: 7vw;
    width: 15%;
  }
}
@media (min-width: 768px) {
  .top_sec1_leaf05 {
    position: absolute;
    right: 1vw;
    top: 7vw;
    width: 15%;
  }
}
@media (min-width: 992px) {
  .top_sec1_leaf05 {
    position: absolute;
    right: 2vw;
    top: 7vw;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_leaf05 {
    position: absolute;
    right: -2vw;
    top: 6vw;
    width: 15%;
  }
}
.top_sec1_leaf06 {
  position: absolute;
  right: 3vw;
  top: 0vw;
  width: 15%;
}

@media (min-width: 576px) {
  .top_sec1_leaf06 {
    position: absolute;
    right: 3vw;
    top: 0vw;
    width: 15%;
  }
}
@media (min-width: 768px) {
  .top_sec1_leaf06 {
    position: absolute;
    right: 4vw;
    top: 0vw;
    width: 15%;
  }
}
@media (min-width: 992px) {
  .top_sec1_leaf06 {
    position: absolute;
    right: 6vw;
    top: 0vw;
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .top_sec1_leaf06 {
    position: absolute;
    right: 2vw;
    top: 0vw;
  }
}
/********* sec2 *********/
.top_sec2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -13vw;
  transform: translateX(-50%);
  width: 140%;
  height: 40vw;
  background: #f7f8f0;
  border-radius: 50%;
}

.top_sec2 {
  position: relative;
  z-index: 1;
  background-color: #f7f8f0;
  padding-bottom: 100px;
}

.top_sec2_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top_sec2_text h2 {
  color: #848c70;
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 1.985rem + 0.88vw, 2.813rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .top_sec2_text h2 {
    padding-bottom: 20px;
    padding-top: 45px;
  }
}
.top_sec2_text h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

.top_sec2_text p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.top_sec2_border {
  width: clamp(300px, 60vw, 860px);
  padding-bottom: 20px;
  border-bottom: 1px solid #554f47;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .top_sec2_border {
    padding-bottom: 25px;
    margin-bottom: 55px;
  }
}
.top_sec2 {
  position: relative;
  width: 100%;
}

.top_sec2_leaf01 {
  position: absolute;
  top: 7%;
  left: -20%;
  width: 50%;
  z-index: 1;
}

@media (min-width: 576px) {
  .top_sec2_leaf01 {
    top: 4%;
    left: -15%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .top_sec2_leaf01 {
    top: -2%;
    left: -15%;
    width: 50%;
  }
}
.top_sec2_leaf02 {
  position: absolute;
  right: -25%;
  top: 0%;
  width: 40%;
  z-index: 1;
}

@media (min-width: 576px) {
  .top_sec2_leaf02 {
    right: -22%;
    top: 4%;
    width: 38%;
  }
}
@media (min-width: 768px) {
  .top_sec2_leaf02 {
    right: -22%;
    top: -4%;
    width: 38%;
  }
}
@media (min-width: 992px) {
  .top_sec2_leaf02 {
    right: -22%;
    top: -4%;
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .top_sec2_leaf02 {
    right: -22%;
    top: -4%;
    width: 40%;
  }
}
.top_sec2_leaf03 {
  position: absolute;
  right: -18%;
  top: 8%;
  width: 37%;
  z-index: 2;
}

@media (min-width: 576px) {
  .top_sec2_leaf03 {
    right: -15%;
    top: 14%;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .top_sec2_leaf03 {
    top: 11%;
  }
}
/********* sec3 ***********/
.top_sec3 {
  background-color: #dfe5d2;
  padding-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (min-width: 576px) {
  .top_sec3 {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .top_sec3 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .top_sec3 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .top_sec3 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.top_sec3_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 55px;
}

.top_sec3_text h2 {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 1.985rem + 0.88vw, 2.813rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .top_sec3_text h2 {
    padding-bottom: 20px;
    padding-top: 45px;
  }
}
.top_sec3_text h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

.top_sec3_text p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.top_sec3_border {
  width: clamp(300px, 60vw, 860px);
  padding-bottom: 20px;
  border-bottom: 1px solid #554f47;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .top_sec3_border {
    padding-bottom: 25px;
    margin-bottom: 55px;
  }
}
.top_sec3_card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f7f8f0;
  border-radius: 20px;
  padding: 35px;
  width: 70%;
}

@media (min-width: 576px) {
  .top_sec3_card {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .top_sec3_card {
    width: 80%;
  }
}
.top_sec3_card_box img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_sec3_card_box {
  display: flex;
  flex-direction: column;
  gap: 0 30px;
  display: flex;
  gap: 32px;
  align-items: center;
}

@media (min-width: 768px) {
  .top_sec3_card_box {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .top_sec3_card_box {
    flex-direction: row;
    align-items: stretch;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .top_sec3_card_box {
    flex-direction: row;
    align-items: stretch;
    padding: 0 100px;
  }
}
.top_sec3_card h4 {
  color: #848c70;
  text-align: center;
  font-family: var(--playfair);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding-top: 30px;
}

.top_sec3_card h5 {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.342rem + 1.23vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  padding-top: 15px;
  white-space: nowrap;
}

.top_sec3_card p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding-top: 20px;
}

.top_sec3_card_border {
  width: clamp(12.5rem, 10.88rem + 7.01vw, 17.5rem);
  border-bottom: 1px solid #554f47;
  width: 100%;
  padding-bottom: 5px;
}

.top_sec3_fl01 {
  position: absolute;
  left: 4%;
  bottom: 2%;
  width: 23%;
  transform: rotate(-16.124deg);
}

@media (min-width: 576px) {
  .top_sec3_fl01 {
    left: 4%;
    bottom: 1%;
    width: 23%;
  }
}
@media (min-width: 768px) {
  .top_sec3_fl01 {
    left: 3%;
    bottom: 1%;
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .top_sec3_fl01 {
    position: absolute;
    left: -3%;
    bottom: -1%;
    width: 23%;
  }
}
.top_sec3_fl02 {
  position: absolute;
  right: 4%;
  top: 1%;
  width: 30%;
}

@media (min-width: 576px) {
  .top_sec3_fl02 {
    right: 4%;
    top: 0%;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .top_sec3_fl02 {
    right: 4%;
    top: 0%;
    width: 30%;
  }
}
@media (min-width: 992px) {
  .top_sec3_fl02 {
    right: 4%;
    top: 2%;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .top_sec3_fl02 {
    right: 4%;
    top: -2%;
    width: 30%;
  }
}
.top_sec3_bee {
  position: absolute;
  top: 5%;
  left: 18%;
  width: 12%;
}

@media (min-width: 576px) {
  .top_sec3_bee {
    position: absolute;
    top: 5%;
    left: 25%;
    width: 12%;
  }
}
@media (min-width: 768px) {
  .top_sec3_bee {
    position: absolute;
    top: 6%;
    left: 25%;
    width: 12%;
  }
}
@media (min-width: 992px) {
  .top_sec3_bee {
    top: 13%;
    left: 30%;
    width: 12%;
  }
}
@media (min-width: 1200px) {
  .top_sec3_bee {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 12%;
  }
}
/******** sec4 **********/
.top_sec4 {
  background-color: #f7f8f0;
  position: relative;
  z-index: 1;
}

.top_sec4_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  position: relative;
  z-index: 2;
}

.top_sec4_text h2 {
  color: #848c70;
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 1.985rem + 0.88vw, 2.813rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .top_sec4_text h2 {
    padding-bottom: 20px;
    padding-top: 45px;
  }
}
.top_sec4_text h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

.top_sec4_text p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.top_sec4_leaf01 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 9%;
}

@media (min-width: 576px) {
  .top_sec4_leaf01 {
    position: absolute;
    left: 0;
    top: -7%;
    width: 9%;
  }
}
.top_sec4_leaf02 {
  position: absolute;
  left: 6%;
  top: 7%;
  width: 8%;
}

@media (min-width: 576px) {
  .top_sec4_leaf02 {
    position: absolute;
    left: 8%;
    top: 6%;
    width: 8%;
  }
}
.top_sec4_leaf03 {
  position: absolute;
  left: -1%;
  top: 11%;
  width: 8%;
}

@media (min-width: 576px) {
  .top_sec4_leaf03 {
    position: absolute;
    left: -3%;
    top: 20%;
    width: 8%;
  }
}
.top_sec4_leaf04 {
  position: absolute;
  right: 3%;
  top: 0%;
  width: 9%;
}

@media (min-width: 576px) {
  .top_sec4_leaf04 {
    position: absolute;
    right: 0;
    top: -7%;
    width: 9%;
  }
}
.top_sec4_leaf05 {
  position: absolute;
  right: 7%;
  top: 7%;
  width: 9%;
}

@media (min-width: 576px) {
  .top_sec4_leaf05 {
    position: absolute;
    right: 7%;
    top: 7%;
    width: 9%;
  }
}
.top_sec4_leaf06 {
  position: absolute;
  right: 1%;
  top: 9%;
  width: 7%;
}

@media (min-width: 576px) {
  .top_sec4_leaf06 {
    position: absolute;
    right: 1%;
    top: 14%;
    width: 7%;
  }
}
.top_sec5_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}

.top_sec5_text h2 {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 1.985rem + 0.88vw, 2.813rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top_sec5_text p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top_sec5 .viewmore {
  margin: 0 auto;
}

.top_sec5_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.top_sec5_slide .swiper-slide {
  width: 400px;
  flex-shrink: 0;
}

.top_sec5_slide {
  overflow: hidden;
  margin-bottom: 35px;
}

.top_sec5_slide .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 4.9/3.6;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.top_sec5 {
  position: relative;
  background: #dce5d2;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 220px;
}

.top_sec5::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -180px;
  transform: translateX(-50%);
  width: 160%;
  height: 300px;
  background: #f7f7ef;
  border-radius: 0 0 50% 50%;
  z-index: 0;
}

.top_sec5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: 160%;
  height: 300px;
  background: #f7f7ef;
  border-radius: 50% 50% 0 0;
  z-index: 0;
}

.top_sec6 {
  background-color: #f7f8f0;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 576px) {
  .top_sec6 {
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .top_sec6 {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .top_sec6 {
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .top_sec6 {
    padding-bottom: 200px;
  }
}
.top_sec5 > * {
  position: relative;
  z-index: 1;
}

.top_sec6_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 50px 0;
}

@media (min-width: 576px) {
  .top_sec6_info {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 50px 0;
  }
}
@media (min-width: 768px) {
  .top_sec6_info {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 50px 0;
  }
}
@media (min-width: 992px) {
  .top_sec6_info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.top_sec6_info h2 {
  color: #848c70;
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 1.985rem + 0.88vw, 2.813rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .top_sec6_info h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .top_sec6_info h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .top_sec6_info h2 {
    margin-bottom: 35px;
  }
}
.top_sec6_info h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 56px */
  letter-spacing: 4.2px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .top_sec6_info h3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .top_sec6_info h3 {
    margin-bottom: 50px;
  }
}
.top_sec6_info p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 35.2px */
  letter-spacing: 1.6px;
}

.top_sec6_text_box {
  display: flex;
  flex-direction: row;
}

.top_sec6_info_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}

.top_sec6_text_left {
  width: 37%;
}

.top_sec6_info_text {
  position: relative;
}

.top_sec6_leaf01 {
  position: absolute;
  right: 9vw;
  top: 0vw;
  width: 20%;
}

.top_map {
  width: min(450px, 88vw) !important;
  height: clamp(240px, 28vw, 320px) !important;
  display: block;
  margin: 0 auto;
}

.top_sec6_news {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
}

.top_sec6_news h2 {
  color: #949d7f;
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 1.985rem + 0.88vw, 2.813rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.top_sec6_news h3 {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

.top_sec6_leaf02 {
  position: absolute;
  bottom: -3vw;
  right: 0;
  width: 20%;
}

.top_sec6_news .webgene-blog {
  display: flex;
  flex-direction: column;
}
.top_sec6_news .webgene-item a {
  display: inline-flex;
  flex-direction: column;
  padding-block: 20px;
  padding-inline: clamp(15px, 3.5vw, 44px);
  border-bottom: solid 1px #dfe5d2;
  width: 100%;
}
@media (min-width: 768px) {
  .top_sec6_news .webgene-item a {
    flex-direction: row;
    align-items: baseline;
  }
}
.top_sec6_news .webgene-item a .date,
.top_sec6_news .webgene-item a .title {
  transition: all 0.3s ease;
}
.top_sec6_news .webgene-item a .date {
  font-family: var(--playfair);
  font-weight: 500;
}
@media (min-width: 768px) {
  .top_sec6_news .webgene-item a .date {
    width: clamp(140px, 20vw, 250px);
  }
}
.top_sec6_news .webgene-item a .title {
  text-align: left;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  flex: 1;
}
.top_sec6_news .webgene-item a:hover {
  opacity: 1;
}
.top_sec6_news .webgene-item a:hover .date,
.top_sec6_news .webgene-item a:hover .title {
  color: #949d7f;
}
.top_sec6_news .webgene-item:last-child a {
  border-bottom: none;
}

/******* concept **********/
.concept_fv {
  position: relative;
}

.concept_fv_img img {
  width: 100%;
  height: clamp(400px, 50vw, 700px);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.fv_leaf01 {
  position: absolute;
  top: -13vw;
  right: -17%;
  width: 55%;
}

@media (min-width: 576px) {
  .fv_leaf01 {
    position: absolute;
    top: -13vw;
    right: -17%;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .fv_leaf01 {
    position: absolute;
    top: -13vw;
    right: -13%;
    width: 44%;
  }
}
.fv_leaf02 {
  position: absolute;
  bottom: -4vw;
  left: -3%;
  z-index: 3;
  width: 59%;
}

@media (min-width: 576px) {
  .fv_leaf02 {
    position: absolute;
    bottom: -4vw;
    left: -3%;
    z-index: 3;
    width: 45%;
  }
}
@media (min-width: 768px) {
  .fv_leaf02 {
    position: absolute;
    bottom: -4vw;
    left: -3%;
    z-index: 3;
    width: 37%;
  }
}
.concept_fv h1 {
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 2;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--playfair);
  font-size: clamp(2.188rem, 0.304rem + 8.14vw, 8rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 576px) {
  .concept_fv h1 {
    position: absolute;
    left: 10%;
    top: 40%;
  }
}
@media (min-width: 768px) {
  .concept_fv h1 {
    position: absolute;
    left: 10%;
    top: 37%;
  }
}
.top_concept_round {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: 2;
}

.co_sec1 {
  background-color: #f7f8f0;
  padding-top: 65px;
  padding-bottom: 0px;
  position: relative;
}

@media (min-width: 576px) {
  .co_sec1 {
    padding-top: 90px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .co_sec1 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .co_sec1 {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .co_sec1 {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.co_sec1 h2 {
  color: #e5ded2;
  font-family: var(--playfair);
  font-size: clamp(1rem, 0.777rem + 0.96vw, 1.688rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .co_sec1 h2 {
    padding-bottom: 10px;
  }
}
.co_sec1 h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.125rem, 0.518rem + 2.63vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .co_sec1 h3 {
    padding-bottom: 50px;
  }
}
.co_sec1 p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.co_sec1_leaf01 {
  position: absolute;
  top: 11vw;
  left: 12vw;
  width: 8%;
}

@media (min-width: 576px) {
  .co_sec1_leaf01 {
    top: 11vw;
    left: 14vw;
    width: 6%;
  }
}
@media (min-width: 768px) {
  .co_sec1_leaf01 {
    top: 15vw;
    left: 20vw;
    width: 6%;
  }
}
@media (min-width: 992px) {
  .co_sec1_leaf01 {
    top: 15vw;
    left: 20vw;
    width: 6%;
  }
}
@media (min-width: 1200px) {
  .co_sec1_leaf01 {
    top: 11vw;
    left: 20vw;
    width: 6%;
  }
}
.co_sec1_leaf02 {
  position: absolute;
  top: 34vw;
  left: 5vw;
  width: 7%;
}

.co_sec1_leaf02 {
  position: absolute;
  top: 21vw;
  left: 7vw;
  width: 7%;
}

@media (min-width: 768px) {
  .co_sec1_leaf02 {
    top: 24vw;
    left: 16vw;
    width: 6%;
  }
}
@media (min-width: 992px) {
  .co_sec1_leaf02 {
    top: 24vw;
    left: 16vw;
    width: 6%;
  }
}
@media (min-width: 1200px) {
  .co_sec1_leaf02 {
    top: 21vw;
    left: 16vw;
    width: 6%;
  }
}
.co_sec1_leaf03 {
  position: absolute;
  top: 11vw;
  right: 9vw;
  width: 8%;
}

@media (min-width: 576px) {
  .co_sec1_leaf03 {
    position: absolute;
    top: 11vw;
    right: 12vw;
    width: 8%;
  }
}
@media (min-width: 768px) {
  .co_sec1_leaf03 {
    top: 14vw;
    right: 20vw;
    width: 6%;
  }
}
@media (min-width: 992px) {
  .co_sec1_leaf03 {
    top: 15vw;
    right: 20vw;
    width: 6%;
  }
}
@media (min-width: 1200px) {
  .co_sec1_leaf03 {
    top: 11vw;
    right: 20vw;
    width: 6%;
  }
}
.co_sec1_leaf04 {
  position: absolute;
  top: 21vw;
  right: 3vw;
  width: 7%;
}

@media (min-width: 576px) {
  .co_sec1_leaf04 {
    top: 22vw;
    right: 4vw;
    width: 6%;
  }
}
@media (min-width: 768px) {
  .co_sec1_leaf04 {
    top: 23vw;
    right: 14vw;
    width: 6%;
  }
}
@media (min-width: 992px) {
  .co_sec1_leaf04 {
    top: 24vw;
    right: 14vw;
    width: 6%;
  }
}
@media (min-width: 1200px) {
  .co_sec1_leaf04 {
    position: absolute;
    top: 21vw;
    right: 14vw;
    width: 6%;
  }
}
/******* sec2 *********/
.co_sec2 {
  background-color: #f7f8f0;
  padding-top: 100px;
}

.co_sec2_01 {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 85px;
}

@media (min-width: 576px) {
  .co_sec2_01 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .co_sec2_01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 200px;
  }
}
.co_sec2_01_text {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .co_sec2_01_text {
    width: 50%;
    position: relative;
    z-index: 2;
  }
}
.co_sec2_01_text h2 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}

.co_sec2_01_text p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.co_sec2_01_no {
  border-bottom: #baae90 1px solid;
  width: 50px;
  padding-bottom: 10px;
}

.co_sec2_01_no p {
  color: #baae90;
  font-family: var(--playfair);
  font-size: clamp(1.75rem, 1.305rem + 1.93vw, 3.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.co_sec2_01_img {
  flex: 1;
  position: relative;
  z-index: 3;
}

.co_sec2_01_circle {
  position: absolute;
  left: 74%;
  top: 76%;
  transform: translateY(-50%);
  width: clamp(140px, 9vw, 560px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f4f6e1;
  z-index: -1;
  display: none;
}

@media (min-width: 576px) {
  .co_sec2_01_circle {
    position: absolute;
    left: 73%;
    top: 75%;
    transform: translateY(-50%);
    width: clamp(140px, 9vw, 560px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #f4f6e1;
    z-index: -1;
    display: none;
  }
}
@media (min-width: 768px) {
  .co_sec2_01_circle {
    left: -7%;
    top: 50%;
    width: clamp(320px, 52vw, 560px);
    display: block;
  }
}
@media (min-width: 992px) {
  .co_sec2_01_circle {
    left: 7%;
    top: 50%;
    width: clamp(320px, 46vw, 560px);
  }
}
@media (min-width: 1200px) {
  .co_sec2_01_circle {
    left: 8%;
    top: 50%;
    width: clamp(320px, 45vw, 560px);
  }
}
.co_sec2_01_textinner {
  display: flex;
  flex-direction: column;
  margin-left: 0%;
  margin-top: 5%;
}

@media (min-width: 576px) {
  .co_sec2_01_textinner {
    display: flex;
    flex-direction: column;
    margin-left: 0%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .co_sec2_01_textinner {
    margin-left: 17%;
    margin-top: 5%;
  }
}
@media (min-width: 992px) {
  .co_sec2_01_textinner {
    margin-left: 22%;
    margin-top: 5%;
  }
}
.viewmore.concept_btn {
  margin-top: 20px;
}

.co_sec1_fl01 {
  position: absolute;
  z-index: 5;
  bottom: -14%;
  left: 73%;
  width: 32%;
  transform: scaleX(-1);
}

@media (min-width: 576px) {
  .co_sec1_fl01 {
    position: absolute;
    z-index: 5;
    bottom: -6%;
    left: 74%;
    width: 32%;
    transform: scaleX(-1);
  }
}
@media (min-width: 768px) {
  .co_sec1_fl01 {
    bottom: -31%;
    left: -12%;
    width: 45%;
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .co_sec1_fl01 {
    position: absolute;
    z-index: 5;
    bottom: -48%;
    left: -6%;
    width: 45%;
  }
}
.co_sec2_02_circle {
  position: absolute;
  right: -14%;
  top: 75%;
  transform: translateY(-50%);
  width: clamp(140px, 9vw, 560px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f4f6e1;
  z-index: -1;
  display: none;
}

@media (min-width: 576px) {
  .co_sec2_02_circle {
    position: absolute;
    right: 0;
    top: 71%;
    width: clamp(140px, 9vw, 560px);
    display: none;
  }
}
@media (min-width: 768px) {
  .co_sec2_02_circle {
    position: absolute;
    right: 1%;
    top: 52%;
    width: clamp(320px, 52vw, 560px);
    display: block;
  }
}
@media (min-width: 992px) {
  .co_sec2_02_circle {
    position: absolute;
    right: 6%;
    top: 52%;
    width: clamp(320px, 46vw, 560px);
  }
}
@media (min-width: 1200px) {
  .co_sec2_02_circle {
    position: absolute;
    right: 6%;
    top: 52%;
    width: clamp(320px, 45vw, 560px);
  }
}
.co_sec2_02_textinner {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

@media (min-width: 576px) {
  .co_sec2_02_textinner {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .co_sec2_02_textinner {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-top: 5%;
  }
}
.co_sec1_fl02 {
  position: absolute;
  top: 69%;
  right: -2%;
  width: 19%;
}

@media (min-width: 576px) {
  .co_sec1_fl02 {
    position: absolute;
    top: 72%;
    right: -2%;
    width: 19%;
  }
}
@media (min-width: 768px) {
  .co_sec1_fl02 {
    position: absolute;
    top: 78%;
    right: -3%;
    width: 28%;
  }
}
@media (min-width: 992px) {
  .co_sec1_fl02 {
    position: absolute;
    top: 79%;
    right: 4%;
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .co_sec1_fl02 {
    position: absolute;
    top: 67%;
    right: 5%;
    width: 28%;
  }
}
.co_sec2_02 {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  flex-direction: column;
}

@media (min-width: 576px) {
  .co_sec2_02 {
    display: flex;
    padding-bottom: 80px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .co_sec2_02 {
    display: flex;
    flex-direction: row;
    padding-bottom: 200px;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .co_sec2_02 {
    display: flex;
    flex-direction: row;
    padding-bottom: 200px;
    flex-direction: row;
    align-items: center;
  }
}
.co_sec1_fl03 {
  position: absolute;
  z-index: 5;
  bottom: -4%;
  left: 86%;
  width: 12%;
  transform: scaleX(-1);
}

@media (min-width: 576px) {
  .co_sec1_fl03 {
    position: absolute;
    z-index: 5;
    bottom: -6%;
    left: 86%;
    width: 12%;
    transform: scaleX(-1);
  }
}
@media (min-width: 768px) {
  .co_sec1_fl03 {
    bottom: -31%;
    left: -3%;
    width: 20%;
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .co_sec1_fl03 {
    position: absolute;
    z-index: 5;
    bottom: -34%;
    left: 7%;
    width: 20%;
  }
}
.co_sec3 {
  background-color: #dfe5d2;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

@media (min-width: 576px) {
  .co_sec3 {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .co_sec3 {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .co_sec3 {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .co_sec3 {
    padding-bottom: 200px;
  }
}
.co_sec3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
  width: 160%;
  height: 350px;
  background: #dfe4d0;
  border-radius: 50%;
  z-index: -1;
}

.co_sec3_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 576px) {
  .co_sec3_text {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .co_sec3_text {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .co_sec3_text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.co_sec3_text h2 {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(1rem, 0.777rem + 0.96vw, 1.688rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 50px;
}

.co_sec3_text h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.375rem, 0.849rem + 2.28vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  padding-top: 15px;
}

@media (min-width: 576px) {
  .co_sec3_text h3 {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .co_sec3_text h3 {
    padding-top: 30px;
  }
}
.co_sec3_text p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  padding-top: 10px;
}

@media (min-width: 576px) {
  .co_sec3_text p {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .co_sec3_text p {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .co_sec3_text p {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .co_sec3_text p {
    padding-top: 10px;
  }
}
.co_sec3_card {
  border-radius: 20px;
  background: #f7f8f0;
  width: min(900px, 88vw);
  margin: 0 auto;
  flex-direction: column;
  padding: 25px;
}

@media (min-width: 576px) {
  .co_sec3_card {
    border-radius: 20px;
    background: #f7f8f0;
    width: min(900px, 88vw);
    margin: 0 auto;
    flex-direction: column;
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .co_sec3_card {
    border-radius: 20px;
    background: #f7f8f0;
    width: min(900px, 88vw);
    margin: 0 auto;
    flex-direction: row;
    padding: 0;
  }
}
.co_sec3_card_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 5vw, 50px);
}

.co_sec3_card_border {
  border-bottom: #848c70 1px solid;
  max-width: 100%;
  width: clamp(180px, 24vw, 290px);
  padding-bottom: 5px;
  width: 90vw;
}

@media (max-width: 576px) {
  .co_sec3_card_border {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .co_sec3_card_border {
    width: 23vw;
  }
}
.co_sec3_card_img {
  width: 100%;
  flex-shrink: 0;
  padding: 0;
}

@media (min-width: 576px) {
  .co_sec3_card_img {
    width: 100%;
    flex-shrink: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .co_sec3_card_img {
    width: 45%;
    flex-shrink: 0;
    padding: 0;
    margin: 50px 30px 50px 50px;
  }
}
.co_sec3_card_img img {
  width: 100%;
  display: block;
  border-radius: 12px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.co_sec3_card_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 576px) {
  .co_sec3_card_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .co_sec3_card_text {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
  }
}
.co_sec3_card_text h4 {
  color: #848c70;
  font-family: var(--playfair);
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding-bottom: 10px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .co_sec3_card_text h4 {
    color: #848c70;
    font-family: var(--playfair);
    font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-bottom: 10px;
    padding-top: 0;
  }
}
.co_sec3_card_text h5 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

.co_sec3_card_text p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.co_sec3_leaf {
  position: absolute;
  width: 50%;
  top: 0%;
  left: -16%;
  display: none;
}

@media (min-width: 576px) {
  .co_sec3_leaf {
    width: 50%;
    top: 1%;
    left: -24%;
    display: block;
  }
}
@media (min-width: 768px) {
  .co_sec3_leaf {
    width: 50%;
    top: 5%;
    left: -20%;
  }
}
@media (min-width: 992px) {
  .co_sec3_leaf {
    width: 50%;
    top: 6%;
    left: -20%;
  }
}
@media (min-width: 1200px) {
  .co_sec3_leaf {
    width: 50%;
    top: 0%;
    left: -16%;
  }
}
.co_sec3_bee {
  position: absolute;
  width: 10%;
  top: 2%;
  left: 60%;
}

@media (min-width: 576px) {
  .co_sec3_bee {
    width: 10%;
    top: 1%;
    left: 60%;
  }
}
@media (min-width: 768px) {
  .co_sec3_bee {
    width: 10%;
    top: 1%;
    left: 60%;
  }
}
@media (min-width: 992px) {
  .co_sec3_bee {
    width: 10%;
    top: 7%;
    left: 60%;
  }
}
@media (min-width: 1200px) {
  .co_sec3_bee {
    width: 10%;
    top: 5%;
    left: 60%;
  }
}
.co_sec3_fl {
  position: absolute;
  bottom: -1vw;
  right: 2%;
  width: 21%;
}

@media (min-width: 576px) {
  .co_sec3_fl {
    position: absolute;
    bottom: -1vw;
    right: 2%;
    width: 13%;
  }
}
.care_sec1_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 70px;
}

@media (min-width: 576px) {
  .care_sec1_card {
    width: 100%;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .care_sec1_card {
    width: 100%;
    margin-top: 135px;
  }
}
@media (min-width: 992px) {
  .care_sec1_card {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 135px;
  }
}
.care_sec1_card2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 70px;
}

@media (min-width: 576px) {
  .care_sec1_card2 {
    width: 100%;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .care_sec1_card2 {
    width: 100%;
    margin-top: 135px;
  }
}
@media (min-width: 992px) {
  .care_sec1_card2 {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 135px;
  }
}
.care_sec1_cardtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 50px 50px;
  background: #f4f6e1;
  width: 100%;
  align-items: center;
  padding: 30px 10px;
}

@media (min-width: 768px) {
  .care_sec1_cardtext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .care_sec1_cardtext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 70px;
    width: 50%;
    border-radius: 0 50px 50px 0;
  }
}
@media (min-width: 1200px) {
  .care_sec1_cardtext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
  }
}
.care_sec1_cardtext2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 50px 50px;
  background: #f4f6e1;
  width: 100%;
  align-items: center;
  padding: 30px 0 30px 0;
}

@media (min-width: 768px) {
  .care_sec1_cardtext2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .care_sec1_cardtext2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 70px;
    width: 50%;
    border-radius: 50px 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .care_sec1_cardtext2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
    width: 50%;
  }
}
.care_sec1_cardimg {
  width: 100%;
}

@media (min-width: 992px) {
  .care_sec1_cardimg {
    width: 50%;
  }
}
.care_sec1_cardimg img {
  border-radius: 50px 50px 0 0;
}

@media (min-width: 992px) {
  .care_sec1_cardimg img {
    border-radius: 50px 0 0 50px;
  }
}
.care_sec1_cardimg2 {
  width: 100%;
}

@media (min-width: 992px) {
  .care_sec1_cardimg2 {
    width: 50%;
  }
}
.care_sec1_cardimg2 img {
  border-radius: 50px 50px 0 0;
}

@media (min-width: 992px) {
  .care_sec1_cardimg2 img {
    border-radius: 0 50px 50px 0;
  }
}
.care_sec1_cardbox h4 {
  color: #e5ded2;
  font-family: var(--playfair);
  font-size: clamp(1rem, 0.777rem + 0.96vw, 1.688rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .care_sec1_cardbox h4 {
    padding-bottom: 10px;
  }
}
.care_sec1_cardbox h5 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.777rem + 0.96vw, 1.688rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
  letter-spacing: 1.6px;
}

@media (min-width: 768px) {
  .care_sec1_cardbox h5 {
    padding-bottom: 5px;
  }
}
.care_sec1_cardbox p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
}

@media (min-width: 992px) {
  .care_sec1_cardbox p {
    text-align: left;
  }
}
.care_sec2_title {
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .care_sec2_title {
    padding-bottom: 20px;
  }
}
.care_sec2_title h2 {
  color: #e5ded2;
  font-family: var(--playfair);
  font-size: clamp(1rem, 0.777rem + 0.96vw, 1.688rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .care_sec2_title h2 {
    padding-bottom: 10px;
  }
}
.care_sec2_title h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.375rem, 0.849rem + 2.28vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .care_sec2_title h3 {
    padding-bottom: 50px;
  }
}
.care_sec2_title p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.care_sec_sub {
  color: #e5ded2 !important;
  font-family: "Playfair Display" !important;
  font-size: clamp(1rem, 0.777rem + 0.96vw, 1.688rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 1.6px !important;
}

.care_sec2_02_textinner {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

@media (min-width: 576px) {
  .care_sec2_02_textinner {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .care_sec2_02_textinner {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-top: 8%;
  }
}
@media (min-width: 992px) {
  .care_sec2_02_textinner {
    margin-left: 8%;
  }
}
.care_sec2_02_textinner2 {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

@media (min-width: 576px) {
  .care_sec2_02_textinner2 {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .care_sec2_02_textinner2 {
    display: flex;
    flex-direction: column;
    margin-left: 18%;
    margin-top: 12%;
  }
}
@media (min-width: 992px) {
  .care_sec2_02_textinner2 {
    margin-left: 21%;
  }
}
.care_sec2_fl02 {
  position: absolute;
  top: 69%;
  right: -2%;
  width: 19%;
}

@media (min-width: 576px) {
  .care_sec2_fl02 {
    position: absolute;
    top: 72%;
    right: -2%;
    width: 19%;
  }
}
@media (min-width: 768px) {
  .care_sec2_fl02 {
    position: absolute;
    top: 78%;
    right: -3%;
    width: 28%;
  }
}
@media (min-width: 992px) {
  .care_sec2_fl02 {
    position: absolute;
    top: 79%;
    right: 4%;
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .care_sec2_fl02 {
    position: absolute;
    top: 67%;
    right: 5%;
    width: 28%;
  }
}
.care_sec2_fl03 {
  position: absolute;
  z-index: 5;
  bottom: -4%;
  left: 82%;
  width: 19%;
  transform: scaleX(-1);
}

@media (min-width: 576px) {
  .care_sec2_fl03 {
    position: absolute;
    z-index: 5;
    bottom: -2%;
    left: 86%;
    width: 18%;
    transform: scaleX(-1);
  }
}
@media (min-width: 768px) {
  .care_sec2_fl03 {
    bottom: -15%;
    left: -10%;
    width: 37%;
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .care_sec2_fl03 {
    position: absolute;
    z-index: 5;
    bottom: -22%;
    left: 2%;
    width: 26%;
  }
}
.care_leaf_01 {
  position: absolute;
  left: 10vw;
  top: 7vw;
  width: 6%;
}

.care_leaf_02 {
  position: absolute;
  left: 15vw;
  top: 15vw;
  width: 7%;
}

.care_leaf_03 {
  position: absolute;
  left: 8vw;
  top: 24vw;
  width: 6%;
}

.care_leaf_04 {
  position: absolute;
  right: 10vw;
  top: 7vw;
  width: 6%;
}

.care_leaf_05 {
  position: absolute;
  right: 15vw;
  top: 15vw;
  width: 7%;
}

.care_leaf_06 {
  position: absolute;
  right: 8vw;
  top: 24vw;
  width: 6%;
}

/******* beginner *******/
.be_sec1 {
  margin-top: 100px;
}

.be_sec1_flow2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 50px;
}

@media (min-width: 768px) {
  .be_sec1_flow2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .be_sec1_flow2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-right: -60px;
  }
}
.be_flow_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f6e1;
  border-radius: 20px 20px 20px 20px;
  padding: 50px 5px;
}

.be_flow_text p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.be_flow_text h4 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}

.be_flow_number {
  color: #848c70 !important;
  font-family: "Playfair Display" !important;
  font-size: clamp(1.25rem, 0.683rem + 2.45vw, 3rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 2.4px !important;
}

.be_flow_border {
  border-bottom: 1px solid #554f47;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
}

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

@media (min-width: 768px) {
  .be_flow_img {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .be_flow_img {
    display: flex;
    align-items: center;
  }
}
.be_flow_img img {
  width: 3%;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .be_flow_img img {
    width: 3%;
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  .be_flow_img img {
    width: 100%;
    transform: rotate(0deg);
  }
}
.be_sec1_flow2 .row {
  height: 100%;
  word-break: break-all;
}

.be_sec1_flow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .be_sec1_flow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .be_sec1_flow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
  }
}
.c-accordion_head {
  display: flex;
  flex-direction: row;
  border-radius: 20px 20px 20px 20px;
  background: #f7f8f0;
  padding: 15px 20px 15px 0px;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-accordion_head {
    padding: 25px 40px 25px 0px;
  }
}
@media (min-width: 1200px) {
  .c-accordion_head {
    padding: 25px 40px 25px 0px;
  }
}
.c-accordion_head img {
  width: 60%;
}

@media (min-width: 576px) {
  .c-accordion_head img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .c-accordion_head img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .c-accordion_head img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .c-accordion_head img {
    width: 100%;
  }
}
.c-accordion {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.c-accordion_head p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.345rem + 1.75vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}

.be_sec3_p1 {
  width: 60px;
  margin-left: 40px;
}

@media (min-width: 768px) {
  .be_sec3_p1 {
    width: 80px;
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .be_sec3_p1 {
    width: 110px;
    margin-left: 60px;
  }
}
.c-accordion_body {
  border-radius: 0 0 20px 20px;
  background: #f4f6e1;
  margin-top: -20px;
}

.c_accordion_inner {
  padding: 30px 0px 20px 0px;
}

@media (min-width: 768px) {
  .c_accordion_inner {
    padding: 40px 0px 30px 0px;
  }
}
@media (min-width: 992px) {
  .c_accordion_inner {
    padding: 60px 0px 50px 0px;
  }
}
@media (min-width: 1200px) {
  .c_accordion_inner {
    padding: 60px 0px 50px 0px;
  }
}
.c-accordion_body p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.424rem + 1.14vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
}

.be_sec2_card {
  border-radius: 20px;
  background: #f7f8f0;
  padding: 60px 15px 60px 15px;
  margin: 50px 20px;
}

@media (min-width: 576px) {
  .be_sec2_card {
    padding: 60px 10px 60px 10px;
    margin: 80px 80px;
  }
}
@media (min-width: 768px) {
  .be_sec2_card {
    padding: 90px 10px 80px 10px;
    margin: 100px 100px;
  }
}
@media (min-width: 992px) {
  .be_sec2_card {
    padding: 90px 10px 80px 10px;
    margin: 150px 200px;
  }
}
@media (min-width: 1200px) {
  .be_sec2_card {
    padding: 90px 10px 80px 10px;
    margin: 150px 300px;
  }
}
.be_sec2_card p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
}

.reservatior_btn {
  border-radius: 50px;
  background: #949d7f;
  width: clamp(180px, 22vw, 265px);
  height: clamp(40px, 4vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservatior_btn p {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

.be_sec2_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.be_sec3_fl01 {
  position: absolute;
  bottom: 0;
  right: 3vw;
  width: 20%;
}

.be_sec3_le01 {
  position: absolute;
  position: absolute;
  left: -10vw;
  top: -18vw;
  width: 35%;
}

.be_sec3_le02 {
  position: absolute;
  right: -11vw;
  top: -9vw;
  width: 35%;
}

/********* nydc **************/
.ny_sec1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 80px;
}

@media (min-width: 576px) {
  .ny_sec1 {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .ny_sec1 {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .ny_sec1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    margin-right: 100px;
    margin-top: 150px;
  }
}
.ny_sec1_img {
  position: relative;
  z-index: 2;
  display: none;
}

@media (min-width: 992px) {
  .ny_sec1_img {
    margin-right: -5%;
    position: relative;
    z-index: 2;
    flex: 1;
    display: block;
  }
}
.ny_sec1_text_innerbox {
  max-width: 292px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 576px) {
  .ny_sec1_text_innerbox {
    max-width: 325px;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .ny_sec1_text_innerbox {
    max-width: 360px;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .ny_sec1_text_innerbox {
    max-width: 470px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.ny_sec1_text {
  border-radius: 20px;
  background: #f4f6e1;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
}

@media (min-width: 768px) {
  .ny_sec1_text {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ny_sec1_text {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 65%;
    align-items: center;
  }
}
.ny_sec1_text_img {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .ny_sec1_text_img {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .ny_sec1_text_img {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ny_sec1_text_img img {
  width: 40%;
}

.ny_sec1_text_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ny_sec1_text h4 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

@media (min-width: 576px) {
  .ny_sec1_text h4 {
    font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  }
}
@media (min-width: 992px) {
  .ny_sec1_text h4 {
    font-size: 23px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .ny_sec1_text h4 {
    font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
    padding-bottom: 25px;
  }
}
.ny_sec1_box {
  margin-top: 10px;
  border-radius: 7px;
  border: 1px solid #949d7f;
  padding: 15px 16px;
  max-width: 760px;
}

@media (min-width: 768px) {
  .ny_sec1_box {
    margin-top: 15px;
    border-radius: 7px;
    border: 1px solid #949d7f;
    padding: 20px 16px;
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .ny_sec1_box {
    margin-top: 20px;
    border-radius: 7px;
    border: 1px solid #949d7f;
    padding: 30px 16px;
    max-width: 760px;
  }
}
.ny_sec1_box p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.505rem + 0.79vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.ny_sec2_text {
  border-radius: 20px;
  background: #f4f6e1;
  padding-bottom: 50px;
  padding: 0px 30px 30px 30px;
  position: relative;
}

@media (min-width: 576px) {
  .ny_sec2_text {
    border-radius: 20px;
    background: #f4f6e1;
    padding-bottom: 50px;
  }
}
.ny_sec2_fl {
  position: absolute;
  bottom: 0vw;
  left: 0vw;
  width: 20%;
}

.ny_sec2_text h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.25rem, 0.683rem + 2.45vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .ny_sec2_text h3 {
    padding-top: 70px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .ny_sec2_text h3 {
    padding-top: 90px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .ny_sec2_text h3 {
    padding-top: 120px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .ny_sec2_text h3 {
    padding-top: 140px;
    margin-bottom: 30px;
  }
}
.ny_sec2_text p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.ny_sec2_img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: -10%;
  display: flex;
}

.ny_sec2_img img {
  display: flex;
  z-index: 3;
}

/***** sec3 *******/
.ny_sec3 {
  background-color: #f7f8f0;
  padding-bottom: 200px;
}

.ny_sec3_card01 {
  border-radius: 20px;
  border: 1px solid #848c70;
  background: #f7f8f0;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .ny_sec3_card01 {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .ny_sec3_card01 {
    margin: 0;
  }
}
.ny_sec3_card_top {
  border-radius: 20px 20px 0 0;
  background: #d3dac4;
  padding: 30px 10px;
}

@media (min-width: 576px) {
  .ny_sec3_card_top {
    padding: 35px 10px;
  }
}
@media (min-width: 768px) {
  .ny_sec3_card_top {
    padding: 40px 10px;
  }
}
@media (min-width: 992px) {
  .ny_sec3_card_top {
    padding: 45px 10px;
  }
}
@media (min-width: 1200px) {
  .ny_sec3_card_top {
    padding: 45px 10px;
  }
}
.ny_sec3_card_top2 {
  border-radius: 20px 20px 0 0;
  background: #949d7f;
  padding: 30px 10px;
}

@media (min-width: 576px) {
  .ny_sec3_card_top2 {
    padding: 35px 10px;
  }
}
@media (min-width: 768px) {
  .ny_sec3_card_top2 {
    padding: 40px 10px;
  }
}
@media (min-width: 992px) {
  .ny_sec3_card_top2 {
    padding: 45px 10px;
  }
}
@media (min-width: 1200px) {
  .ny_sec3_card_top2 {
    padding: 45px 10px;
  }
}
.ny_sec3_card_top2 p {
  color: #fff;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.615rem + 1.66vw, 2.188rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

.ny_sec3_card_top p {
  color: #fff;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.615rem + 1.66vw, 2.188rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

.ny_sec3_card_inner {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}

@media (min-width: 576px) {
  .ny_sec3_card_inner {
    padding: 30px 0px;
  }
}
@media (min-width: 768px) {
  .ny_sec3_card_inner {
    padding: 40px 0px;
  }
}
@media (min-width: 992px) {
  .ny_sec3_card_inner {
    padding: 50px 0px;
  }
}
@media (min-width: 1200px) {
  .ny_sec3_card_inner {
    padding: 60px 0px;
  }
}
.ny_sec3_card_inner p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.ny_sec3_text_innerbox {
  max-width: 292px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 576px) {
  .ny_sec3_text_innerbox {
    max-width: 325px;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .ny_sec3_text_innerbox {
    max-width: 360px;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .ny_sec3_text_innerbox {
    max-width: 387px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .ny_sec3_text_innerbox {
    max-width: 445px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.ny_sec4_card_box {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 50px 0;
  gap: 90px;
}

@media (min-width: 576px) {
  .ny_sec4_card_box {
    flex-direction: column;
    align-items: center;
    gap: 110px;
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .ny_sec4_card_box {
    flex-direction: column;
    align-items: center;
    gap: 170px;
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .ny_sec4_card_box {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    padding: 80px 100px;
  }
}
@media (min-width: 1200px) {
  .ny_sec4_card_box {
    flex-direction: row;
    align-items: stretch;
    padding: 100px 100px;
  }
}
.ny_sec4_card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f7f8f0;
  border-radius: 20px;
  padding: 20px 15px 30px 15px;
  width: 70%;
}

@media (min-width: 576px) {
  .ny_sec4_card {
    width: 70%;
    padding: 30px 25px 50px 25px;
  }
}
@media (min-width: 768px) {
  .ny_sec4_card {
    width: 80%;
    padding: 50px 35px 50px 35px;
  }
}
.ny_sec4_card img {
  width: 35%;
  margin: 0 auto;
  margin-top: -25%;
}

@media (min-width: 768px) {
  .ny_sec4_card img {
    width: 35%;
    margin: 0 auto;
    margin-top: -25%;
  }
}
@media (min-width: 992px) {
  .ny_sec4_card img {
    width: 65%;
    margin: 0 auto;
    margin-top: -44%;
  }
}
.ny_sec4_card h4 {
  color: #554f47;
  text-align: center;
  font-family: var(--playfair);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.ny_sec4_card h5 {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.342rem + 1.23vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  padding-top: 15px;
  white-space: nowrap;
}

.ny_sec4_card p {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding-top: 20px;
}

.ny_sec4_fl01 {
  position: absolute;
  top: 2vw;
  left: -5vw;
  width: 33%;
}

.ny_sec4_fl02 {
  position: absolute;
  top: 0vw;
  right: -3vw;
  width: 30%;
}

.ny_sec4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
  width: 160%;
  height: 350px;
  background: #dfe5d2;
  border-radius: 50%;
  z-index: -1;
}

.ny_sec4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  width: 160%;
  height: 350px;
  background: #dfe5d2;
  border-radius: 50%;
  z-index: -1;
}

.ny_sec4 {
  position: relative;
}

.ny_sec5 {
  background-color: #f7f8f0;
  padding-top: 100px;
  position: relative;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .ny_sec5 {
    background-color: #f7f8f0;
    padding-top: 200px;
    position: relative;
    padding-bottom: 200px;
  }
}
.ny_sec5_before_box {
  position: relative;
}

.ny_src5_befor {
  border-radius: 20px 0 0 0;
  background: #949d7f;
  color: #fff;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: absolute;
  top: 0;
  left: 15px;
}

.ny_sec5_after_box {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .ny_sec5_after_box {
    position: relative;
    width: 50%;
    margin: 0;
  }
}
.ny_src5_after {
  border-radius: 20px 0 0 0;
  background: #d3dac4;
  color: #fff;
  font-family: var(--shippori);
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: absolute;
  top: 0;
  left: 15px;
}

.ny_sec5_bfaf {
  margin: 0px 50px;
}

@media (min-width: 768px) {
  .ny_sec5_bfaf {
    margin: 0px 50px;
  }
}
@media (min-width: 992px) {
  .ny_sec5_bfaf {
    margin: -70px 50px;
  }
}
.ny_sec5_bfaf img {
  border-radius: 20px 0 0 0;
}

.ny_sec5_textbottom {
  text-align: center;
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  padding: 50px 0 50px 0;
}

@media (min-width: 768px) {
  .ny_sec5_textbottom {
    padding: 80px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .ny_sec5_textbottom {
    padding: 100px 0 100px 0;
  }
}
@media (min-width: 1200px) {
  .ny_sec5_textbottom {
    padding: 200px 0 100px 0;
  }
}
.ny_sec5_fl {
  position: absolute;
  bottom: 0vw;
  right: 0vw;
  width: 15%;
}

/******* gallery ******/
.g_sec1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.g_sec1 p {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.125rem, 0.518rem + 2.63vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.88px;
  padding-bottom: 30px;
}

.g_sec1_le img {
  width: 70%;
}

.grid {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 16px;
}

@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    border-radius: 20px;
    gap: 16px;
  }
}
.grid img {
  border-radius: 20px;
}

.g_box {
  background-color: #f7f8f0;
  padding-bottom: 100px;
}

/******** menu *****/
.menu_sec1 {
  background-color: #f7f8f0;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .menu_sec1 {
    padding: 100px 0;
  }
}
.menu_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-bottom: #e5ded2 1px solid;
  width: 80%;
  padding: 100px 0;
}

@media (min-width: 576px) {
  .menu_box {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .menu_box {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .menu_box {
    gap: 20px;
  }
}
.menu_box h2 {
  color: #e5ded2;
  font-family: var(--playfair);
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}

.menu_box h3 {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(1.375rem, 0.849rem + 2.28vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.88px;
}

.menu_border {
  border-bottom: 1px solid #554f47;
  padding-bottom: 15px;
  width: 10%;
  margin-bottom: 30px;
}

.menu_img {
  width: 10%;
}

@media (min-width: 576px) {
  .menu_img {
    width: 6%;
  }
}
.menu_img img {
  width: 100%;
}

.menu_text {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.688rem, 0.505rem + 0.79vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}

.menu_money {
  color: #554f47;
  text-align: center;
  font-family: var(--shippori);
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu_sub {
  color: #554f47;
  font-family: var(--shippori);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.menu_box_botoom {
  border-bottom: none;
}

/********** bottom **********/
.viewmore {
  width: 150px;
  height: 38px;
  gap: 6px;
  border-radius: 40px;
  background: #949d7f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1vw, 10px);
  margin-top: 20px;
}

@media (min-width: 576px) {
  .viewmore {
    width: clamp(180px, 22vw, 265px);
    height: clamp(40px, 4vw, 50px);
    border-radius: 40px;
    background: #949d7f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 1vw, 10px);
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .viewmore {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .viewmore {
    margin-top: 55px;
  }
}
.viewmore_img {
  width: 35px;
  height: 10px;
  align-content: space-around;
}

@media (min-width: 576px) {
  .viewmore_img {
    width: clamp(20px, 4.5vw, 55px);
    height: 10px;
    align-content: space-around;
  }
}
.viewmore .viewmore_img img {
  transition: all 0.3s ease;
}

.viewmore:hover .viewmore_img img {
  transform: translateX(5px);
}

.viewmore p {
  color: #fff;
  font-family: var(--playfair);
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}

.p-info__list {
  padding-block: clamp(100px, 14vw, 200px) clamp(80px, 12vw, 150px);
}
@media (min-width: 992px) {
  .p-info__list .list-wrap {
    max-width: 900px;
  }
}
.p-info__list .list-dl {
  display: flex;
  flex-direction: column;
  padding-block: 15px;
  gap: 8px clamp(40px, 5vw, 60px);
}
@media (min-width: 768px) {
  .p-info__list .list-dl {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-info__list .list-dl:first-child {
  padding-top: 0;
}
.p-info__list .list-dt {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-info__list .list-dt {
    width: 160px;
  }
}
.p-info__list .list-dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #949d7f;
}
@media (min-width: 768px) {
  .p-info__list .list-dt::before {
    display: none;
  }
}
.p-info__list .list-dd {
  flex: 1;
}
.p-info__list .list-dt,
.p-info__list .list-dd {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-info__list .list-dt,
  .p-info__list .list-dd {
    padding-left: 0px;
  }
}

.p-news__list {
  padding-block: clamp(100px, 14vw, 200px);
}
.p-news .webgene-blog {
  padding-inline: 20px;
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .p-news .webgene-blog {
    max-width: 910px;
  }
}
.p-news .webgene-blog > article a {
  padding-block: 20px;
  border-bottom: solid 1px var(--blue-main);
  display: flex;
  flex-direction: column;
  gap: 15px 50px;
}
@media (min-width: 768px) {
  .p-news .webgene-blog > article a {
    padding-block: clamp(20px, 3.5vw, 40px);
    flex-direction: row;
    align-items: center;
  }
}
.p-news .webgene-blog > article:first-of-type a {
  padding-top: 0px;
}
.p-news .webgene-blog > article:last-child {
  border-bottom: none;
}
.p-news .webgene-blog > article .date,
.p-news .webgene-blog > article .title {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  color: var(--blue-main);
}
.p-news .webgene-blog > article .title {
  flex: 1;
}
.p-news .webgene-pagination {
  margin-top: clamp(60px, 8vw, 120px);
}
.p-news .blog-item__img {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-inline: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-news .blog-item__img {
    width: 150px;
  }
}
.p-news .blog-item__img img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.p-news .blog-item__img > .noImage {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-news .blog-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px 15px;
  flex: 1;
}

.p-newsdetail .btn-back {
  margin-top: clamp(20px, 3vw, 45px);
}
.p-newsdetail__wrap {
  padding-block: clamp(100px, 14vw, 200px);
}

.newsdetail-contents {
  margin-inline: auto;
  max-width: 820px;
}
.newsdetail-contents__category {
  font-size: clamp(1.375rem, 1.173rem + 0.88vw, 2rem);
}
.newsdetail-contents__date {
  margin-bottom: clamp(30px, 4.5vw, 50px);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
.newsdetail-contents__title {
  font-size: clamp(1.375rem, 1.173rem + 0.88vw, 2rem);
  margin-bottom: 35px;
}
.newsdetail-contents__meta {
  margin-top: 35px;
}

.p-news .webgene-pagination,
.p-newsdetail .webgene-pagination {
  margin-top: clamp(60px, 6vw, 80px);
}
.p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
  max-width: 370px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 20px;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination ul,
  .p-newsdetail .webgene-pagination ul {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .p-news .webgene-pagination ul,
  .p-newsdetail .webgene-pagination ul {
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .p-news .webgene-pagination ul,
  .p-newsdetail .webgene-pagination ul {
    max-width: 500px;
  }
}
.p-news .webgene-pagination li,
.p-newsdetail .webgene-pagination li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back > a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back > a {
  position: relative;
  display: block;
  align-items: center;
  border-radius: 100px;
  gap: 24px;
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  line-height: 1.5;
  transition: all 0.3s ease;
  border: solid 1px #949d7f;
  color: white;
  background-color: #949d7f;
  padding-block: 6px;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .prev > a,
  .p-news .webgene-pagination .next > a,
  .p-news .webgene-pagination .btn-back > a,
  .p-newsdetail .webgene-pagination .prev > a,
  .p-newsdetail .webgene-pagination .next > a,
  .p-newsdetail .webgene-pagination .btn-back > a {
    padding-block: 9px;
  }
}
.p-news .webgene-pagination .prev > a:hover,
.p-news .webgene-pagination .next > a:hover,
.p-news .webgene-pagination .btn-back > a:hover,
.p-newsdetail .webgene-pagination .prev > a:hover,
.p-newsdetail .webgene-pagination .next > a:hover,
.p-newsdetail .webgene-pagination .btn-back > a:hover {
  opacity: 1;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back a {
  min-width: 120px;
  width: 100%;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a,
  .p-news .webgene-pagination .next > a,
  .p-news .webgene-pagination .btn-back a,
  .p-newsdetail .webgene-pagination .prev > a,
  .p-newsdetail .webgene-pagination .next > a,
  .p-newsdetail .webgene-pagination .btn-back a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .next > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a::after,
  .p-news .webgene-pagination .next > a::after,
  .p-news .webgene-pagination .btn-back a::after,
  .p-newsdetail .webgene-pagination .prev > a::after,
  .p-newsdetail .webgene-pagination .next > a::after,
  .p-newsdetail .webgene-pagination .btn-back a::after {
    width: clamp(35px, 4.5vw, 55px);
    height: clamp(6px, 0.8vw, 10px);
  }
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .btn-back a {
  padding-inline: clamp(90px, 11vw, 140px) 30px;
  justify-content: flex-end;
}
.p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
  left: clamp(15px, 2.5vw, 30px);
  transform: translateY(-50%) scale(-1, 1);
}
.p-news .webgene-pagination .prev > a:hover::after,
.p-news .webgene-pagination .btn-back a:hover::after,
.p-newsdetail .webgene-pagination .prev > a:hover::after,
.p-newsdetail .webgene-pagination .btn-back a:hover::after {
  transform: translateY(-50%) translateX(-5px) scale(-1, 1);
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .next,
  .p-newsdetail .webgene-pagination .next {
    margin-left: auto;
  }
}
.p-news .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .next > a {
  padding-inline: 30px clamp(90px, 11vw, 140px);
  justify-content: flex-start;
}
.p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
  right: clamp(15px, 2.5vw, 30px);
  transform: translateY(-50%);
}
.p-news .webgene-pagination .next > a:hover::after,
.p-newsdetail .webgene-pagination .next > a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.p-news .webgene-pagination .btn-back,
.p-newsdetail .webgene-pagination .btn-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .btn-back,
  .p-newsdetail .webgene-pagination .btn-back {
    margin-top: 30px;
  }
}
