/* 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 {
  --rammetto: "Rammetto One", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --gothic: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", sans-serif;
  --shrikhand: "Shrikhand", "Hiragino Maru Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", cursive;
  --base: #f4f0d5;
  --main: #5b482d;
  --gr: #4e9335;
  --be01: #f1eed8;
  --be02: #979164;
  --be03: #d4c683;
  --be04: #f4f0d5;
}

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

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

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

.gr {
  color: var(--gr) !important;
}

.main {
  color: var(--main) !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;
  }
}

.bd-a {
  border-radius: clamp(20px, 1.5vw, 35px);
}

body {
  font-family: var(--gothic);
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-weight: 500;
  background-color: var(--base);
  color: var(--main);
  letter-spacing: 2px;
  line-height: 1.8;
}

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

img {
  overflow: hidden;
  border-radius: clamp(20px, 1.5vw, 35px);
}

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;
  }
}
.loop {
  overflow: hidden;
  white-space: nowrap;
}
.loop__text {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
  color: white;
}
.loop__text img {
  flex-shrink: 0;
  width: clamp(120px, 14vw, 210px);
  margin-right: clamp(15px, 1.5vw, 35px);
}
.loop__text p {
  flex-shrink: 0;
  margin: 0;
  line-height: 0.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--rammetto);
  font-size: clamp(2.188rem, 1.6rem + 2.54vw, 4rem);
  color: white;
  padding-top: 1rem;
}

.js-tick {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

:root {
  --header-top: 70px;
  --header-top-sp: 54px;
}

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

.gjs-dashed * {
  -webkit-animation: none !important;
          animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body {
  font-family: var(--gothic);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.btn-wrap > a {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: var(--rammetto);
  color: white;
  background-color: var(--main);
  border: solid 2px var(--main);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  padding: 10px 20px;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .btn-wrap > a {
    border: solid 5px var(--main);
    padding: 14px 30px;
    min-width: 275px;
  }
}
.btn-wrap > a img {
  border-radius: 0px !important;
}
.btn-wrap > a .btn-en {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-family: var(--rammetto);
}
.btn-wrap > a .btn-ja {
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 0.938rem);
  font-family: var(--gothic);
}
.btn-wrap > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: clamp(25px, 2.3vw, 32px);
  height: clamp(25px, 2.3vw, 32px);
  background: url(../images/arrow_br.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-wrap > a::after {
    right: 20px;
  }
}
.btn-wrap > a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.btn-wrap.be > a {
  background-color: var(--be03);
  color: var(--main);
}
.btn-wrap.gr > a {
  background-color: var(--gr);
  color: white;
}
.btn-wrap.gr > a::after {
  background: url(../images/arrow_gr.svg) center/contain no-repeat;
}
.btn-wrap.pop-info > a {
  border: solid 2px var(--gr);
  background-color: var(--base);
}
@media (min-width: 768px) {
  .btn-wrap.pop-info > a {
    border: solid 5px var(--gr);
  }
}
.btn-wrap.pop-info > a::after {
  background: url(../images/arrow_gr.svg) center/contain no-repeat;
}

.page-title > p,
.page-title h1 {
  color: var(--gr);
  font-family: var(--shrikhand);
  font-size: clamp(2.188rem, 0.061rem + 9.19vw, 8.75rem);
  text-shadow: 2px 3.5px 0 #5b482d;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5b482d;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .page-title > p,
.page-title h1 {
    text-shadow: 3px 5px 0 #5b482d;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #5b482d;
  }
}

.section-title h2,
.section-title h3 {
  font-size: clamp(1.125rem, 0.68rem + 1.93vw, 2.5rem);
  font-weight: bold;
  color: var(--gr);
  line-height: 1.35;
}

.contents-title h4 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  font-weight: bold;
  color: var(--gr);
  line-height: 1.35;
}

.sub-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background-color: var(--main);
  color: white;
  font-weight: bold;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  padding: 5px clamp(20px, 2vw, 40px);
  margin-inline: auto;
}

.header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.header img {
  border-radius: 0px !important;
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 15px;
  padding-inline: 15px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header-inner {
    padding-inline: 30px;
  }
}
.header-logo {
  pointer-events: all;
  width: 85px;
  height: 73px;
}
@media (min-width: 768px) {
  .header-logo {
    width: 115px;
    height: 93px;
  }
}
.header-logo > a {
  position: relative;
  width: inherit;
  height: inherit;
}
.header-logo img {
  position: absolute;
  inset: 0;
  transition: all 0.3s ease;
}
.header-logo img.logo-br {
  z-index: 1;
  opacity: 1;
}
.header-logo img.logo-wh {
  opacity: 0;
  filter: drop-shadow(1px 0 0 var(--main)) drop-shadow(-1px 0 0 var(--main)) drop-shadow(0 1px 0 var(--main)) drop-shadow(0 -1px 0 var(--main));
}
.header-nav {
  position: fixed;
  z-index: 997;
  width: calc(100% - 20px);
  height: calc(100dvh - 35px);
  visibility: hidden;
  display: flex;
  top: 15px;
  right: 10px;
  transform: translateX(100%);
  background-color: white;
  pointer-events: all;
  border-radius: 15px;
  border: solid 2px var(--main);
  transition: all 0.3s ease;
  padding-right: 0px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .header-nav {
    width: 500px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .header-nav {
    position: static;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-inline: auto;
    padding-right: 0px;
  }
}
@media (max-height: 600px) {
  .header-nav {
    display: block;
    padding-right: 15px;
  }
}
@media (orientation: landscape) {
  .header-nav {
    display: block;
    padding-right: 15px;
  }
}
.header-nav.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition: all 0.4s ease;
}
.header-nav__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  padding-block: 150px;
  padding-inline: clamp(20px, 7vw, 100px);
  gap: 20px;
  overflow-y: auto;
}
.header-nav__list::-webkit-scrollbar {
  width: 7px;
  background: transparent;
}
.header-nav__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-nav__list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: var(--gr);
}
@media (min-width: 576px) {
  .header-nav__list {
    gap: clamp(15px, 3.5vw, 40px);
  }
}
@media (min-width: 1400px) {
  .header-nav__list {
    flex-direction: row;
    justify-content: center;
    padding: 22px 35px;
    margin-inline: 0;
    height: auto;
    overflow: unset;
  }
}
@media (max-height: 700px) and (max-width: 1400px) {
  .header-nav__list {
    justify-content: flex-start;
  }
}
.header-nav__list .btn-wrap {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 576px) {
  .header-nav__list .btn-wrap {
    text-align: left;
  }
}
.header-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.35;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--rammetto);
  color: transparent;
  background: linear-gradient(to right, var(--gr) 50%, var(--main) 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
@media (min-width: 768px) {
  .header-nav__link {
    font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
    text-align: center;
  }
}
.header-nav__link:hover {
  background-position: 0 100%;
  opacity: 1;
  color: transparent;
}
.header.is-show .header-logo img.logo-br {
  opacity: 0;
}
.header.is-show .header-logo img.logo-wh {
  opacity: 1;
}

#hum-btn {
  cursor: pointer;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  border-radius: 4px;
  margin-block: auto;
  margin-left: auto;
  margin-right: 5px;
  background-color: white;
  border: solid 2px var(--main);
  border-radius: 100px;
  padding: 5px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  #hum-btn {
    padding: 20px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (min-width: 1400px) {
  #hum-btn {
    display: none;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 27px;
  height: 19px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.btn-trigger__bar {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  transition: all 0.5s ease;
  background-color: var(--main);
  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 .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;
}

.pop-info {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  min-width: 200px;
}
@media (min-width: 768px) {
  .pop-info {
    right: 25px;
    bottom: 25px;
    min-width: 245px;
  }
}
.pop-info > a {
  min-width: 200px;
}
@media (min-width: 768px) {
  .pop-info > a {
    min-width: 245px;
  }
}

@-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 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 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);
  }
}
@-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);
  }
}
.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: var(--main);
  color: white;
  padding-block: clamp(80px, 7vw, 100px) 50px;
  letter-spacing: normal !important;
}
.footer img {
  border-radius: 0px !important;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 80px;
}
@media (min-width: 992px) {
  .footer-inner {
    gap: 20px clamp(15px, 3.5vw, 40px);
  }
}
@media (min-width: 1200px) {
  .footer-inner {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .footer-inner {
    max-width: 1400px;
    flex-wrap: nowrap;
  }
}
.footer__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .footer__logo {
    width: 420px;
    justify-content: flex-start;
    margin-bottom: 0px;
  }
}
.footer__logo > a {
  max-width: clamp(150px, 16vw, 420px);
}
.footer__address, .footer__nav {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__address, .footer__nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__address {
    flex: 1;
  }
}
.footer__nav {
  line-height: 1.9;
}
@media (min-width: 992px) {
  .footer__nav {
    flex: 1;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__other {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .footer__other {
    margin-top: 0px;
    align-items: flex-start;
    flex: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-top-hr {
  background: url(../images/bg-illust.png) center/cover no-repeat;
  position: relative;
  padding-top: clamp(100px, 11vw, 140px);
  padding-bottom: 50px;
  min-height: 630px;
}
@media (min-width: 768px) {
  .p-top-hr {
    padding-bottom: clamp(80px, 7vw, 100px);
  }
}
.p-top-hr .top-slide {
  min-height: 450px;
  padding-inline: 20px;
}
.p-top-hr .top-slide .swiper-wrapper {
  min-height: inherit;
}
.p-top-hr .top-slide .swiper-slide {
  border-radius: clamp(20px, 1.5vw, 35px) !important;
  border: clamp(2px, 1vw, 6px) solid #4e9335;
  overflow: hidden;
  min-height: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.p-top-hr .top-slide .swiper-slide img {
  aspect-ratio: 4.6/7;
  height: 100%;
  min-height: inherit;
  border-radius: 0 !important;
}
@media (min-width: 1600px) {
  .p-top-hr .top-slide .swiper-slide img {
    max-height: 650px;
  }
}
.p-top-hr .top-slide .swiper-slide.is-even {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top-hr .top-slide .swiper-slide.is-even {
    margin-bottom: 40px;
  }
}
.p-top-hr .top-slide .swiper-slide.is-odd {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-top-hr .top-slide .swiper-slide.is-odd {
    margin-top: 40px;
  }
}
.p-top-hr__title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: clamp(20px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(0px, 2vw, 30px);
}
.p-top-hr__title-en,
.p-top-hr__title h1 {
  line-height: 1.35;
}
.p-top-hr__title-en {
  font-size: clamp(2.5rem, 1.285rem + 5.25vw, 6.25rem);
  font-family: var(--shrikhand);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 11px;
  text-shadow: 2px 4px 0 #5b482d;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5b482d;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-top-hr__title-en {
    align-items: flex-end;
    text-shadow: 3px 6px 0 #5b482d;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: #5b482d;
  }
}
.p-top-hr__title-en > p {
  font-size: clamp(1.875rem, 0.863rem + 4.38vw, 5rem);
}
@media (min-width: 768px) {
  .p-top-hr__title-en > div > p:first-child {
    margin-right: -1px;
  }
}
.p-top-hr__title-en p {
  background-color: var(--gr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 25px;
}
.p-top-hr__title h1 {
  color: var(--gr);
  margin-top: 15px;
  font-size: clamp(0.938rem, 0.755rem + 0.79vw, 1.5rem);
}
@media (min-width: 576px) {
  .p-top-hr__title h1 > br {
    display: none;
  }
}
.p-top-about {
  padding-block: clamp(100px, 25vw, 300px) clamp(80px, 9vw, 135px);
  padding-right: 10px;
}
@media (min-width: 768px) {
  .p-top-about {
    padding-right: 20px;
  }
}
.p-top-about .container {
  position: relative;
  padding-block: clamp(60px, 7vw, 110px);
  padding-inline: 20px;
  background-color: var(--be03);
  border-radius: 0 clamp(20px, 4vw, 60px) clamp(20px, 4vw, 60px) 0;
  max-width: 99%;
}
@media (min-width: 768px) {
  .p-top-about .container {
    padding-inline: clamp(20px, 12vw, 165px);
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .p-top-about .container {
    max-width: 1240px;
  }
}
.p-top-about .container .page-title {
  position: absolute;
  top: -6vw;
  right: -1vw;
}
@media (min-width: 1400px) {
  .p-top-about .container .page-title {
    right: -7vw;
  }
}
.p-top-about .contents-inner .box-img img {
  aspect-ratio: 8.6/5.7;
  overflow: hidden;
  border-radius: clamp(20px, 1.5vw, 35px);
}
.p-top-commitment {
  background: url(../images/bg-illust.png) top center/contain repeat;
  background-color: var(--main);
  padding-inline: 20px;
}
.p-top-commitment .container {
  background-color: var(--base);
  border-left: solid var(--gr) clamp(2px, 1vw, 7px);
  border-right: solid var(--gr) clamp(2px, 1vw, 7px);
  padding-block: clamp(60px, 8vw, 120px);
}
.p-top-commitment .js-tick {
  background-color: var(--main);
  padding-block: clamp(10px, 1.5vw, 25px);
  border-top: solid var(--gr) clamp(2px, 1vw, 7px);
  border-bottom: solid var(--gr) clamp(2px, 1vw, 7px);
  margin-inline: calc(50% - 50vw);
  width: 100vw !important;
}
.p-top-commitment .box {
  max-width: 900px;
  margin-inline: auto;
}
.p-top-commitment .box:not(:last-child) {
  border-bottom: dotted clamp(3px, 2vw, 7px) var(--gr);
  padding-bottom: clamp(60px, 7vw, 100px);
  margin-bottom: clamp(60px, 7vw, 100px);
}
.p-top-commitment .box-img {
  position: relative;
  padding-top: clamp(30px, 7vw, 100px);
}
.p-top-commitment .box-img .page-title {
  position: absolute;
  top: 0;
  z-index: 2;
}
.p-top-commitment .box-img .page-title > p {
  text-shadow: 2px 3.5px 0 white;
  -webkit-text-stroke-color: white;
}
@media (min-width: 768px) {
  .p-top-commitment .box-img .page-title > p {
    text-shadow: 3px 5px 0 white;
    -webkit-text-stroke-color: white;
  }
}
.p-top-commitment .box:nth-child(odd) .box-img .page-title {
  transform: rotate(-8.606deg);
  left: -2vw;
}
@media (min-width: 1400px) {
  .p-top-commitment .box:nth-child(odd) .box-img .page-title {
    left: -7vw;
  }
}
.p-top-commitment .box:nth-child(even) .box-img .page-title {
  transform: rotate(8.606deg);
  right: -2vw;
}
@media (min-width: 1400px) {
  .p-top-commitment .box:nth-child(even) .box-img .page-title {
    right: -7vw;
  }
}
.p-top-onlineclinic {
  padding-block: clamp(100px, 12vw, 170px) clamp(60px, 7vw, 100px);
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .p-top-onlineclinic {
    padding-inline: 20px;
  }
}
.p-top-onlineclinic .container {
  position: relative;
  background-color: var(--gr);
  border-radius: clamp(20px, 3vw, 40px);
  margin-top: 4vw;
  padding: clamp(60px, 7vw, 120px) 20px;
  color: white;
}
@media (min-width: 768px) {
  .p-top-onlineclinic .container {
    padding: clamp(60px, 7vw, 120px) clamp(20px, 6vw, 80px);
  }
}
.p-top-onlineclinic .container .page-title {
  position: absolute;
  z-index: 2;
  top: 0;
  inset-inline: 0;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.p-top-onlineclinic .container .page-title > p {
  color: var(--main);
  text-shadow: 2px 4px 0 white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: clamp(2.813rem, 2.104rem + 3.06vw, 5rem);
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-top-onlineclinic .container .page-title > p {
    font-size: clamp(2.188rem, 0.061rem + 9.19vw, 8.75rem);
    align-items: flex-end;
    text-shadow: 3px 6px 0 white;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: white;
  }
}
.p-top-onlineclinic .container .section-title h2 {
  color: white;
}
.p-top-onlineclinic .box-img img {
  height: 100%;
  aspect-ratio: 5.7/3.8;
}
@media (min-width: 992px) {
  .p-top-onlineclinic .box-img img {
    aspect-ratio: 3.8/5.7;
  }
}
.p-top-onlineclinic .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-top-onlineclinic .tag-wrap {
    justify-content: flex-start;
  }
}
.p-top-onlineclinic .tag-wrap > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: normal;
}
.p-top-onlineclinic .tag-wrap .tag {
  border-radius: 100px;
  background-color: white;
  color: var(--gr);
  padding: 4px 20px;
}
.p-top-news {
  padding-block: clamp(60px, 8vw, 120px);
}
.p-top-news .page-title > p {
  font-size: clamp(3.125rem, 2.518rem + 2.63vw, 5rem);
}
.p-top-news .index-news .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p-top-news .index-news .webgene-blog .webgene-item > a {
  background-color: white;
  border-radius: 20px;
  width: 100%;
  padding: clamp(15px, 2vw, 35px) clamp(20px, 3vw, 45px);
  display: flex;
  flex-direction: column;
  gap: 5px 20px;
}
@media (min-width: 768px) {
  .p-top-news .index-news .webgene-blog .webgene-item > a {
    flex-direction: row;
  }
}
.p-top-news .index-news .webgene-blog .webgene-item > a .date,
.p-top-news .index-news .webgene-blog .webgene-item > a .title {
  line-height: 1;
}
.p-top-news .index-news .webgene-blog .webgene-item > a .date {
  color: var(--gr);
}
.p-top-news .index-news .webgene-blog .webgene-item > a .title {
  font-weight: 500;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.p-top-other .row {
  border-block: solid clamp(2px, 1vw, 7px) var(--gr);
}
.p-top-other .row > *:not(:last-child) {
  border-bottom: solid clamp(2px, 1vw, 7px) var(--gr);
}
@media (min-width: 768px) {
  .p-top-other .row > *:not(:last-child) {
    border-bottom: none;
    border-right: solid clamp(2px, 1vw, 7px) var(--gr);
  }
}
.p-top-other a {
  background-color: var(--be03);
  height: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
}
.p-top-other a .arrow {
  margin-top: auto;
  width: clamp(30px, 6vw, 72px);
}
.p-top-other a .arrow img {
  transition: all 0.3s ease;
  border-radius: 0px !important;
}
.p-top-other a:hover {
  color: white;
  background-color: #5b482d;
  opacity: 1;
}
.p-top-other a:hover .arrow img {
  transform: translateX(5px);
}
.p-top-other .page-title > p {
  font-size: clamp(3.125rem, 2.518rem + 2.63vw, 5rem);
  color: var(--gr);
  text-shadow: 2px 4px 0 white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
@media (min-width: 768px) {
  .p-top-other .page-title > p {
    font-size: clamp(1.875rem, 0.863rem + 4.38vw, 5rem);
    text-shadow: 3px 6px 0 white;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: white;
  }
}

.map iframe {
  height: clamp(400px, 47vw, 700px);
}

.page-hr {
  height: 100dvh;
  min-height: 630px;
}
.page-hr-inner {
  position: relative;
  height: 100%;
  padding-block: clamp(120px, 12vw, 165px) clamp(60px, 12vw, 180px);
}
.page-hr__img {
  min-height: 450px;
  height: 100%;
}
.page-hr__img img {
  height: 100%;
  min-height: inherit;
  border: solid clamp(2px, 1.5vw, 6px) var(--gr);
}
.page-hr__text {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  transform: translateY(-25%);
  inset-inline: 0;
  padding-inline: 20px;
}
.page-hr__text .page-title > p {
  line-height: 1;
}

.link-btn {
  padding-block: clamp(80px, 12vw, 170px);
}
.link-btn .container {
  max-width: 840px;
}
.link-btn a {
  background-color: var(--gr);
  border-radius: clamp(20px, 1.5vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 50px) 15px;
}
.link-btn a .page-title > p {
  font-size: clamp(1.875rem, 0.458rem + 6.13vw, 6.25rem);
  color: var(--main);
  text-shadow: 2px 4px 0 white;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .link-btn a .page-title > p {
    text-shadow: 3px 6px 0 white;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: white;
  }
}
.link-btn.insta a {
  background-color: var(--be02);
}
.link-btn.insta a .page-title > p {
  text-shadow: 2px 4px 0 white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
@media (min-width: 768px) {
  .link-btn.insta a .page-title > p {
    text-shadow: 3px 6px 0 white;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: white;
  }
}
.link-btn.online a {
  background-color: var(--be02);
}
.link-btn.online a .page-title > p {
  text-shadow: 2px 4px 0 white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
@media (min-width: 768px) {
  .link-btn.online a .page-title > p {
    text-shadow: 3px 6px 0 white;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: white;
  }
}
.link-btn.line a, .link-btn.reservation a {
  position: relative;
  max-width: 520px;
  margin-inline: auto;
  padding-inline: clamp(20px, 3vw, 40px);
}
.link-btn.line a::after, .link-btn.reservation a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(20px, 3vw, 40px);
  display: block;
  width: clamp(30px, 4vw, 45px);
  height: clamp(30px, 4vw, 45px);
  transition: all 0.3s ease;
  background: url(../images/arrow_gr.svg) center/contain no-repeat;
}
.link-btn.line a .page-title > p, .link-btn.reservation a .page-title > p {
  color: white;
  text-shadow: none;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}
.link-btn.line a:hover::after, .link-btn.reservation a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.link-btn.reservation a {
  color: var(--main);
  background-color: var(--be03);
}

.p-concept .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
  min-height: inherit;
}
.p-concept .swiper-slide img {
  aspect-ratio: 5/3.3;
  border-radius: clamp(20px, 1.5vw, 30px);
  overflow: hidden;
  height: 100%;
  min-height: inherit;
}
.p-concept .swiper-slide.is-even {
  margin-bottom: clamp(20px, 5vw, 70px);
}
.p-concept .swiper-slide.is-odd {
  margin-top: clamp(20px, 5vw, 70px);
}
.p-concept-sec01 {
  padding-block: clamp(80px, 12vw, 170px) clamp(50px, 7vw, 100px);
}
.p-concept-sec01 .p-concept-gallery {
  margin-top: clamp(50px, 7vw, 100px);
}
.p-concept-sec02 {
  padding-block: clamp(50px, 8vw, 130px) clamp(80px, 12vw, 170px);
}
.p-concept-sec02 .page-title > p {
  font-size: clamp(2.188rem, 1.6rem + 2.54vw, 4rem);
}
.p-concept-sec02 .box {
  width: 97%;
  padding-block: 40px;
  padding-inline: 15px;
  background-color: var(--be03);
}
@media (min-width: 768px) {
  .p-concept-sec02 .box {
    width: 90%;
    padding-block: clamp(40px, 6vw, 70px);
    padding-inline: clamp(20px, 6vw, 75px);
  }
}
.p-concept-sec02 .box:nth-child(odd) {
  border-radius: 0 clamp(20px, 1.5vw, 35px) clamp(20px, 1.5vw, 35px) 0;
}
.p-concept-sec02 .box:nth-child(even) {
  margin-left: auto;
  border-radius: clamp(20px, 1.5vw, 35px) 0 0 clamp(20px, 1.5vw, 35px);
}
.p-concept-sec02 .box img {
  aspect-ratio: 1;
  height: 100%;
}
.p-concept-sec03 {
  padding-block: clamp(50px, 7vw, 130px);
  background: url(../images/bg-botanical02.png) top center/contain repeat;
  background-color: var(--be02);
}
.p-concept-sec03 .page-title {
  color: white;
}
.p-concept-sec03 .page-title > p {
  font-size: clamp(2.5rem, 1.69rem + 3.5vw, 5rem);
  color: var(--gr);
  text-shadow: 2px 4px 0 white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
@media (min-width: 768px) {
  .p-concept-sec03 .page-title > p {
    font-size: clamp(1.875rem, 0.863rem + 4.38vw, 5rem);
    text-shadow: 3px 6px 0 white;
    -webkit-text-stroke-width: 3.62px;
    -webkit-text-stroke-color: white;
  }
}
.p-concept-sec03 .box {
  border-radius: clamp(20px, 1.5vw, 35px);
  background-color: var(--base);
}
.p-concept-sec03 .box img {
  aspect-ratio: 6.9/4.6;
}
.p-concept-sec03 .box .section-title h3 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
}
@media (min-width: 768px) {
  .p-concept-sec03 .box .section-title br {
    display: none;
  }
}

.p-commitment-sec01 {
  padding-block: clamp(100px, 13vw, 180px);
}
.p-commitment-sec01 img {
  aspect-ratio: 5/3.3;
}
.p-commitment-sec02 {
  padding-block: clamp(60px, 11vw, 140px);
  background-color: var(--be03);
}
.p-commitment-sec02 .box {
  background-color: white;
  border-radius: clamp(20px, 1.5vw, 35px);
  padding-block: clamp(40px, 6vw, 75px);
  padding-inline: 20px;
}
.p-commitment-sec02 .box > * {
  max-width: 1040px;
  margin-inline: auto;
}
.p-commitment .list-wrap .list-dl {
  display: flex;
  flex-direction: column;
  gap: 6px 35px;
}
@media (min-width: 992px) {
  .p-commitment .list-wrap .list-dl {
    flex-direction: row;
  }
}
.p-commitment .list-wrap .list-dl:not(:last-child) {
  margin-bottom: 55px;
}
.p-commitment .list-wrap .list-dt, .p-commitment .list-wrap .list-dd {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-weight: bold;
  letter-spacing: normal;
}
.p-commitment .list-wrap .list-dt {
  width: 100%;
}
@media (min-width: 992px) {
  .p-commitment .list-wrap .list-dt {
    width: 300px;
  }
}
.p-commitment .list-wrap .list-dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-commitment .list-wrap .list-dd .tag {
  color: white;
  border-radius: 100px;
  background-color: var(--gr);
  padding: 3px 30px;
  width: 100%;
  min-width: 273px;
}
@media (min-width: 768px) {
  .p-commitment .list-wrap .list-dd .tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
  }
}

.p-menu .menu-box {
  margin-bottom: clamp(60px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 6.5vw, 80px);
  padding-top: clamp(80px, 12vw, 170px);
}
.p-menu .menu-box .box {
  border-radius: clamp(20px, 1.5vw, 35px);
  background-color: white;
  padding: clamp(40px, 4vw, 50px) 20px;
}
.p-menu .menu-box .box-inner {
  max-width: 840px;
  margin-inline: auto;
}
.p-menu .menu-box .list-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 60px) 0;
  overflow: hidden;
}
.p-menu .menu-box .list-title {
  font-weight: bold;
  width: 100%;
}
.p-menu .menu-box .list-dl {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
}
@media (min-width: 992px) {
  .p-menu .menu-box .list-dl {
    flex-direction: row;
  }
}
.p-menu .menu-box .list-dt {
  flex: 1;
}
.p-menu .menu-box .list-dd {
  width: 100%;
}
@media (min-width: 992px) {
  .p-menu .menu-box .list-dd {
    width: 130px;
  }
}

.p-online-sec01 {
  padding-block: clamp(80px, 13vw, 180px);
}
.p-online-sec02 {
  padding-block: clamp(80px, 12vw, 150px);
  background-color: var(--main);
}
.p-online-sec02 .box {
  background-color: white;
  border-radius: clamp(20px, 1.5vw, 35px);
  padding-block: clamp(50px, 6.5vw, 80px);
  padding-inline: 20px;
}
.p-online-sec02 .box:first-child {
  margin-bottom: clamp(80px, 12vw, 150px);
}
.p-online-sec02 .point {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2vw, 45px) 0;
}
.p-online-sec02 .point-box {
  display: flex;
  gap: 0px clamp(12px, 1vw, 22px);
}
.p-online-sec02 .point-box__img {
  width: clamp(40px, 6.5vw, 84px);
}
.p-online-sec02 .point-box__img img {
  border-radius: 0px !important;
}
.p-online-sec02 .point-box__text {
  flex: 1;
}
.p-online-sec02 .point-box__text h3 {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-online-sec02 .point-box__text h3 {
    font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  }
}
.p-online-sec02 .recommendation {
  background-color: var(--be03);
  margin-inline: auto;
  max-width: 900px;
  padding: clamp(40px, 5vw, 60px) 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 10px clamp(15px, 2vw, 40px);
}
@media (min-width: 768px) {
  .p-online-sec02 .recommendation {
    padding: clamp(40px, 5vw, 60px) clamp(20px, 7vw, 110px);
    gap: 40px clamp(15px, 2vw, 40px);
  }
}
.p-online-sec02 .recommendation-box {
  background-color: white;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  width: 120px;
  margin-inline: auto;
  font-size: clamp(0.813rem, 0.671rem + 0.61vw, 1.25rem);
  font-weight: 500;
}
@media (min-width: 576px) {
  .p-online-sec02 .recommendation-box {
    flex: 1;
    width: 250px;
  }
}
.p-online-sec02 .recommendation-box img {
  border-radius: 1000px !important;
}
.p-online-sec02 .online-price {
  margin-inline: auto;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(5px, 3vw, 40px);
}
@media (min-width: 768px) {
  .p-online-sec02 .online-price {
    gap: clamp(20px, 2vw, 40px);
  }
}
.p-online-sec02 .online-price-box {
  border-radius: 20px;
  background-color: var(--base);
  padding: 25px 8px;
  max-width: 280px;
  width: calc(50% - clamp(2.5px, 1.5vw, 20px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .p-online-sec02 .online-price-box {
    width: calc(33.3333333333% - clamp(17px, 0.6666666667vw, 1.3333333333px));
    margin-inline: 0px;
  }
}
.p-online-sec02 .online-price-box img {
  aspect-ratio: 1;
  max-width: 165px;
  margin-inline: auto;
  margin-bottom: 10px;
  border-radius: 500px;
}
@media (max-width: 400px) {
  .p-online-sec02 .online-price-box img {
    max-width: 100px;
  }
}
.p-online-sec02 .online-price-box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  flex-grow: 1;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .p-online-sec02 .online-price-box h3 {
    font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  }
}
@media (max-width: 400px) {
  .p-online-sec02 .online-price-box h3 {
    font-size: 1rem;
  }
}
.p-online-sec02 .online-price-box > p {
  margin-bottom: 6px;
}
.p-online-sec02 .online-price-box .price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--gr);
}
@media (min-width: 992px) {
  .p-online-sec02 .online-price-box .price-wrap {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-online-sec02 .online-price-box .price-wrap .price {
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  font-weight: bold;
}
.p-online-sec02 .online-price-box__text {
  flex-grow: 1;
}
.p-online-sec03 {
  background-color: var(--be03);
  padding-block: clamp(50px, 6.5vw, 80px) clamp(80px, 7vw, 100px);
}
.p-online-sec03 .flow > .row > div {
  position: relative;
  padding-inline: 0;
}
@media (min-width: 576px) {
  .p-online-sec03 .flow > .row > div {
    padding-inline: 15px;
  }
}
@media (min-width: 992px) {
  .p-online-sec03 .flow > .row > div {
    padding-inline: 30px;
  }
}
.p-online-sec03 .flow > .row > div::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, 130%) rotate(90deg);
  background: url(../images/flow_arrow.svg) center/contain no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}
@media (min-width: 576px) {
  .p-online-sec03 .flow > .row > div::after {
    width: clamp(10px, 3vw, 40px);
    height: clamp(10px, 3vw, 40px);
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0px;
    transform: translate(50%, -50%);
  }
}
.p-online-sec03 .flow > .row > div:nth-child(2)::after, .p-online-sec03 .flow > .row > div:nth-child(4)::after {
  display: block;
}
@media (min-width: 576px) {
  .p-online-sec03 .flow > .row > div:nth-child(2)::after, .p-online-sec03 .flow > .row > div:nth-child(4)::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-online-sec03 .flow > .row > div:nth-child(2)::after, .p-online-sec03 .flow > .row > div:nth-child(4)::after {
    display: block;
  }
}
.p-online-sec03 .flow > .row > div:nth-child(3)::after {
  display: block;
}
@media (min-width: 768px) {
  .p-online-sec03 .flow > .row > div:nth-child(3)::after {
    display: none;
  }
}
.p-online-sec03 .flow > .row > div:last-child::after {
  display: none;
}
.p-online-sec03 .flow-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.p-online-sec03 .flow-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 25px 10px;
}
.p-online-sec03 .flow-box h3 {
  width: 100%;
}
.p-online-sec03 .flow-box p {
  font-size: 0.8125rem;
  width: 100%;
}
@media (min-width: 992px) {
  .p-online-sec03 .flow-box p {
    font-size: 1rem;
  }
}
.p-online-sec03 img {
  border-radius: 0 !important;
}

.p-gallery-wrap {
  padding-block: clamp(80px, 13vw, 180px) 0px;
}

.gallery-box {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 3vw, 40px);
}
.gallery-box img {
  aspect-ratio: 1;
}
.gallery-box:not(:last-child) {
  margin-bottom: clamp(15px, 3vw, 40px);
}
.gallery-box:nth-child(odd) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .gallery-box:nth-child(odd) {
    flex-direction: row;
  }
}
.gallery-box:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .gallery-box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .gallery-main, .gallery-thumbnail {
    flex: 0 0 calc(50% - clamp(7.5px, 1.5vw, 20px));
  }
}
.gallery-thumbnail__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 3vw, 40px);
}
.gallery-thumbnail__inner > div {
  flex: 0 0 calc(50% - clamp(7.5px, 1.5vw, 20px));
}

@media (min-width: 992px) {
  .p-faq .container {
    max-width: 1040px;
  }
}
.p-faq-wrap {
  padding-block: clamp(80px, 13vw, 180px) clamp(50px, 6.5vw, 80px);
}
.p-faq-wrap .list-dl {
  border-radius: 20px;
  background-color: white;
  padding: clamp(20px, 3vw, 45px);
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
.p-faq-wrap .list-dl:not(:last-child) {
  margin-bottom: 40px;
}
.p-faq-wrap .list-dt, .p-faq-wrap .list-dd {
  position: relative;
  padding-left: clamp(35px, 5vw, 60px);
}
.p-faq-wrap .list-dt::before, .p-faq-wrap .list-dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: clamp(25px, 3vw, 42px);
  height: clamp(25px, 3vw, 42px);
}
.p-faq-wrap .list-dt::before {
  background: url(../images/q-icon.svg) center/contain no-repeat;
}
.p-faq-wrap .list-dd::before {
  background: url(../images/a-icon.svg) center/contain no-repeat;
}

.p-info-sec01 {
  padding-block: clamp(80px, 7vw, 125px);
  padding-inline: 20px;
}
.p-info-sec01 .container {
  max-width: 1060px;
  background-color: white;
  padding-block: clamp(60px, 6vw, 75px);
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-info-sec01 .container {
    padding-inline: 40px;
  }
}
.p-info .list-wrap {
  max-width: 800px;
  margin-inline: auto;
}
.p-info .list-dl {
  padding-block: 15px;
  border-bottom: solid 1px var(--main);
  display: flex;
  flex-direction: column;
  gap: 10px 18px;
}
@media (min-width: 768px) {
  .p-info .list-dl {
    flex-direction: row;
  }
}
.p-info .list-dl:first-child {
  padding-top: 0px;
}
.p-info .list-dt {
  width: 100%;
}
@media (min-width: 768px) {
  .p-info .list-dt {
    width: 130px;
  }
}
.p-info .list-dd {
  flex: 1;
}
.p-info-sec03 {
  padding-top: clamp(80px, 8vw, 120px);
  padding-inline: 20px;
}
.p-info-sec03 .container {
  background-color: white;
  padding-block: clamp(40px, 6vw, 75px);
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-info-sec03 .container {
    padding-inline: 40px;
  }
}
@media (min-width: 992px) {
  .p-info-sec03 .container {
    max-width: 1060px;
  }
}
.p-info-sec03 .staff-box {
  gap: 40px clamp(20px, 7vw, 90px);
  flex-wrap: wrap;
  max-width: 840px;
  margin-inline: auto !important;
}
.p-info-sec03 .staff-box img {
  aspect-ratio: 3.5/2.4;
}
@media (min-width: 768px) {
  .p-info-sec03 .box {
    flex: 0 0 calc(50% - clamp(10px, 3.5vw, 45px));
  }
}
.p-info-sec04 {
  padding-block: clamp(80px, 8vw, 120px);
  padding-inline: 20px;
}
.p-info-sec04 .container {
  background-color: white;
  padding-block: clamp(40px, 6vw, 75px);
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .p-info-sec04 .container {
    padding-inline: 40px;
  }
}
@media (min-width: 992px) {
  .p-info-sec04 .container {
    max-width: 1060px;
  }
}

.p-news .page-hr__img img {
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 768px) {
  .p-news .page-hr__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.p-news .sec01 {
  padding-block: clamp(80px, 11vw, 140px);
}
.p-news .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1060px;
  margin-inline: auto;
}
.p-news .webgene-blog .webgene-item > a {
  background-color: white;
  border-radius: 20px;
  width: 100%;
  padding: clamp(15px, 2vw, 35px) clamp(20px, 3vw, 45px);
  display: flex;
  flex-direction: column;
  gap: 10px clamp(20px, 3vw, 45px);
}
@media (min-width: 768px) {
  .p-news .webgene-blog .webgene-item > a {
    flex-direction: row;
  }
}
.p-news .webgene-blog .webgene-item > a .date,
.p-news .webgene-blog .webgene-item > a .title {
  line-height: 1;
}
.p-news .webgene-blog .webgene-item > a .date {
  color: var(--gr);
}
.p-news .webgene-blog .webgene-item > a .title {
  font-weight: 500;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.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__sec {
  padding-block: clamp(70px, 18vw, 270px) clamp(100px, 17vw, 250px);
}
.p-newsdetail .btn-block {
  margin-top: clamp(20px, 3vw, 45px);
}

.newsdetail-contents {
  margin-inline: auto;
  max-width: 860px;
  margin-bottom: clamp(60px, 9vw, 130px);
}
.newsdetail-contents__date {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.newsdetail-contents__title {
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  margin-bottom: 35px;
}
.newsdetail-contents__meta {
  margin-top: 35px;
}

.p-news-wrap,
.p-newsdetail-wrap {
  padding-block: clamp(80px, 13vw, 170px);
}
.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: 350px;
  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 {
    max-width: 570px;
    flex-direction: row;
    align-items: stretch;
  }
}
.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 {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  font-family: var(--rammetto);
}
.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;
  color: white;
}
.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  color: white;
  background-color: var(--main);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  padding: 10px 20px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: right;
}
@media (min-width: 768px) {
  .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: 14px 30px;
    min-width: 275px;
  }
}
.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 {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  left: 15px;
  display: block;
  width: clamp(25px, 2.3vw, 32px);
  height: clamp(25px, 2.3vw, 32px);
  background: url(../images/arrow_br.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .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: 20px;
  }
}
.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: scale(-1, 1) translateY(-50%) translateX(5px);
}
@media (min-width: 768px) {
  .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 {
  position: relative;
  display: flex;
  flex-direction: column;
  color: white;
  background-color: var(--main);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  padding: 10px 20px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .next > a {
    padding: 14px 30px;
    min-width: 275px;
  }
}
.p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block;
  width: clamp(25px, 2.3vw, 32px);
  height: clamp(25px, 2.3vw, 32px);
  background: url(../images/arrow_br.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
    right: 20px;
  }
}
.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 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .btn-back,
.p-newsdetail .webgene-pagination .btn-back {
    margin-top: 30px;
  }
}